Re: Indicators with ON/OFF buttons
#582In this version, you can change the fractal arrows
to any WingDings font arrow.
-
- [ORT] Supply Demand v3 button.mq4
- (62.04 KiB) Downloaded 345 times
-
-
To Reduce CPU and RAM usage -- MT4 > Tools > Options > Chart --->> Decrease "max bars in history" and "max bars in chart" (My setting is 5000)
Re: Indicators with ON/OFF buttons
#583Banzai,
Updated the code Psychological levels slightly, more customization features. However the code seems to have trouble deciding what levels it wants to show, it'll like repaint upwards. Gonna attempt to rewrite how the code finds what levels to show.
Updated the code Psychological levels slightly, more customization features. However the code seems to have trouble deciding what levels it wants to show, it'll like repaint upwards. Gonna attempt to rewrite how the code finds what levels to show.
Re: Indicators with ON/OFF buttons
#584In this version, you can change font, font size, and font color.
The top numbers can be in different colors.
-
- MT4-Candle-Pips-Size-indicator-high-to-low button.mq4
- (8.59 KiB) Downloaded 213 times
-
- MT4-Candle-Pips-Size-indicator-open-to-close button.mq4
- (8.77 KiB) Downloaded 202 times
-
To Reduce CPU and RAM usage -- MT4 > Tools > Options > Chart --->> Decrease "max bars in history" and "max bars in chart" (My setting is 5000)
Re: Indicators with ON/OFF buttons
#585I just need one with open source code in mq4.... Thank you....DVanAssen wrote: ↑Sun Aug 16, 2020 2:51 amCheck page 1 of this thread, there are 3. eg viewtopic.php?p=1295414115#p1295414115jjventural wrote: ↑Sun Aug 16, 2020 2:29 amHi, is there any button for changing between templates????.... Thank you....
Re: Indicators with ON/OFF buttons
#586on or off button
-
- HamaSystem button.mq4
- (19.91 KiB) Downloaded 199 times
-
To Reduce CPU and RAM usage -- MT4 > Tools > Options > Chart --->> Decrease "max bars in history" and "max bars in chart" (My setting is 5000)
Re: Indicators with ON/OFF buttons
#587Hi there Banzai. Much respect and gratitude always. Many thanks Deane.
Re: Indicators with ON/OFF buttons
#588Sir, if so allowed as time permits, please make this indi a button. Your tireless contributions are very much appreciated. Regards and have a great week ahead. Deane . Ps thanks to your amazing Button thread, I now have only 1 template!!
-
- Sonic_2 PVA Candles (Black).mq4
- (11.61 KiB) Downloaded 113 times
Re: Indicators with ON/OFF buttons
#589Code: Select all
//Set bar widths
if(Chart_Scale == 0) {Bar_Width = 2;}
else {if(Chart_Scale == 1) {Bar_Width = 3;}
else {if(Chart_Scale == 2) {Bar_Width = 3;}
else {if(Chart_Scale == 3) {Bar_Width = 3;}
else {if(Chart_Scale == 4) {Bar_Width = 7;}
else {Bar_Width = 13;} }}}}
if the chart scale is zero, which is the minimum, the bar width is 2.
If the chart scale is 5, or the maximum, the bar width is 13.
Anway, I fixed it. In the original indicator, look like it doesn't display quite right???
In the animated gif, look at the words "Chart_Scale ="
and you'll see what's going on.
-
- Sonic_2 PVA Candles (Black) button.mq4
- (16.53 KiB) Downloaded 161 times
-
-
To Reduce CPU and RAM usage -- MT4 > Tools > Options > Chart --->> Decrease "max bars in history" and "max bars in chart" (My setting is 5000)
Re: Indicators with ON/OFF buttons
#590Man, what does it mean?
I don't understand what you are saying.
Try to say it in clear and understandable terms.
-
Similar Topics
-
Please make buttons for indicators
0 Replies 488 Viewsby MayaxatL, Sun Sep 20, 2020 9:05 am in Coding Help
0 Replies
488 Views -
Already Converted TradingView Indicators to MT4 Indicators
25 Replies 13819 Viewsby Banzai, Sat Jul 18, 2020 4:19 pm in MT4 Indicators
25 Replies
13819 Views
-