Condition for Indicator With MA
-
I have try every combination to create an expert like, MACD x> Value and Price x> MA but the expert doesn't open any trade, or opens only the MA orders without taking considaration the MACD Value. Have you got any example of how I can create this type of expert with MA Filter?
-
https://fxdreema.com/demo/mt4-crossover-indicators
https://fxdreema.com/demo/mt4-crossover-priceThere are also 2 other blocks in "Conditions for Indicators" that have a liiitle bit different way of working - they detect the exact event when a crossover happens by looking at the value of the indicator in the previous tick and the current one. While the regular crossover in "Condition" looks at values from the current candle and the previous candle.
-
__https://fxdreema.com/demo/mt4-crossover-indicators
https://fxdreema.com/demo/mt4-crossover-priceThere are also 2 other blocks in "Conditions for Indicators" that have a liiitle bit different way of working - they detect the exact event when a crossover happens by looking at the value of the indicator in the previous tick and the current one. While the regular crossover in "Condition" looks at values from the current candle and the previous candle.[/quote:26anx1is]
I am trying to create an expert like this example on the image:
http://tinypic.com/r/219th4y/8
As you can see I want the expert to use two different indicators not two different ma crosses. Any example?
-
If there are 2 or more indicators, just put "Condition" blocks for each of them
-
__If there are 2 or more indicators, just put "Condition" blocks for each of them[/quote:1xirx2ci]
I found how to connect two condition blocks and use for filtering, which I didn't found on the examples on the site. It was the simple block, PASS which I connected between the two blocks, thanks for the help.

-
"Pass" does nothing really, it only runs the next blocks -
Why, I connected it between the blocks and works fine!