Maybe good for estimation but for a final buy and sell decision, think it would be dangerous.Capital Reserve wrote: Tue Jan 21, 2020 5:45 am
I suppose it's not worth the trouble since they repaint, right? Are there indicators like this that DO NOT repaint that you know of? Thank you!
Re: MT4 Indicator requests and ideas
8102Hi Mr. Tools, my first request. Love this Ehlers transform indicator and was hoping you could add an alert when the dots appear.
Thanks
Thanks
Re: MT4 Indicator requests and ideas
8103Mrtools, I came across this same series of indicator. The "Ehlers Fisher Transform". What I am wondering since there is so many, is what is the "best version" of it with alerts/notifications built in? A link would be appreciated.pffaustt wrote: Tue Jan 21, 2020 6:39 am Hi Mr. Tools, my first request. Love this Ehlers transform indicator and was hoping you could add an alert when the dots appear.
ThanksEhlers - Fisher transform experiment.mq4
Thanks!
Re: MT4 Indicator requests and ideas
8104
Thanks AntonioAntonio wrote: Tue Jan 21, 2020 5:51 am
here is a link to the topic
viewtopic.php?f=579496&t=8422580
also thanks to Jimmy, who is working on a daily download, you can look for decent indicators in his stream !!!
viewtopic.php?f=578480&t=8472845

Re: MT4 Indicator requests and ideas
8105
mt.toolssal wrote: Tue Jan 21, 2020 3:50 am
Excellent work ... i may request to consider one to filter arrows by demarker and scoth.
Reversal arrows vaild only demarker and scoth is above /below 80/20 level
can you look this request.
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicator requests and ideas
8106Dear moderators and coders, could you tell me how to insert the alert the first bar option in this indicator or specify a line in the bar signal code. Thanks for understanding.
Code: Select all
Re: MT4 Indicator requests and ideas
8107Added an alert when the dots appear.pffaustt wrote: Tue Jan 21, 2020 6:39 am Hi Mr. Tools, my first request. Love this Ehlers transform indicator and was hoping you could add an alert when the dots appear.
ThanksEhlers - Fisher transform experiment.mq4
Re: MT4 Indicator requests and ideas
8108Change alertsOnCurrent = false, to alertsOnCurrent = true, that will alert when signal appears on an open bar.olef wrote: Wed Jan 22, 2020 12:49 am Dear moderators and coders, could you tell me how to insert the alert the first bar option in this indicator or specify a line in the bar signal code. Thanks for understanding.Code: Select all
Re: MT4 Indicator requests and ideas
8110I didn't learn the matcha well, i didn't know about it, thank you.mrtools wrote: Wed Jan 22, 2020 3:08 am
Change alertsOnCurrent = false, to alertsOnCurrent = true, that will alert when signal appears on an open bar.