Forum

iCustom Buffer for Fractal

Hi Experts, I am trying to get the values from the buffers from this indicator using iCustom with the following line: input int Bars_Before = 5 ; // Fractal Bars Before input int Bars_After = 10 ; // Fractal Bars Before double FractalUP =

Help with Buy/Sell Positions in EA

Dear Forumers, I am beginning my EA codng journey by using the sample Moving Average given in the default MT4 to modify some basic functions. However, i am facing a problem when I ran the Strategy Tester . It seems like the BUY trade is not happening and only SELL trades are occurring. Can anyone