Error in AFL

#1
I am getting error at the folllowing line :-

doji=CdDoji(threshold=0.05);/*abs(C-O) <= (C*smallBodyMaximum) OR (abs(O-C)<=((H-L)*0.1));*/

Error is Error 30


Please help me to rectify the same. I am using 5.30 version of Amibroker.
 

KelvinHand

Well-Known Member
#2
I am getting error at the folllowing line :-

doji=CdDoji(threshold=0.05);/*abs(C-O) <= (C*smallBodyMaximum) OR (abs(O-C)<=((H-L)*0.1));*/

Error is Error 30


Please help me to rectify the same. I am using 5.30 version of Amibroker.


First check:
=======
CdDoji Should be blue in color.
doji=CdDoji(threshold=0.05);

if not, check the plugin folder in your amibroker, is there a candle.dll
If no, then reload DLL from your installer.


Second check:
=========
if CdDoji in blue but still error, then remove the unnecessary statement to:
doji=CdDoji(0.05);


If above 2 checks was carry out but still error, then upgrade to at least 5.50.
 
Last edited:

Similar threads