I wanted to add 2 featurea to an EA that I found online.
Add:
Use MA: True/False
EMA: 200
SMA: 200
This is saying that:
if the market is above the MAs value which is set to 200 each in this example then do a buy only.
if the market is below the MAs value which is set to 200 each in this example then do a sell only.
Add:
UseMissingDot: True/False
UseOppositeDot: True/False
Currently the EA only closes on opposite dot. I want to change that option to true/false. And I w…
