Page 481 of 2170
Re: MT4 Indicator requests and ideas
Posted: Sat Dec 01, 2018 11:47 am
by ali_haghparast
mntiwana wrote: Sat Dec 01, 2018 7:34 am
The initial version of it was posted at TSD
i doubts Mladen name his codes like this (non descriptive)
may be macd 2x do the job but experts can better explain
i google it and found this site
Edit ..... link deleted
i seems mr mladen made some optimized and added alert
Re: MT4 Indicator requests and ideas
Posted: Sat Dec 01, 2018 11:52 am
by ali_haghparast
mrtools wrote: Sat Dec 01, 2018 7:02 am
What it is using is the slope of 2 macd's and the macd's <> 0. If both above zero and sloping up then strong buy, if sloping up and below zero weak buy, if sloping down and below zero strong sell, if sloping down but above zero weak sell.
Are this 2 lines macd's parameter?
Code: Select all
ind_buffer1[i] = iMA(NULL,0,12,0,MODE_EMA,PRICE_CLOSE,i)-iMA(NULL,0,26,0,MODE_EMA,PRICE_CLOSE,i);
ind_buffer2[i] = iMA(NULL,0,15,0,MODE_EMA,PRICE_CLOSE,i)-iMA(NULL,0,102,0,MODE_EMA,PRICE_CLOSE,i);
Re: MT4 Indicator requests and ideas
Posted: Sat Dec 01, 2018 1:34 pm
by mntiwana
ali_haghparast wrote: Sat Dec 01, 2018 11:52 am
Are this 2 lines macd's parameter?
Code: Select all
ind_buffer1[i] = iMA(NULL,0,12,0,MODE_EMA,PRICE_CLOSE,i)-iMA(NULL,0,26,0,MODE_EMA,PRICE_CLOSE,i);
ind_buffer2[i] = iMA(NULL,0,15,0,MODE_EMA,PRICE_CLOSE,i)-iMA(NULL,0,102,0,MODE_EMA,PRICE_CLOSE,i);
it looks like
Re: MT4 Indicator requests and ideas
Posted: Sat Dec 01, 2018 3:10 pm
by mrtools
ali_haghparast wrote: Sat Dec 01, 2018 11:52 am
Are this 2 lines macd's parameter?
Code: Select all
ind_buffer1[i] = iMA(NULL,0,12,0,MODE_EMA,PRICE_CLOSE,i)-iMA(NULL,0,26,0,MODE_EMA,PRICE_CLOSE,i);
ind_buffer2[i] = iMA(NULL,0,15,0,MODE_EMA,PRICE_CLOSE,i)-iMA(NULL,0,102,0,MODE_EMA,PRICE_CLOSE,i);
Fast ma - Slow ma = macd.
Re: MT4 Indicator requests and ideas
Posted: Sun Dec 02, 2018 4:57 am
by Giangyforex
Dear Mntiwana, Mladen and Mrtools, do you know if there is an indicator that if i draw an Hline it plot at variable pips other two lines ? i attach a picture , if you know tell me thanks

Re: MT4 Indicator requests and ideas
Posted: Sun Dec 02, 2018 6:03 am
by mntiwana
Giangyforex wrote: Sun Dec 02, 2018 4:57 am
Dear Mntiwana, Mladen and Mrtools, do you know if there is an indicator that if i draw an Hline it plot at variable pips other two lines ? i attach a picture , if you know tell me thanks
I tried but dont find any that display,show and or calculate pips or price value
do you think these continues Hlines (a kind of graph) help you
Re: MT4 Indicator requests and ideas
Posted: Sun Dec 02, 2018 6:33 am
by Giangyforex
mntiwana wrote: Sun Dec 02, 2018 6:03 am
I tried but dont find any that display,show and or calculate pips or price value
do you think these continues Hlines (a kind of graph) help you
thanks mntiwana not perfect for me

, i found this but i must ask to mladen and mrtools to change the full hline in hline like my picture posted before

Re: MT4 Indicator requests and ideas
Posted: Sun Dec 02, 2018 4:58 pm
by sal
mrtools wrote: Sat Dec 01, 2018 10:15 am
Kinda sorta like you are looking for except i placed the arrows(dots) on the sub window with the indicator also updated the alerts to include as an option to when the levels are crossed.
Mr.tools
thanks and very much your help. May I request to make S/R line for the same where the DOT avaialble . snap will helps my requirement.
UPPPER GREEN dot PA bar for RESISITANE LINE start and draw at HIGH PRICE VALUE after tf close
Lower RED DOT , PA bar for SUPPORT LINE start and draw at HIGH PRICE VALUE after tf close
Both HORIZONTAL LINE extension shall be i custom (4bar default)
Re: MT4 Indicator requests and ideas
Posted: Mon Dec 03, 2018 9:32 am
by mrtools
mrtools wrote: Sat Dec 01, 2018 10:15 am
Kinda sorta like you are looking for except i placed the arrows(dots) on the sub window with the indicator also updated the alerts to include as an option to when the levels are crossed.
Found an error in the alerts for the dots, should be fixed in this version.
Re: MT4 Indicator requests and ideas
Posted: Mon Dec 03, 2018 9:01 pm
by 1AndrewLawler
Hi, could you add alerts to the MTF Sup Dem .
1. An alert when a new box starts to form
2. and an alert for when price returns to retouch a box within a specified number of points. So it's a warning that can alert to price getting close to a retouch. Hope you can help m out with this.
I can't code but managed to change the solid rectangles to outlined boxes. Don't know if I've done it the way it should be done or correctly.
Kindest regards
Andrew