Thread: How to code?
View Single Post
  #845 (permalink)  
Old 04-24-2008, 02:00 AM
PipScorer's Avatar
PipScorer PipScorer is offline
Member
 
Join Date: May 2007
Location: New York City, NY
Posts: 80
PipScorer is on a distinguished road
Quote:
Originally Posted by fxgrm View Post
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.
Reply With Quote