Using Fractals in cBot
Created at 19 Apr 2014, 16:50
Using Fractals in cBot
19 Apr 2014, 16:50
Hi All,
I'm trying to use the fractals indicator in cBot
Fractals indicator code in the below link:
/algos/indicators/show/142#comment-861
im getting the below error regarding the "Calculate" method:
Error CS0115: 'cAlgo.Fractels.Calculate(int)': no suitable method found to override
what am i doing wrong?
thanks,
Itaio
Replies
gerti.bocaj
01 Aug 2017, 00:12
mate, if you got any results we would be eager to know, working with fractals myself but cant find a decent cbot with it in. thank you
@gerti.bocaj
Spotware
22 Apr 2014, 10:05
It seems like you copied OnCalculate method to code of your cBot. That is not correct. Please have a look at Referencing Custom Indicators example.
@Spotware