Page 130 of 338

Re: Indicators with ON/OFF buttons

Posted: Tue Nov 30, 2021 3:04 pm
by thomdel
@ kvak

Respected Sir,

Please see this, this may have gone missed in earlier pages. Please do the needful if you like the idea.

Request you to Please Combine these 3 Xard Sir Indicators to 1 Indicator. All are mq4 files.
i.e : Combine : XU-MA S1MA button & XU-MA T1MA button & XU-MA Zones button - into 1 Single Button Indicator.

Reason for this request :
Pressing 1 button will generate MA / Colour Candles / Zones & having 1 Indicator will save space in Indicators Folder.

Thanks for your Generosity, Efforts.
Thanks.

FYI : Original Indicator Post by Banzai Sir : viewtopic.php?p=1295448718#p1295448718

Re: Indicators with ON/OFF buttons

Posted: Tue Nov 30, 2021 4:20 pm
by quangvuig
kvak wrote: Tue Nov 30, 2021 11:24 am From Mladen, added Button.
Image

With this indicator you can add 5 lines help me. It suits my turn. Hope you take a little extra time to help me. Instead of existing there are 3 lines

input double inpPivotLevel1 = 0.38; // Pivot level 1
input double inpPivotLevel2 = 0.61; // Pivot level 2
input double inpPivotLevel3 = 1.00; // Pivot level 3
input double inpPivotLevel4 = 1.618; // Pivot level 4
input double inpPivotLevel5 = 2.618; // Pivot level 5
input double inpPivotLevel6 = 3.618; // Pivot level 6
input double inpPivotLevel7 = 4.618; // Pivot level 7
input double inpPivotLevel8 = 5.618; // Pivot level 8

Re: Indicators with ON/OFF buttons

Posted: Tue Nov 30, 2021 5:44 pm
by josi
kvak wrote: Sun Nov 28, 2021 8:28 am Plot channel of high-low and MA of close....originally.
A small alteration to your high-low-channel-BT:
conditions for candle-colour:
If price is above LWMA200-high-low and candle closes above LWMA9: candle colour up (i. e. buy) - colour remains until candle closes below LWMA9
If price is below LWMA200-high-low and candle closes below LWMA9: candle colour down (i. e. sell) - colour remains until candle closes above LWMA9
Maybe you like the idea and think it improves signals. If you don't like the idea just forget about it.

Re: Indicators with ON/OFF buttons

Posted: Tue Nov 30, 2021 11:17 pm
by Jimmy
kvak wrote: Tue Nov 30, 2021 11:24 am From Mladen, added Button.
This is beautiful, thank you for posting this one up brother and adding a new "boxy" type of 3D button :In Love:

PS: Added a PDF article to your post, hope it's okay with you.

Re: Indicators with ON/OFF buttons

Posted: Tue Nov 30, 2021 11:53 pm
by kvak
Jimmy wrote: Tue Nov 30, 2021 11:17 pm This is beautiful, thank you for posting this one up brother and adding a new "boxy" type of 3D button :In Love:

PS: Added a PDF article to your post, hope it's okay with you.
Hi.It is ok 😆
I added different button,because,if I added standart button template,button switched to on-off when you changed timeframes....and no able to fix this bug.But with this template it is ok....I think it's a button from Mrtools, I added the functionality for x, y coordinate....

Re: Indicators with ON/OFF buttons

Posted: Wed Dec 01, 2021 12:15 am
by BeatlemaniaSA
kvak wrote: Tue Nov 30, 2021 11:53 pm Hi. It is ok 😆
I added different button, because, if I added standard button template, button switched to on-off when you changed timeframes....and no able to fix this bug. But with this template it is ok....I think it's a button from Mrtools, I added the functionality for x, y coordinate....
Haha, I was going to ask you about the different button design :Rofl: . Thanks for explaining it now ;)

Cool as always! :thumbup:

BeatlemaniaSA

Re: Indicators with ON/OFF buttons

Posted: Wed Dec 01, 2021 1:04 am
by quangvuig
kvak wrote: Tue Nov 30, 2021 11:53 pm Hi.It is ok 😆
I added different button,because,if I added standart button template,button switched to on-off when you changed timeframes....and no able to fix this bug.But with this template it is ok....I think it's a button from Mrtools, I added the functionality for x, y coordinate....
Also with this indicator you currently have Pivot level 1,2,3. Because, not enough equilibrium point. Can you help me add Pivot levels 1,2,3,4,5,6,7,8. Thank you very much

input double inpPivotLevel1 = 0.38; // Pivot level 1
input double inpPivotLevel2 = 0.61; // Pivot level 2
input double inpPivotLevel3 = 1.00; // Pivot level 3
input double inpPivotLevel4 = 1.618; // Pivot level 4
input double inpPivotLevel5 = 2.618; // Pivot level 5
input double inpPivotLevel6 = 3.618; // Pivot level 6
input double inpPivotLevel7 = 4.618; // Pivot level 7
input double inpPivotLevel8 = 5.618; // Pivot level 8

Re: Indicators with ON/OFF buttons

Posted: Wed Dec 01, 2021 2:06 am
by kvak
quangvuig wrote: Wed Dec 01, 2021 1:04 am Also with this indicator you currently have Pivot level 1,2,3. Because, not enough equilibrium point. Can you help me add Pivot levels 1,2,3,4,5,6,7,8. Thank you very much

input double inpPivotLevel1 = 0.38; // Pivot level 1
input double inpPivotLevel2 = 0.61; // Pivot level 2
input double inpPivotLevel3 = 1.00; // Pivot level 3
input double inpPivotLevel4 = 1.618; // Pivot level 4
input double inpPivotLevel5 = 2.618; // Pivot level 5
input double inpPivotLevel6 = 3.618; // Pivot level 6
input double inpPivotLevel7 = 4.618; // Pivot level 7
input double inpPivotLevel8 = 5.618; // Pivot level 8
Yes,I will look on it when i come at home....

Re: Indicators with ON/OFF buttons

Posted: Wed Dec 01, 2021 6:01 am
by axelush
kvak wrote: Sun Nov 07, 2021 2:08 am Hi Kathy.
I have this PTL with button.
Nothing changed in calculation logic only visulation changed.
Replaced candles and bars options and added colored candles with autowidth.
And have autohigher timeframe.
One with and without button.
Try it.
Image
hi kvak,you have the .mq4 for this lovely indicator?

Re: Indicators with ON/OFF buttons

Posted: Wed Dec 01, 2021 6:12 am
by BeatlemaniaSA
axelush wrote: Wed Dec 01, 2021 6:01 am hi kvak,you have the .mq4 for this lovely indicator?
Maybe you can read the rules viewtopic.php?t=8472780 of the forum?

NO LINKS OR MQL SOURCE CODE REQUESTS.