Page 1914 of 2170
Re: MT4 Indicator requests and ideas
Posted: Tue Aug 08, 2023 1:14 pm
by Chickenspicy
any chance of making custom timeframe candles into heikin ashi?
Xronos__ wrote: Wed Mar 01, 2023 7:42 pm
changed to show proper top and bottom wick colors (top down color, bottom up color)
set BoxedWick to false to get the colors
Re: MT4 Indicator requests and ideas
Posted: Wed Aug 09, 2023 12:32 am
by Chickenspicy
mrtools wrote: Wed Oct 16, 2019 5:57 am
Added alerts.

interesting
how is it neural?
any chance of getting a 8HR version of it?
Re: MT4 Indicator requests and ideas
Posted: Wed Aug 09, 2023 1:39 am
by Chickenspicy
i tried adding custom timeframe for offline chart
freezes my mt4 though
Re: MT4 Indicator requests and ideas
Posted: Wed Aug 09, 2023 3:31 am
by kvak
Chickenspicy wrote: Wed Aug 09, 2023 1:39 am
i tried adding custom timeframe for offline chart
freezes my mt4 though
I think you missed something in line 72.
Code: Select all
#define _mtfCall(_buff,_ind) iCustom(NULL,TimeFrame,indicatorFileName,tf_cu,TimeFrameCustom,arrowsVisible,arrowsOnNewest,arrowsIdentifier,arrowsUpperGap,arrowsLowerGap,arrowsUpColor,arrowsDnColor,arrowsUpCode,arrowsDnCode,arrowsSize,alertsOn,alertsOnCurrent,alertsMessage,alertsSound,alertsPushNotif,alertsEmail,_buff,_ind)
Re: MT4 Indicator requests and ideas
Posted: Wed Aug 09, 2023 3:45 am
by Chickenspicy
kvak wrote: Wed Aug 09, 2023 3:31 am
i think it has to do with the alerts
cant find anything
Re: MT4 Indicator requests and ideas
Posted: Wed Aug 09, 2023 4:06 am
by mrtools
Chickenspicy wrote: Wed Aug 09, 2023 3:45 am
i think it has to do with the alerts
cant find anything
Try now.
Re: MT4 Indicator requests and ideas
Posted: Wed Aug 09, 2023 4:12 am
by Chickenspicy
mrtools wrote: Wed Aug 09, 2023 4:06 am
Try now.
perfect

thanks!
think it shall be good exit
Re: MT4 Indicator requests and ideas
Posted: Wed Aug 09, 2023 4:44 am
by Chickenspicy
20 hr is best timeframe for 4hr that i find
just a slice off of the daily
Re: MT4 Indicator requests and ideas
Posted: Wed Aug 09, 2023 7:14 pm
by Jedidiah
Dear MrTools, please help me add ID to the button. Grateful
Re: MT4 Indicator requests and ideas
Posted: Wed Aug 09, 2023 7:15 pm
by 88FX88
Hello coding masters
I have a favor to ask. Can you add an arrow to the indicator when you cross a certain level (70-30, 80-20, 90-10 etc?
According to your own settings and preferences. So that the arrows show up in the histogram and in the graph.
If possible, thank you very much.