Need Help Coding EA - FX Turbo Marksman Indicator

 

Hi,

Please code a simple EA with Trailing stop from this free indicator signals.

Thanks,

Files:
 

wierd...

using this call to iCustom,

sell_sig = iCustom(Symbol(),0,"FX Turbo Marksman EURUSD",0,0,0,0);
buy_sig = iCustom(Symbol(),0,"FX Turbo Marksman EURUSD",0,0,1,0);

the strategy tester seems to load and unload the indicator on every call.

When adding it to a chart, it only asks for two paramters, both bool.

suggestions?

 
serpentsnoir:

wierd...

using this call to iCustom,

sell_sig = iCustom(Symbol(),0,"FX Turbo Marksman EURUSD",0,0,0,0);
buy_sig = iCustom(Symbol(),0,"FX Turbo Marksman EURUSD",0,0,1,0);

the strategy tester seems to load and unload the indicator on every call.

When adding it to a chart, it only asks for two paramters, both bool.

suggestions?

 

I don't have any suggestions. Is there a programmer that can help me out, thanks.

 
arieldutchess:

I don't have any suggestions. Is there a programmer that can help me out, thanks.

Read the post I gave you a link to.
Reason: