If at first you don't succeed, try, try again.
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
Disliked{quote} The source code you posted has the website link. You can go to this website link to download the full code, the compile errors are due to missing include files. https://www.earnforex.com/metatrader...sk-Calculator/Ignored
Dislikedthanks for your help. i just added the include folder. and tried it but it still shows nothing on the chart. {image} i then compiled it again and this time there were no errors. {image}but still shows nothing. ive had this working for a long time now. i still have it working on a few other MT4's still. i attached the symbol changer indicator above, so thought this maybe the issue, but then downloaded 2 fresh mt4's and tried it on them but still doesnt work. any other ideas would be appreciated. thanks this is how it shows on my other terminals {image}...Ignored
Dislikedhello friends, has anyone coded this indicator to draw rectangles for MT5? thanks and blessings {image}Ignored
Dislikeddear coders, please convert this mq4 indi to mq5? thank you.{file}Ignored
Disliked{quote} If there's no open orders or pending orders on that MT4 terminal, it will not display anything.Ignored
Dislikedhello friends, has anyone coded this indicator to draw rectangles for MT5? thanks and blessings {image}Ignored
Dislikednormally the label is comes under the line.. is it possible to make it upside the line... what to write for that ...i just show to how it is in buy tp1 tp2 breakout as on above the line.. i want to make like this type label.. void ManageLabel(string lName, string lText, datetime lTime, double lPrice, color lColor) { string _lName = short_name + lName; if(ObjectFind(_lName) < 0) { ObjectCreate(_lName, OBJ_TEXT,CHARTWINDOW, lTime, lPrice); } else { ObjectMove(_lName, ANCHOR_POINT_ZERO, lTime, lPrice); } ObjectSetText(_lName, lText, 10, "Comic Sans...Ignored
Disliked{quote} hi Jean. i see you have adjusted this already. just came across it and seems to go most of the way in allowing a symbol changer i have found, too keep analysis separate from each chart. would you mind making a few more adjustments to it. make the 50% line in split rectangle 6 extend and adjust when resizing the rectangle. ability to adjust the length of the 50% line in the settings. say by pixels, so that it can overlap the right side of the rectangle. or both sides. ability to remove rectangle/lines from indicator panel which is located...Ignored