Page 190 of 2041

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 08, 2017 7:49 am
by baraozemo
hi,

I think that this source could be used as base to add the arrows that you want.

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 08, 2017 9:40 am
by mrtools
talaate wrote: Mon Aug 07, 2017 7:36 am Dear mrtools
My regards
Is it possible, for the attached indicator, to add all MA averages and prices as well as filtering for both then adding MTF with OnFirstBar arrows option :cray: :o
I guess it is too much requests for one request, sorry for that 8-)

cumulative_momentum_histo_alerts-arrows.mq4
Wasn't able to add the averages,prices, or filters for some reason, but was able to add the mtf with arrow shift option.

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 08, 2017 11:20 am
by pacois
JADragon3 wrote: Mon Aug 07, 2017 6:05 pm

That is really interesting. I will most def like to play with that indicator. I am still wondering if there is a way to emulate the MACD signal line on chart.
Hi, I do not know if it's useless, try it. Thank you.

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 08, 2017 3:44 pm
by mladen
Sergey wrote: Mon Aug 07, 2017 2:07 am I'm not a programmer but can this data to understand the intersection of the price line indicator in those places where noted.
Unless exact rules are stated when the signals are happening, no, it does not provide enough data for that

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 08, 2017 4:20 pm
by Intrest 1
Hi. Add a vertical line was on the zero crossing. Please

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 09, 2017 7:33 am
by mrtools
Intrest 1 wrote: Tue Aug 08, 2017 4:20 pm Hi. Add a vertical line was on the zero crossing. Please
Interest simply change
if (SSA>SSA[i+1]) slope = 1;
if (SSA<SSA[i+1]) slope = -1;

to this

if (SSA>0) slope = 1;
if (SSA<0) slope = -1;

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 09, 2017 11:00 am
by talaate
mrtools wrote: Tue Aug 08, 2017 9:40 am

Wasn't able to add the averages,prices, or filters for some reason, but was able to add the mtf with arrow shift option.
Hi mrtools
No problem my friend, it is ok with mtf,
I appreciate

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 09, 2017 6:40 pm
by PANKIT3011
Dear

PLEASE ADD ALERT IN NDICATOR

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 09, 2017 7:36 pm
by mladen
PANKIT3011 wrote: Wed Aug 09, 2017 6:40 pm Dear

PLEASE ADD ALERT IN NDICATOR
Please post original - non-decompiled - source code so that it can be worked on

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 09, 2017 7:44 pm
by pacois
PANKIT3011 wrote: Wed Aug 09, 2017 6:40 pm Dear

PLEASE ADD ALERT IN NDICATOR
Hi, try it if it works.