Quote:
|
Originally Posted by farrellunna
Thanks for the mr.pip, minime, ANcoll, isakas and the others for the great EA..
I have question for minime or mr.pip...
how to set this ea with tp about 10-20pip and if the target closed the EA DON'T open position again ?
i had try to change take profit and stoploss, but if the TP reached, EA always get OP again...
sorry for my poor english and my stupid question.
thanks
|
This is not a stupid question. I have been thinking about this one myself.
The TakeProfit is easy. It is already an input.
I can add code to check the day a trade closed and not allow trading until the next day.
Is this what you had in mind?
This could be another switch for both EAs.
Something else I plan to add is code to make sure the stop loss and take profit are modified based on OrderOpenPrice(). If there is slippage when the trade is entered the SL and TP are calculated on the Bid or Ask BEFORE the trade is accepted. By modifying these values when the trade is already open we do not lose more because of slippage.
Robert