Quote:
Originally Posted by fxgrm
I have an EA that consistantly loses.
Is there a code that can be added that when normal buy conditions are met it will place a sell instead of buy, and a buy instead of sell? In other words do the exact opposite?
I don't know what it would be called. Maybe counter trend?
Thanks in advance
|
Open the code, Change the OP_BUY to OP_SELL in the OrderSend...
line..change also the Bid to Ask or Ask to Bid in the same line. or vice versa.
Hope this helps.