View Single Post
  #5 (permalink)  
Old 11-08-2007, 04:25 PM
matrixebiz's Avatar
matrixebiz matrixebiz is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,175
matrixebiz is on a distinguished road
Quote:
Originally Posted by lcfxtrader View Post
Could you please also add a feature to close all open orders for Friday before the market closes so we don't carry any trades into the weekend. Thank you.
Could you not just manually change the close Hours in the EA on Friday so they close just before market close? How long have you been using this system? Does it matter if you select Buy for the day or Sell? So open and close hours are GMT, correct? So for me IBFX use GMT hours so I wont need any GMT shift in the EA, correct? but others might need a GMT shift for their broker if their broker time is different than GMT. Can that be added to the EA as well?

EDIT: also what about selecting TradeDir=2, does that mean the EA decide what direction to trade in?
extern int TradeDir=1; //1 =Buy, 0=Sell, 2=Both direction

and if all trades close from hitting take profit or stoploss, do we open more trades. or only open ONE trade per currency per day?

Last edited by matrixebiz; 11-08-2007 at 04:33 PM.
Reply With Quote