reverse mode

 
can i add reverse mode in any EA?????
 
  1. Ambiguous, there are no mind readers here.
  2. Only if you have the source code.
  3. If always buying is a looser, reversing it to always selling is still a looser. You pay the spread either way.
 

you can add refverse mode but you have to compute a little formula before, because you have to take into account the spread two times


so take the lot, the number of trades, the spread and deduce if the strategy can be reversed


if lost amount - number of trades * lot * spread*2 > 0 then you can reverse it


Jeff