Experts: Exp_Sar_Tm_Plus

 

Exp_Sar_Tm_Plus:

A trading system based on indicator signals Parabolic Stop and Reverse system with the possibility to set a fixed position holding time.


Author: Nikolay Kositsin

 
Can this EA be used independently of the parameters for closing positions?
input bool   TimeTrade=true;      // Enable time-based closing of positions
input uint   nTime=240;           //Position time in minutes

Can I open a position manually, set the time to hold the position, run the EA and then force the position to be closed at the end of the time?

 
I got the error when compile: "event handling function not found"
 
YAO YAO #:
Can this EA be used independently of the closing parameters?

Can I open a position manually, set the time to hold the position, run the EA and then force it to close at the end of the time?

I'm not sure... I see you've commented on a lot of the code for the close type. It's not that difficult to write one yourself.