10Points_4_Ind

 

Why is it that they are not running

 

Please help delete the definition of indicators so that he can run on the platform

I do not know whether poor English expression clearly

 
yakonline:
Please help delete the definition of indicators so that he can run on the platform I do not know whether poor English expression clearly

Those file are not indicators, it's expert advisor files

 

if (Indicator=="TURBO")

{

if (iCustom(Symbol(),Period(),"Turbo_JRSX",14,MODE_MAIN,0)> H_level)

myOrderType=1;

if (iCustom(Symbol(),Period(),"Turbo_JRSX",14,MODE_MAIN,0)< L_level)

myOrderType=2;

}

if (Indicator=="TURBO2")

{

if (iCustom(Symbol(),Period(),"Turbo_JVEL",14,MODE_MAIN,0)> 0.10)

myOrderType=1;

if (iCustom(Symbol(),Period(),"Turbo_JVEL",14,MODE_MAIN,0)< -0.10)

myOrderType=2;

I would like to remove these lines of code,

Wanted him to run, will be able to run as long as we can, thank you

 

if (Indicator=="TURBO")

{

if (iCustom(Symbol(),Period(),"Turbo_JRSX",14,MODE_MAIN,0)> H_level)

myOrderType=1;

if (iCustom(Symbol(),Period(),"Turbo_JRSX",14,MODE_MAIN,0)< L_level)

myOrderType=2;

}

if (Indicator=="TURBO2")

{

if (iCustom(Symbol(),Period(),"Turbo_JVEL",14,MODE_MAIN,0)> 0.10)

myOrderType=1;

if (iCustom(Symbol(),Period(),"Turbo_JVEL",14,MODE_MAIN,0)< -0.10)

myOrderType=2;

I would like to remove these lines of code,

Wanted him to run, will be able to run as long as we can, thank you

Reason: