Page 1862 of 2170

Re: MT4 Indicator requests and ideas

Posted: Sat May 20, 2023 5:31 am
by mrtools
Jedidiah wrote: Fri May 19, 2023 4:57 pm Dear Mr Tools
I have an optimization request

1. Please add button
2. Please set exclusive color horizontal lines for 38.2 and 61.8 level FIBO lines.
3. Please add exclusive warnings for FIBO 38.2 and 61.8 levels
4. Is it possible to add FIBO Extensions line
Grateful
Only able to add the button, if still interested check here

Re: MT4 Indicator requests and ideas

Posted: Sat May 20, 2023 8:06 am
by kvak
myrlim wrote: Fri May 19, 2023 12:25 am Yeah...however is this MT4 indicator? I just can't make it on MT4 platform coz not allow to overlay any MA on secondary indicator there..
Try THIS simple version

Re: MT4 Indicator requests and ideas

Posted: Sat May 20, 2023 10:24 am
by qdjack
qdjack wrote: Sat May 20, 2023 12:34 am Macd zone indicator requests assistance in modifying the code to display the indicators on the chart window. Thank you, Master.
Image
Someone has provided some suggestions for modification, thank you
#property indicator_ separate_ Modify window to # property indicator_ chart_ Window cannot be displayed normally

Re: MT4 Indicator requests and ideas

Posted: Sat May 20, 2023 10:34 am
by qdjack
kvak wrote: Sat May 20, 2023 8:06 am Try THIS simple version
Hello, the biggest problem with the code you mentioned is that it may cause color confusion.
Once the template is saved and switched to another currency, the colors will overlap and become chaotic.
As shown in the following figure. I have found that the indicator I have released can solve this problem, but it can only be displayed on the secondary image and cannot be displayed on the main image. My programming ability is limited and I have not implemented it. I kindly ask which expert can help implement this function.

Re: MT4 Indicator requests and ideas

Posted: Sat May 20, 2023 5:52 pm
by kvak
qdjack wrote: Sat May 20, 2023 10:34 am Hello, the biggest problem with the code you mentioned is that it may cause color confusion.
Once the template is saved and switched to another currency, the colors will overlap and become chaotic.
As shown in the following figure. I have found that the indicator I have released can solve this problem, but it can only be displayed on the secondary image and cannot be displayed on the main image. My programming ability is limited and I have not implemented it. I kindly ask which expert can help implement this function.
Image
Hello, dont understand? What code I mentioned?

Re: MT4 Indicator requests and ideas

Posted: Sat May 20, 2023 7:00 pm
by Chickenspicy
Chickenspicy wrote: Tue May 16, 2023 11:23 pm may coders please make the volume on chart have open bar amount option like heiken ashi v does?
Possible to make volume on chart to have pricing options instead?

Re: MT4 Indicator requests and ideas

Posted: Sat May 20, 2023 9:46 pm
by andrei-1
Ogee wrote: Fri May 19, 2023 4:04 pm Does anyone know if it's feasible to add more lines to this indicator?
I hope to have it done by Monday.

Re: MT4 Indicator requests and ideas

Posted: Sat May 20, 2023 11:14 pm
by kvak
qdjack wrote: Sat May 20, 2023 10:34 am Hello, the biggest problem with the code you mentioned is that it may cause color confusion.
Once the template is saved and switched to another currency, the colors will overlap and become chaotic.
As shown in the following figure. I have found that the indicator I have released can solve this problem, but it can only be displayed on the secondary image and cannot be displayed on the main image. My programming ability is limited and I have not implemented it. I kindly ask which expert can help implement this function.
Try this version.... added zones, but dont test it....

Re: MT4 Indicator requests and ideas

Posted: Sun May 21, 2023 1:53 am
by qdjack
kvak wrote: Sat May 20, 2023 11:14 pm Try this version.... added zones, but dont test it....
Image
Thank you, but the problem persists and has not been resolved.
Look at the two sentences in the original code of the file I published.
int init()
{
SetIndexBuffer(0,xtUpH); SetIndexStyle(0,DRAW_HISTOGRAM,0,5,clrBlue);
SetIndexBuffer(1,xtDnH); SetIndexStyle(1,DRAW_HISTOGRAM,0,5,clrRed);
}
int deinit()
{
}
There is no need to delete objects in deinit() at all.

Re: MT4 Indicator requests and ideas

Posted: Sun May 21, 2023 3:02 am
by Jedidiah
Dear Mr Tools
Please help add all averages
to bring out their full potential
Gratitude