Buffers at Murrey Math Lines Expert Advisor.... Help....!!!!!
-
I need the following solution:
https://fxdreema.com/shared/d9WyhC1oe
I want to become an expert advisor that opens long operations when the moving average crosses a Murrey line from bottom to top. And bearish operations when crossing a Murrey line from top to bottom. But I do not have signals when the mobile average crosses any of the lines. I do not know if in the custom indicator, the buffers are set correctly. I have problems in the configuration of the expert.
White[-2/8] (Extremly Oversold)
White[-1/8] (Oversold)
Aqua[0/8] Ultimate support
Yellow[1/8] Weak sup (stop and Reverse)
Red[2/8] Pivot buy (Reverse)
MediumSeaGreen[3/8] RangeBot of trading Range
Blue[4/8] Pivot (Good Buy or Sell)
MediumSeaGreen[5/8]RangeTop
Red[6/8] Pivot (Major Reverse)
Yellow[7/8] Weak res (Stop and Reverse)
Aqua[8/8] Ultimate resistance
White[+1/8] (Overbought)
White[+2/8] (extremely overbought)







0_1555612168043_Murrey Math Lines.mq4
0_1555612186568_EA Murrey Lines.mq4 -
The lines are not created by buffers in the given indicator. That is why you do not see the line colors under "Colors" of the indicator settings. These lines are in fact objects created on the chart. So you have to use these objects instead of buffers. You can use "For Each Object" block to find the objects. You dont need to upload the indicator to fxdreema as you are simply using objects on the chart.
-
Well, the objects have specific names (mml0, mml1... mml12), so there is no need to search for them with "For each Object", they can be accesses in the Condition block by their name directly