Attachments forums

List of attachments posted on this forum.


All files on forums: 135621

Re: Adding alerts to a MTF Fractals indicator

slava, Tue Feb 14, 2017 8:06 pm

Hello mladen, I am very much enjoying your new site

Yes, in a strong trend, a lot of signals would be generated. I should probably describe more about my intended use. I plan on using the alerts for trading rejections instead of breakouts.

As an example, if the low of the current bar is lower than a relatively recent higher TF fractal but still closes above it an alert would be triggered.

if(Open > downBuffer && Close > downBuffer && Low < downBuffer) then an alert is triggered

I however would not want an alert triggered when the close is lower then the support fractal buffer. So in a strong trend price will likely break multiple fractal levels but no alerts would be triggered.

 
If you don't have the time or desire to code it don't worry about it. I obviously don't want to waste your time. I was just wondering if it could be done in a relatively easy manner as my programming skills aren't the greatest.
All files in topic