Hi,
I am trying to build an EA based on LaGuerre indicator but I am not able to get the values of the indicator to treat it inside the expert.
I am using Laguerre-ACS1 indicator with the following two setups plotted on top of eachother:
Laguerre1: gamma 0.6 / maxbars 9500 / MA 2
Laguerre2: gamma 0.9 / maxbars 9500 / MA 2
Strategy:
Long when Laguerre1 and Laguerre2 have reached zero for at least 2 bars and Laguerre1 started moving upwards (Short is the opposite)
I want to try the martingale on these entries but I dont know how to get the readings of the indicator for both settings.
I have tried the icustom(NULL, 0, “Laguerre-ACS1”, 0, 1); but the result I was getting is always zero.
Tried to attach the indicator but I think the extension is not allowed?? Anyhow, it can be found online.
I would really be appreciative if some1 can help on this.
Cheers,
Pete