I have similar old one...colors can be changed.dmnik wrote: Fri Feb 10, 2023 7:36 pm Dear mrtools! Add color settings to the indicator. On a black background, the percentage is visible; on a white one, no!
Here it is.
I have similar old one...colors can be changed.dmnik wrote: Fri Feb 10, 2023 7:36 pm Dear mrtools! Add color settings to the indicator. On a black background, the percentage is visible; on a white one, no!
bravo Ksenija for your improvements
Thank you again for the instruction. I will respect them in future. I do not have much programming skills just able to make some minor changes.Xronos__ wrote: Wed Mar 01, 2023 8:47 am bravo Ksenija for your improvements
you may use the filename to keep track of the changes and always know wich file is the latest one:
original filename was Trend_Angle_20230226.0.mq4 2023/year[4 digits] 02/month [2 digits] 26/day [2 digits] .0./ version of the file in the day ,
after your changes can be Trend_Angle_20230228.0.mq4,
if you make a change in the same day and reupload you can change the .0.mq4 part to 1.mq4 and if need it again to .2.mq4 and so forth
is just a proposition, i think it will be helpfull
regards
Dear coders, please help to add button to it or fix button version
Dear Mr.Tools
The first 2 are decompiled and the last have no idea how to add a button, sorry!honje19960321 wrote: Wed Mar 01, 2023 8:51 pm Dear coders, please help to add button to it or fix button version
There is a problem with the button version of the Support and Resistance SKA.
Gratitude
Right now, the zero line is actually the signal line, it uses 2 averages one is just a regular average, and the zero-line average is actually an average of the highest high and lowest low / 2. So not sure if a signal line would work. This is Mladen's explanation:sylvester21 wrote: Thu Mar 02, 2023 3:49 am Dear Mr.Tools
I was looking at this old Indi you shared and had this idea.
Is it possible to integrate a signal line (with all the awesome averages) onto the oscillator so that it becomes a 2-lines cross indicator?
In its current state, it's a color change/zero cross indi. We can certainly speed up the signals via a signal line.
To beef things a little bit, may I suggest a filter option to filter out fake signals.
The calculation behind this indicator is certainly intriguing.
You may consider this idea for experimentation.
Thanks a bunch and we truly appreciate the coders hard work here in Fx stn.
Hull BandsSepo wrote: Thu Mar 02, 2023 8:03 am Hi guys, does anyone by chance have a good indicator that can be used to determine how many pips a specific trade should risk, similar to how some people use the atr?