Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=41294
Forum: 17 · Topic 41294 · 19 post(s)
Alexander.Gettinger · Tue Jun 18, 2013 1:09 pm
This indicator is a ported MQL5 indicator from http://www.mql5.com/en/code/1682
Download:
For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).

The indicator was revised and updated
7510109079 · Fri Jun 21, 2013 5:39 am
thx for this port which works quite nicely.
Can you make this into a strategy?
If so. is it possible to somehow specify a custom stop amount or is this built in?
rgrds
Apprentice · Sun Jun 23, 2013 2:26 pm
Your request is added to the development list.
7510109079 · Thu Jul 11, 2013 2:55 am
many thx. Just checking in again. This indicator continues to perform well
7510109079 · Thu Jul 11, 2013 3:25 am
Evaluating this indicator further it shows to be performing well. However for it to function efficiently as a strategy, provision would have to be made for the use of Stops to limit losses and secure profits.
It would be beneficial if the user would be able to specify:
(i) a stop loss either as a percentage price move compared to that of current price or an absolute currency amount
(ii) a trailing stop to capture profits
Would it be possible to build in such functionality to the strategy?
many thx in advance Lawrence
7510109079 · Thu Jul 11, 2013 1:39 pm
Would it also make sense to be able to change the k value of the NRTR offset?
What is this set to be default in your code?
Apprentice · Sun Jul 14, 2013 2:40 am
NRTR offset Is not set by variable.
This is the formula. DN[period]=math.min(HMA.DATA[period-1], DN[period-1]); UP[period]=math.max(LMA.DATA[period-1], UP[period-1]);
7510109079 · Tue Jul 16, 2013 3:07 am
Ah OK , then I don’t understand it clearly , but do not be put off by that, as the indicator still works well.
Is it still possible to put stop loss and trailing stop functionality into the strategy?
thx
Apprentice · Wed Jul 17, 2013 3:59 am
Yes it is possible.
Apprentice · Thu Jul 18, 2013 2:11 pm
MTF Version Added.
7510109079 · Fri Jul 19, 2013 4:39 am
thx App. for MTF addition. Are we still on for the migration to a strategy?
Apprentice · Sat Jul 20, 2013 9:41 am
Yes
7510109079 · Wed Aug 07, 2013 4:30 pm
just checking in. any progress on this one?
Kyriakos · Thu Aug 29, 2013 9:52 am
Hi. int the MTF version can you add the option in which of the corners we can place the panel, like the ATR PIPS indicator. Thanks
Apprentice · Fri Aug 30, 2013 3:57 am
Your request is added to the development list.
Kyriakos · Thu Dec 12, 2013 6:10 am
Hi. Just checking if you are going to develop the strategy. Thanks
allerner · Fri Oct 07, 2016 12:29 pm
Alexander.Gettinger wrote: This indicator is a ported MQL5 indicator from http://www.mql5.com/en/code/1682
SSL_With_NRTR.PNG
Download:
SSL_with_NRTR.lua
For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).
MTF SSL_with_NRTR.png
MTF SSL_with_NRTR.lua
” Hi , it is possible to add functionality to this indicator to send an email alert when the condition is met ? Thank You “
Apprentice · Tue Oct 11, 2016 4:17 am
SSL_with_NRTR with Alert.lua added.
Apprentice · Tue Mar 13, 2018 11:07 am
The indicator was revised and updated