Page 1804 of 2042

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 18, 2023 10:12 pm
by FoxFoxicle
Xronos__ wrote: Sat Mar 18, 2023 9:52 pm now you know correct and wrong regardig the ADR

there is no need to be a coder or depend to anyone to give you confirmation

you can do this

regards

ps:/ sorry for the misspelling of the word "previous" on the image
I see. I thought the donchian channel with settings "1", averages the previous 20 4-hour candles and plot the high/low average range.

It seems to me that its just a previous high/low candle indicator using the settings "1".

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 18, 2023 10:24 pm
by Xronos__
FoxFoxicle wrote: Sat Mar 18, 2023 10:12 pm I see. I thought the donchian channel with settings "1", averages the previous 20 4-hour candles and plot the high/low average range.

It seems to me that its just a previous high/low candle indicator using the settings "1".

Code: Select all

per =20;
was the default value for this tool and the developer added 20 to the filename as well
if is more clear to you
you can rename it to "Donchian Channel mtf BT" from "Donchian Channel 20 mtf BT"

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 18, 2023 10:39 pm
by FoxFoxicle
Xronos__ wrote: Sat Mar 18, 2023 10:24 pm

Code: Select all

per =20;
was the default value for this tool and the developer added 20 to the filename as well
if is more clear to you
you can rename it to "Donchian Channel mtf BT" from "Donchian Channel 20 mtf BT"
I see. Thank you. The settings "1" was correct but when I make it into "per = 20". It does not make sense.

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 18, 2023 10:53 pm
by FoxFoxicle
FoxFoxicle wrote: Sat Mar 18, 2023 10:39 pm I see. Thank you. The settings "1" was correct but when I make it into "per = 20". It does not make sense.
Thank you for your patience my friend.

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 18, 2023 11:06 pm
by Xronos__
FoxFoxicle wrote: Sat Mar 18, 2023 10:39 pm I see. Thank you. The settings "1" was correct but when I make it into "per = 20". It does not make sense.
go slow
from per=1 go to per=2 and inspect what is ploted on the chart from this tool
then 3.....and so on
you will understand how it works

regards

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 19, 2023 1:32 am
by dmnik
Hello Everyone,
I would like to add a grid for the daily fibo indicator attached, please.
the lines start time will be yesterday 00:00 , the end today 00:00
the format will be as follow:
start level, end level, color, style

downtrend:

400, 300, DodgerBlue, 2
350, 250, DodgerBlue, dotted
300, 200, DodgerBlue, 2
250, 150, DodgerBlue, dotted
200, 100, Yellow, 2
150, 50 , Yellow, dotted
100, 0 , Yellow, 2
50 , -50, DodgerBlue, dotted
0 , -100, DodgerBlue, 2
-50, -150, DodgerBlue, dotted
-100, -200, DodgerBlue, 2

uptrend:

-300, -200, DodgerBlue, 2
-250, -150, DodgerBlue, dotted
-200, -100, DodgerBlue, 2
-150, -50, DodgerBlue, dotted
-100, 0 , Yellow, 2
-50 , 50, Yellow, dotted
0 , 100, Yellow, 2
50, 150, DodgerBlue, dotted
100, 200, DodgerBlue, 2

thank you in advance

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 19, 2023 1:53 am
by kvak
Chickenspicy wrote: Sat Mar 18, 2023 7:57 am May Kvak please do a candle version please! thank you

best settings i can find
Here is version with candles here

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 19, 2023 6:14 am
by Chickenspicy
If coders find the time please attempt to make the lines facing up from the bottom instead of from sideways
thank you :)

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 19, 2023 12:13 pm
by Chickenspicy
Can this be made with adaptive option & speed option !! also smoother average was the best from memory if that wants to be added
I think this is maybe one of the things missing to fix the lag or too much speed some times
Thank you :)

Re: MT4 Indicator requests and ideas

Posted: Mon Mar 20, 2023 2:38 am
by SEC7
Hello,

I wonder if someone can help with a fault with this indicator. ON/OFF Button not saving.

I have saved the indicator in my trading system with the ON/OFF button turned OFF.

However, when I open my MT4 the indicator is showing, even though I saved it as OFF.

Can someone fix this so when I open my MT4, the indicator is OFF until I click the ON button?