Page 231 of 389

Re: Moving Average indicators for MT4

Posted: Sat Jul 09, 2022 7:52 am
by mrtools
ε€ͺθ™šδΈ€ζ―« wrote: Sat Jul 09, 2022 6:05 am very good!
To reduce computer resource consumption, ask the teacher to add a limit on the number of candles (lb). :thumbup:
Added limited bars the only way I know, but with all the lines of code not sure how much it helped.

Re: Moving Average indicators for MT4

Posted: Sat Jul 09, 2022 12:06 pm
by Jedidiah
mrtools wrote: Sat Jul 09, 2022 7:52 am Added limited bars the only way I know, but with all the lines of code not sure how much it helped.
I appreciate everything you have done.

I can't code, just modify the colors. .. I changed the color a bit

I replaced the green with lime

A histogram version is also available from Kvak.

Re: Moving Average indicators for MT4

Posted: Sat Jul 09, 2022 9:38 pm
by Jimmy
honje19960321 wrote: Sat Jul 09, 2022 12:06 pm I appreciate everything you have done.

I can't code, just modify the colors. .. I changed the color a bit

I replaced the green with lime
Nice work you guys. Very cool! I like how it changes colors according to RSI levels:

  • If the RSI level is greater than 55, the GMMA is drawn in green.
  • If the RSI level is less than 45, the GMMA is drawn in red.
  • If the RSI level is between 45-55, the GMMA is drawn in gray.

PS: Let's see if that humongous double-top on USDCHF plays out eh? πŸ˜‹

Re: Moving Average indicators for MT4

Posted: Sat Jul 09, 2022 10:14 pm
by josi
Jimmy wrote: Sat Jul 09, 2022 9:38 pm
Right ho Jimmy,
I found it was pretty untradable on H1 yesterday afternoon (GMT+1)
but then again - it looks so bloody easy on M1 (quoth MrHindsight)

Re: Moving Average indicators for MT4

Posted: Sat Jul 09, 2022 10:32 pm
by Bbq Ribs
Jimmy wrote: Sat Jul 09, 2022 9:38 pm Nice work you guys. Very cool! I like how it changes colors according to RSI levels:

  • If the RSI level is greater than 55, the GMMA is drawn in green.
  • If the RSI level is less than 45, the GMMA is drawn in red.
  • If the RSI level is between 45-55, the GMMA is drawn in gray.

PS: Let's see if that humongous double-top on USDCHF plays out eh? πŸ˜‹
Image
Brilliant, gonna play around with this new toy after I mow the bloody lawn!

I was wondering, since there is a lot of information within the Guppy lines, if it would be possible to make an arrow/dot/zone/text alert for when the Guppy lines flip/twist into a new trend. Just to help with the clarity?

Many thanks

Regards
Bbq Ribs

Re: Moving Average indicators for MT4

Posted: Sun Jul 10, 2022 12:49 am
by mrtools
Deez wrote: Sat Jul 09, 2022 11:16 pm Hi MrTools, Could you please modify the way the attached indi colors its line.

Could you make it change color when candle crosses line(eg. above line = green, below line = red).

Thanks again!
Try

Re: Moving Average indicators for MT4

Posted: Sun Jul 10, 2022 12:59 am
by Deez
mrtools wrote: Sun Jul 10, 2022 12:49 am Try
Image
Thanks MrTools..it works but not when I use the shift function..think you can get to work with the 'shift' option?

Re: Moving Average indicators for MT4

Posted: Sun Jul 10, 2022 1:04 am
by ChuChu Rocket
honje19960321 wrote: Sat Jul 09, 2022 12:06 pm I appreciate everything you have done.

I can't code, just modify the colors. .. I changed the color a bit
Super cool Honje bro. Thanks for the color change! 😎

Re: Moving Average indicators for MT4

Posted: Sun Jul 10, 2022 1:46 am
by mrtools
Deez wrote: Sun Jul 10, 2022 12:59 am Thanks MrTools..it works but not when I use the shift function..think you can get to work with the 'shift' option?
Fixed the shift function, now instead of using close <> ma you have a choice of price.

Re: Moving Average indicators for MT4

Posted: Sun Jul 10, 2022 1:58 am
by moey_dw
honje19960321 wrote: Sat Jul 09, 2022 12:06 pm I appreciate everything you have done.

I can't code, just modify the colors. .. I changed the color a bit

I replaced the green with lime
Image
thx mr honj for u color update & those who made it....... rsi levels on guppy is fantastic idea & does not even need smoothing