@ 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
1292With 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
1293A 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.
- These users thanked the author josi for the post (total 4):
- BeatlemaniaSA, kvak, Jimmy, Jedidiah
Re: Indicators with ON/OFF buttons
1294This is beautiful, thank you for posting this one up brother and adding a new "boxy" type of 3D button

PS: Added a PDF article to your post, hope it's okay with you.
Re: Indicators with ON/OFF buttons
1295Hi.It is okJimmy 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![]()
PS: Added a PDF article to your post, hope it's okay with you.
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....
- These users thanked the author kvak for the post (total 3):
- quangvuig, BeatlemaniaSA, Jimmy
Re: Indicators with ON/OFF buttons
1296Haha, I was going to ask you about the different button designkvak 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....


Cool as always!

BeatlemaniaSA
Re: Indicators with ON/OFF buttons
1297Also 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 muchkvak 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....
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
1298Yes,I will look on it when i come at home....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
Re: Indicators with ON/OFF buttons
1299
hi kvak,you have the .mq4 for this lovely indicator?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.
Re: Indicators with ON/OFF buttons
1300Maybe you can read the rules viewtopic.php?t=8472780 of the forum?
NO LINKS OR MQL SOURCE CODE REQUESTS.
- These users thanked the author BeatlemaniaSA for the post (total 3):
- kvak, Jimmy, moey_dw