Page 1810 of 2042

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 25, 2023 5:56 pm
by chojnak
Hi
Has anyone encountered this indicator in the MTF version?
MT4_Goodtrade.

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 25, 2023 7:18 pm
by DTRCT
josi wrote: Wed Mar 22, 2023 10:07 pm As overbought and oversold doesn't work as a trading concept (except in ranges), I changed your inputs around a bit.
I think, it may work now (albeit a bit late)
(Generally speaking: with the indicators you use, high indicator value equals high momentum and low indicator value equals low momentum - so a rising value CAN indicate a buy situation; a falling value CAN indicate a sell situation)
Image
Hi Joss, I really like this simple clean template. Could you please share the settings or upload the template? Thank you and have a good weekend.

Re: MT4 Indicator requests and ideas

Posted: Sat Mar 25, 2023 7:23 pm
by josi
DTRCT wrote: Sat Mar 25, 2023 7:18 pm Hi Joss, I really like this simple clean template. Could you please share the settings or upload the template? Thank you and have a good weekend.
I already said that the inputs are absolutely standard; but here you are:

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 26, 2023 6:36 am
by kvak
chojnak wrote: Sat Mar 25, 2023 5:56 pm Hi
Has anyone encountered this indicator in the MTF version?
MT4_Goodtrade.
This is decompiled file, no one here touch it...

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 26, 2023 7:00 am
by whiplashtm
Hi, I'd like to have both a presmoothing option and a Ma smoothing method option for the "DSL VQ" indicator (Watch the attached picture to see the options on a tdfi indicator). I feel like it gives a big range of tweaking a indicator in various ways.

I don't have the mql4 for DSL Volatility Quality, hopefully there is someone who can help. Many thanks for considering to helping me out.

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 26, 2023 8:26 am
by kvak
whiplashtm wrote: Sun Mar 26, 2023 7:00 am Hi, I'd like to have both a presmoothing option and a Ma smoothing method option for the "DSL VQ" indicator (Watch the attached picture to see the options on a tdfi indicator). I feel like it gives a big range of tweaking a indicator in various ways.

I don't have the mql4 for DSL Volatility Quality, hopefully there is someone who can help. Many thanks for considering to helping me out.
I rewrite my indicator and made this version with some type of smoothing value of vq. Test it HERE

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 26, 2023 8:58 am
by saishala
First of all, let me say good night and say hello to everyone here.

I would like to ask everyone who knows programming here like Mr MrTools, Mr Kvak and everyone who has this knowledge one thing.

I would like to request a cross hair or cursor indicator that was attached (glued) to the current candle on the chart. And that it moved along with it (or the price) and that, like those that I am going to put here, it was in sync with all the open charts (different timeframes) of the same currency. I don't know if I can explain myself well because I can't find the right words. But I put here a screenshot that I think will help to understand what I ask. It is a mix of the vertical line at the current bar indicator and the SyncCursor indicator or the indicator I put from github.com SimpleSyncedCrosshair . That it is always present on the screen and that it moves along with the candle (with the price). I am sure that something so simple will be a Treasure in the hands of many people.

Thank you very much today and always for everything and accept my apologies in advance for bothering all of you with programming requests.


The github code

https://github.com/mt4professional/simp ... ir.mq4#L62

Sorry about my written English always

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 26, 2023 9:41 am
by kvak
saishala wrote: Sun Mar 26, 2023 8:58 am First of all, let me say good night and say hello to everyone here.

I would like to ask everyone who knows programming here like Mr MrTools, Mr Kvak and everyone who has this knowledge one thing.

I would like to request a cross hair or cursor indicator that was attached (glued) to the current candle on the chart. And that it moved along with it (or the price) and that, like those that I am going to put here, it was in sync with all the open charts (different timeframes) of the same currency. I don't know if I can explain myself well because I can't find the right words. But I put here a screenshot that I think will help to understand what I ask. It is a mix of the vertical line at the current bar indicator and the SyncCursor indicator or the indicator I put from github.com SimpleSyncedCrosshair . That it is always present on the screen and that it moves along with the candle (with the price). I am sure that something so simple will be a Treasure in the hands of many people.

Thank you very much today and always for everything and accept my apologies in advance for bothering all of you with programming requests.


The github code

Hello, sorry, I dont know this....

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 26, 2023 9:50 am
by saishala
kvak wrote: Sun Mar 26, 2023 9:41 am Hello, sorry, I dont know this....
Me neither :cry:

(Well.... I don't know anything/nothing about coding... I don't know how to do this or anything at all..... :roll: :cry: :cry: :cry: )

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 26, 2023 6:25 pm
by Chickenspicy
May someone please check whats wrong with this code please
open price option isnt working in mtf mode
i tried to change price options but nothing worked
thank you!