The SSL_NRTR Tm Plus trading system leverages the power of the SSL_NRTR indicator. It provides traders with signals that come with the option to set a fixed position holding time. A signal is generated whenever a bar closes and the indicator shifts from a non-trending to a trending state, or vice versa. If the designated holding time exceeds a set limit, the position closes automatically, ensuring you never miss out on those crucial exits.
input bool TimeTrade=true; // Enable position exit by time input uint nTime=3840; // Position holding time in minutes
To ensure the Expert Advisor runs smoothly, make sure to place the compiled SSL_NRTR.ex5 indicator file in the <terminal_data_directory>\MQL5\Indicators folder.
We used the default input parameters of the Expert Advisor during our tests, and here’s what we found:

Fig. 1. Examples of trades on the chart
Our testing on GBPJPY for the H4 timeframe in 2017 yielded some interesting results:

Fig. 2. Test results chart
Comments 0