Quote:
Originally Posted by lcfxtrader
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?