Page 1760 of 2174
Re: MT4 Indicator requests and ideas
Posted: Wed Feb 01, 2023 8:05 am
by mrtools
BeatlemaniaSA wrote: Wed Feb 01, 2023 7:28 am
Hi @mrtools,
Hope you have recovered from your short spell of illness.
I was wondering if you could add the following features to your last updated version of the freeRSi indicator (my favorite and goto RSI indicator!) that I have included below. You have the source
1) The option of slope coloring (slope color and thickness we can set) when it changes direction
(Please make this an option that we can switch on or off rather than a permanent change to the code

)
2) An alert when the slope changes direction (color)
Just out of curiosity how do you determine at what angle the slope has to be before coloring?
Indicator:
! freeRSI + averages (alerts + divergence + btn).ex4
Screenshot:
Warmest regards,
BeatlemaniaSA
About the sickness not 100% it hit me hard, seems the fever lifted somewhat today, but still kinda puny feeling.
Don't have the source anymore and can't remember exactly how I made that one. About the slope it's just previous value <> current value, no angle involved.
Re: MT4 Indicator requests and ideas
Posted: Wed Feb 01, 2023 10:41 am
by bjn
Dears .. Please,
I have the line:
string Acc_Balance = NumberToStr(AccountBalance(),",T12.2");
How I can get a Account Balance with thousands separator?
Original String = 1200000.00
Formatted String = 1,200,000.00
Thanks.
Re: MT4 Indicator requests and ideas
Posted: Wed Feb 01, 2023 2:08 pm
by mrtools
LittleCaro wrote: Tue Jan 31, 2023 12:04 am
Hello guys,
Actually i'm not sure about my ask, so sorry if i'm wrong ! Because it's a strange indicator.
Please, can you modify this indicator just a little.
Can you put the arrows inside a buffer, something simple, a buffer up for up arrows and a buffer down for down arrows.
Thanks !
Looks like it has arrows on a buffer already.
Re: MT4 Indicator requests and ideas
Posted: Wed Feb 01, 2023 2:52 pm
by BeatlemaniaSA
mrtools wrote: Wed Feb 01, 2023 8:05 am
Don't have the source anymore and can't remember exactly how I made that one. About the slope it's just the previous value <> current value, no angle involved.
Hi @mrtools,
Here is the source code of the indicator before you added all the other features such as mtf, alerts, divergence, and the button
Warmest regards,
BeatlemaniaSA
Re: MT4 Indicator requests and ideas
Posted: Wed Feb 01, 2023 2:54 pm
by mrtools
BeatlemaniaSA wrote: Wed Feb 01, 2023 2:52 pm
Hi @mrtools,
Here is the source code of the indicator before you added all the other features such as mtf, alerts, divergence, and the button
freeRSI BT.mq4
Warmest regards,
BeatlemaniaSA
Okay will see what I can do with it tomorrow.
Re: MT4 Indicator requests and ideas
Posted: Wed Feb 01, 2023 3:18 pm
by BeatlemaniaSA
mrtools wrote: Wed Feb 01, 2023 2:54 pm
Okay will see what I can do with it tomorrow.
Thanks

Re: MT4 Indicator requests and ideas
Posted: Thu Feb 02, 2023 12:58 am
by juanlu999
Does anyone have an idea if an indicator like the one I attached is possible and does not repaint. Or at least only repaint 2 or 3 candles, but not move the whole line from too far back. Tks
Re: MT4 Indicator requests and ideas
Posted: Thu Feb 02, 2023 2:22 am
by sal
mr.tools
can you please update arrow dot
now the high price show appear arrow . i need the close bar outside band.
Re: MT4 Indicator requests and ideas
Posted: Thu Feb 02, 2023 4:23 am
by mrtools
juanlu999 wrote: Thu Feb 02, 2023 12:58 am
Does anyone have an idea if an indicator like the one I attached is possible and does not repaint. Or at least only repaint 2 or 3 candles, but not move the whole line from too far back. Tks
Hard to tell what indicator that is since it's decompiled.
Re: MT4 Indicator requests and ideas
Posted: Thu Feb 02, 2023 4:53 am
by Chickenspicy