Hi anyone,
I have 5 custom indicators efs scripts that i use for my FOREX trading . I need help on how to create script or code or DLL to call all the 5 custom indicators and execute trades based on those indicators. I know that you can add a strategy code into an indicator and make it a backtesting strategy but is there a way to call the 5 indicators then perform some analysis on the results of the indicators and then execute the trades based on those indicators using independent efs or DLL
e.g
if you Stochastic (14,3,3), MACD(12,26,9 ) , RSI(14) , CCI(10) ,
how do write an independent efs script or if it needs a DLL that calls the 4 or 5 indicators and then executes the trades based on the analysis.
I have 5 custom indicators efs scripts that i use for my FOREX trading . I need help on how to create script or code or DLL to call all the 5 custom indicators and execute trades based on those indicators. I know that you can add a strategy code into an indicator and make it a backtesting strategy but is there a way to call the 5 indicators then perform some analysis on the results of the indicators and then execute the trades based on those indicators using independent efs or DLL
e.g
if you Stochastic (14,3,3), MACD(12,26,9 ) , RSI(14) , CCI(10) ,
how do write an independent efs script or if it needs a DLL that calls the 4 or 5 indicators and then executes the trades based on the analysis.
Comment