Page 1654 of 2170
Re: MT4 Indicator requests and ideas
Posted: Thu Sep 22, 2022 12:23 pm
by Jedidiah
mrtools wrote: Thu Sep 22, 2022 3:28 am
The buttons and zones don't work together, haven't been able to figure out a way to make them work together, as far as the arrows go think we already have versions with market baseline zone arrows.
If the button is deleted and then the arrow of market baseline is added, no area is needed.
But the version I see. Arrows are only overbought and oversold. not a market baseline
Re: MT4 Indicator requests and ideas
Posted: Thu Sep 22, 2022 3:50 pm
by thomdel
@ mrtools / senior members
Apology to post this query in this thread, didn't know as to where to post to get the answer.
Respected Sir,
Kindly Please Provide Info on below 2 queries in : SS_SupportResistance Indicator // Attached Pic for your reference ***
1) What does : zone_limit = 1000 exactly mean in Style Zones menu ?
How does it affect the indicator output by Increasing or decreasing this value ?
( I did tried changing the values but can't see any changes )
2) What does : set gobals = true / false mean in Zone global Variables menu ?
What output does it change when true or false ?
What exactly is the use of this ?
( I did tried changing the values but can't see any changes )
Thanks for your Support, Kindness.
Thanks a Lot.
Re: MT4 Indicator requests and ideas
Posted: Fri Sep 23, 2022 3:09 am
by mrtools
thomdel wrote: Thu Sep 22, 2022 3:50 pm
@ mrtools / senior members
Apology to post this query in this thread, didn't know as to where to post to get the answer.
Respected Sir,
Kindly Please Provide
Info on below 2 queries in : SS_SupportResistance Indicator // Attached Pic for your reference ***
1) What does : zone_limit = 1000 exactly mean in Style Zones menu ?
How does it affect the indicator output by Increasing or decreasing this value ?
( I did tried changing the values but can't see any changes )
2) What does : set gobals = true / false mean in Zone global Variables menu ?
What output does it change when true or false ?
What exactly is the use of this ?
( I did tried changing the values but can't see any changes )
Thanks for your Support, Kindness.
Thanks a Lot.
Don't know, maybe if I see the code may be able to tell.
Re: MT4 Indicator requests and ideas
Posted: Fri Sep 23, 2022 3:10 am
by mrtools
honje19960321 wrote: Thu Sep 22, 2022 12:23 pm
If the button is deleted and then the arrow of market baseline is added, no area is needed.
But the version I see. Arrows are only overbought and oversold. not a market baseline
Probably the simplest way to do this would be to just change the arrows to show only on market baseline zones, would this work?
Re: MT4 Indicator requests and ideas
Posted: Fri Sep 23, 2022 3:38 am
by Jedidiah
mrtools wrote: Fri Sep 23, 2022 3:10 am
Probably the simplest way to do this would be to just change the arrows to show only on market baseline zones, would this work?
No problem, hope dear Mr. Tools help make it happen
Re: MT4 Indicator requests and ideas
Posted: Fri Sep 23, 2022 3:39 am
by Jedidiah
mrtools wrote: Fri Sep 23, 2022 3:10 am
Probably the simplest way to do this would be to just change the arrows to show only on market baseline zones, would this work?
I think this TDI version of the indicator, with my constant optimization, can be closer to the Holy Grail. . .
So hard work dear Mr. Tools.
Re: MT4 Indicator requests and ideas
Posted: Fri Sep 23, 2022 3:41 am
by Jedidiah
mrtools wrote: Fri Sep 23, 2022 3:10 am
Probably the simplest way to do this would be to just change the arrows to show only on market baseline zones, would this work?
If there is too much code, we can choose to delete some unused code. .Or use another version of TDI and add good idea features to it
Re: MT4 Indicator requests and ideas
Posted: Fri Sep 23, 2022 4:03 am
by thomdel
mrtools wrote: Fri Sep 23, 2022 3:09 am
Don't know, maybe if I see the code may be able to tell.
Respected Sir,
Sorry, I forgot to upload the Indicator. Please see the
attached Indicator.
Thanks for your Kindness, Support, Help.
Thanks.
Re: MT4 Indicator requests and ideas
Posted: Fri Sep 23, 2022 10:09 am
by oskar656
In order to test Xard second dots I would like ZigZag extras indicator to actually work when you modify intBackStep and dblDeviation.
Checking Xard semafor channels and ZigZag extras channel, these are the same indicator but the first one is displaced in past a determined number of candles.
For example, if parameter intDepth is 9 and parameter dist in Xard semafor is 9, the displacement is equivalent to 4 candles. For parameters equals to 18, the displacement is 9 candles, for 27 the displacement is 13 candles, for 36 the displacement is 18 candles, for 45 the displacement is 22 candles, for 54 the displacement is 27 candles...keeping a direct relationship increasing 4 to 5 distance candles every 9 units in intDepth (ZigZag extras channel) or dist (Xard semafor)
I don't know if intBackStep and dblDeviation parameters are the ones that could fix this in order to approach to Xard semafors. What I would like is to test second dot theory with an indicator like this that doesn't repaint.
Re: MT4 Indicator requests and ideas
Posted: Fri Sep 23, 2022 10:12 am
by Chickenspicy
oskar656 wrote: Fri Sep 23, 2022 10:09 am
In
try an rsi indicator from the davetrader collection thats the best dots there is from the fresh post in xards thread
zigzag cant be made to not repaint