Hello great coders in the house, please help to put proper pop up alerts to this version of this indicator.
Thanks in advance.
Thanks in advance.
Attached File(s)
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Dislikedmy humble request all master coder ,i am looking for one rectangle extender with following conditions 1. If draw mt4 default rectangle /box than indicator pop up so we can change color ( like bullish/bearish) 2. Must have options to show/hide price /level edge / top+bottom (like supply demand proximal and distal line) 3. Must have options to rectangle extend right and not extend 4.show 50% or middle line show/hide options. If have any questions than ask me.thanksIgnored
Disliked{quote} Will respond to just this part : {quote} As I have stated at least 1000 times : there is no such thing as Holy Grail Indicator or EA (unless you have an office right next to the broker wall and a cable directly connecting your supercomputer to brokers' computer and you are allowed to do HFT spoofing by that same broker) But : your trading goals and mine seem to be different. I am not rich as Musk. But, quite frankly, if I decide not to do anything till the end of my life any more, I can. I can do it in a simple, peaceful, stresless life....Ignored
Disliked{quote} many many thanks bro for you response and indicator. I requested earlier with images may be i can't express clearly now i am giving full details with images and chart example. This not just imagine or illogical idea this is proven strategy by malaysian zul kifli and moh baha there 100 of videos and course in youtube . I am doing it regular in manually but indicator or dashboard will be great.thanks in advance {image} {image} {image}Ignored
Disliked{quote} You have a good idea that is similar to Smart Money But one thing is not considered in all the indicators like what you said Until the market trend is applied to these indicators, we have a lot of wrong signals {image} These two indicators are similar, but both of them are due to wrong signals due to not considering the waves https://www.forexfactory.com/thread/...9#post14973429 https://www.forexfactory.com/thread/...2#post14982622 The trend reversal or continuation of the trend by creating new High/Low...Ignored
Disliked{quote} Im sure if you explain exactly what you mean, someone could helpIgnored
Dislikedgood day coder's.... i been searching for Kijun with ATR band indicator for MT4/5... {image} hoping somebody would share and make this indicator... TIAIgnored
Disliked{quote} The MT5 version I translated last year sometime. (I translated the MT5 version from the MT4 version last year sometime)Ignored
Disliked{quote} JB or anyone may be you can look and fix chart 'not responding' issue when MTF MODE IS USED. many thanks in advance. {file} {file}Ignored
if (timeFrame != Period())
{
int shift = (DotOnFirstBar ? 1 : -1);
limit = MathMax(limit, MathMin(Bars - 1, int(iCustom(NULL, timeFrame, indicatorFileName, "returnBars", 0, 0) * timeFrame / Period())));
limit = MathMin(limit, MaxBars - 1);
for (int i = limit; i >= 0; i--)
{
int y = iBarShift(NULL, timeFrame, Time[i]);
int x = iBarShift(NULL, timeFrame, Time[i + shift]);
if (x != y)
{
for (int j = 0; j < 8; j++)
{
if (j < 4)
{
if (j == 0)
one_BuferUp[i] = iCustom(NULL, timeFrame, indicatorFileName, "calculateValue", deltaInPips, Period1, Period2, Period3, Period4, Dev_Step_1, Dev_Step_2, Dev_Step_3, Dev_Step_4, Symbol_1_Size, Symbol_2_Size, Symbol_3_Size, Symbol_4_Size, UpArrowsGap, DnArrowsGap, alertsOn, alertsOnCurrent, alertsMessage, alertsSound, alertsNotify, alertsEmail, Symbol_1_Kod, Symbol_2_Kod, Symbol_3_Kod, Symbol_4_Kod, DotOnFirstBar, 0, y);
else if (j == 1)
one_BuferDn[i] = iCustom(NULL, timeFrame, indicatorFileName, "calculateValue", deltaInPips, Period1, Period2, Period3, Period4, Dev_Step_1, Dev_Step_2, Dev_Step_3, Dev_Step_4, Symbol_1_Size, Symbol_2_Size, Symbol_3_Size, Symbol_4_Size, UpArrowsGap, DnArrowsGap, alertsOn, alertsOnCurrent, alertsMessage, alertsSound, alertsNotify, alertsEmail, Symbol_1_Kod, Symbol_2_Kod, Symbol_3_Kod, Symbol_4_Kod, DotOnFirstBar, 1, y);
else if (j == 2)
two_BuferUp[i] = iCustom(NULL, timeFrame, indicatorFileName, "calculateValue", deltaInPips, Period1, Period2, Period3, Period4, Dev_Step_1, Dev_Step_2, Dev_Step_3, Dev_Step_4, Symbol_1_Size, Symbol_2_Size, Symbol_3_Size, Symbol_4_Size, UpArrowsGap, DnArrowsGap, alertsOn, alertsOnCurrent, alertsMessage, alertsSound, alertsNotify, alertsEmail, Symbol_1_Kod, Symbol_2_Kod, Symbol_3_Kod, Symbol_4_Kod, DotOnFirstBar, 2, y);
else if (j == 3)
two_BuferDn[i] = iCustom(NULL, timeFrame, indicatorFileName, "calculateValue", deltaInPips, Period1, Period2, Period3, Period4, Dev_Step_1, Dev_Step_2, Dev_Step_3, Dev_Step_4, Symbol_1_Size, Symbol_2_Size, Symbol_3_Size, Symbol_4_Size, UpArrowsGap, DnArrowsGap, alertsOn, alertsOnCurrent, alertsMessage, alertsSound, alertsNotify, alertsEmail, Symbol_1_Kod, Symbol_2_Kod, Symbol_3_Kod, Symbol_4_Kod, DotOnFirstBar, 3, y);
}
else
{
int offset = j - 4;
if (offset == 0)
three_BuferUp[i] = iCustom(NULL, timeFrame, indicatorFileName, "calculateValue", deltaInPips, Period1, Period2, Period3, Period4, Dev_Step_1, Dev_Step_2, Dev_Step_3, Dev_Step_4, Symbol_1_Size, Symbol_2_Size, Symbol_3_Size, Symbol_4_Size, UpArrowsGap, DnArrowsGap, alertsOn, alertsOnCurrent, alertsMessage, alertsSound, alertsNotify, alertsEmail, Symbol_1_Kod, Symbol_2_Kod, Symbol_3_Kod, Symbol_4_Kod, DotOnFirstBar, 4, y);
else if (offset == 1)
three_BuferDn[i] = iCustom(NULL, timeFrame, indicatorFileName, "calculateValue", deltaInPips, Period1, Period2, Period3, Period4, Dev_Step_1, Dev_Step_2, Dev_Step_3, Dev_Step_4, Symbol_1_Size, Symbol_2_Size, Symbol_3_Size, Symbol_4_Size, UpArrowsGap, DnArrowsGap, alertsOn, alertsOnCurrent, alertsMessage, alertsSound, alertsNotify, alertsEmail, Symbol_1_Kod, Symbol_2_Kod, Symbol_3_Kod, Symbol_4_Kod, DotOnFirstBar, 5, y);
else if (offset == 2)
four_BuferUp[i] = iCustom(NULL, timeFrame, indicatorFileName, "calculateValue", deltaInPips, Period1, Period2, Period3, Period4, Dev_Step_1, Dev_Step_2, Dev_Step_3, Dev_Step_4, Symbol_1_Size, Symbol_2_Size, Symbol_3_Size, Symbol_4_Size, UpArrowsGap, DnArrowsGap, alertsOn, alertsOnCurrent, alertsMessage, alertsSound, alertsNotify, alertsEmail, Symbol_1_Kod, Symbol_2_Kod, Symbol_3_Kod, Symbol_4_Kod, DotOnFirstBar, 6, y);
else if (offset == 3)
four_BuferDn[i] = iCustom(NULL, timeFrame, indicatorFileName, "calculateValue", deltaInPips, Period1, Period2, Period3, Period4, Dev_Step_1, Dev_Step_2, Dev_Step_3, Dev_Step_4, Symbol_1_Size, Symbol_2_Size, Symbol_3_Size, Symbol_4_Size, UpArrowsGap, DnArrowsGap, alertsOn, alertsOnCurrent, alertsMessage, alertsSound, alertsNotify, alertsEmail, Symbol_1_Kod, Symbol_2_Kod, Symbol_3_Kod, Symbol_4_Kod, DotOnFirstBar, 7, y);
}
}
}
}
ChartRedraw(0);
return (0);
} Disliked{quote} I'm not a fan of using iCustom to make something MTF (much easier to just use iBarShift), so someone else will need to take a look at this brother. if (timeFrame != Period()) { int shift = (DotOnFirstBar ? 1 : -1); limit = MathMax(limit, MathMin(Bars - 1, int(iCustom(NULL, timeFrame, indicatorFileName, "returnBars", 0, 0) * timeFrame / Period()))); limit = MathMin(limit, MaxBars - 1); for (int i = limit; i >= 0; i--) { int y = iBarShift(NULL, timeFrame, Time); int x = iBarShift(NULL, timeFrame, Time[i + shift]); if (x != y) { for (int...Ignored
DislikedHello great coders in the house, please help to put proper pop up alerts to this version of this indicator. Thanks in advance.{file}Ignored
Dislikedplease theres ID but buttons stick to each other, when adding multiple times, help to make button separate {file}Ignored
Disliked{quote} may be you can fix the issue of not responding with mtf mode by using iBarShift ?Ignored
Disliked{quote} You just need to change the "UniqueID" input field on eachIgnored
Disliked{quote} I tried that as well as making sure the second button was located away from the first. Once the second button was in position the first disapearedIgnored