@jstap Ok thank you, I will implement this.
A
Posts made by Anti1st
-
RE: Stochastic and Moving average EA compilation issuesposted in Questions & Answers
-
Stochastic and Moving average EA compilation issuesposted in Questions & Answers
Hello,
I'm trying to make a EA with these main conditions:
Only take buys above 120 SMA
Only take sells below 120 SMATake buys when stochastic signal line is at 20 or 1.
Take sells when stochastic signal line is at 80 or 100.Also i'd I would only want to open one position at a time. (I don't know if it's already set to that)
I think the issue is with the conditions but I'm not sure. Any help would be appreciated.