What happens if only sell on exit after crossing the OB level down and no exit strategy is selected? How will the EA close a position if it did not hit the TP or SL? IF it does hit the SL or TP, will the EA wait to enter another short position if the conditions are met? (whenever it gets back into OB and does the same process of selling when the OB is exited)
bighead1971 #: What happens if only sell on exit after crossing the OB level down and no exit strategy is selected? How will the EA close a position if it did not hit the TP or SL? IF it does hit the SL or TP, will the EA wait to enter another short position if the conditions are met? (whenever it gets back into OB and does the same process of selling when the OB is exited)
There are two mode , if you want to wait till the trade hit sl and tp then set no new trade input true, otherwise set it false , so that it take trades on every signal
What happens if only sell on exit after crossing the OB level down and no exit strategy is selected? How will the EA close a position if it did not hit the TP or SL? IF it does hit the SL or TP, will the EA wait to enter another short position if the conditions are met? (whenever it gets back into OB and does the same process of selling when the OB is exited)