reversing EA is unwantingly switching positions at stops - page 2

 

ok i will edit my inputs as well


just to clarify... i cant be trading two timeframes if i only have one chart open correct?

 
jazzpur: just to clarify... i cant be trading two timeframes if i only have one chart open correct?
  1. Of course you can, probably shouldn't.
  2. Same MN, conflict
  3. Hedging forbidden means US broker. No opposite trades. First trade opened is first trade to close - shared SLs
 
whroeder1:
  1. Of course you can, probably shouldn't.
  2. Same MN, conflict
  3. Hedging forbidden means US broker. No opposite trades. First trade opened is first trade to close - shared SLs

ok then how do i know which timeframes i have activated to run EA?
 
jazzpur: ok then how do i know which timeframes i have activated to run EA?
Create a Global Variables of the Terminal with value of the WindowHandle in OnInit. In OnTick if you find a different value, you know two EAs are running.
Reason: