DislikedI installed an indicator from the market...but now I want to save it to use it on another computer...it doesn't work on any other computer...Ignored
- questions about mql5 market are best suited to the mql5 forum
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
DislikedI installed an indicator from the market...but now I want to save it to use it on another computer...it doesn't work on any other computer...Ignored
Disliked{quote} no no. during the open market, on graph h1, on the rx of last bar, the indi that i looking for, draw the D1 candel that is forming.. see the picture. I hope to be able to make you understand {image}Ignored
Disliked{quote} Object name doesn't match , when create code = " label" / " line" then delete code == " Label" / " Line", int deinit(); ObjectDelete("R1 Label"); ObjectDelete("R1 Line"); . . . ObjectCreate("R1 label", OBJ_TEXT, 0, Time[0], R1); ObjectCreate("R1 line", OBJ_HLINE, 0, Time[40], R1); sorry for my bad englishIgnored
Disliked{quote} Thanks sir it remains that indicator and as for the arrow i just attached it to describe its function on the cci set up the one im interested in is the 0-HLINE i need alert for it so that when price goes above the middle line or below it it should send me alert to know if price is going up or down for the day {image}Ignored
Disliked{quote} Hi Slingshots , I don't understand your request ,this indicator seems to be with alerts already .{image}
Ignored
Disliked{quote} try this .. extern int maxbar = 500; . . . void start() { int counted =maxbar; if (counted < 0) return (-1); if (counted > 0) counted--; int limit = Bars-counted; for (int i=0; i < limit; i++) or you can use this void start() { for (int i = MathMax(maxbar -1-IndicatorCounted(),1); i>=0; i--)Ignored
Dislikedare my posts being seen by anyone? Is there any programs that can help me with programming trading algos ?Ignored
Disliked{quote} Going through all your posts, you seem to be able to properly explain what you want. If you're not coding anything then it's unlikely any answer/algo you're given will be able to be implemented, and it's unlikely anyone will just write an ea for you when there's plenty that exist which do similar enough/exactly what you want, pyramiding eas come to mind. If you're already coding something up, then post your attempt.Ignored
Disliked{quote} Object name doesn't match , when create code = " label" / " line" then delete code == " Label" / " Line", int deinit(); ObjectDelete("R1 Label"); ObjectDelete("R1 Line"); . . . ObjectCreate("R1 label", OBJ_TEXT, 0, Time[0], R1); ObjectCreate("R1 line", OBJ_HLINE, 0, Time[40], R1); sorry for my bad englishIgnored
Disliked{quote} iwudz, please loot at this one. I have applied the same principle to this and some others. while others worked out, this very one didn't work. Please what could be responsible for it?{file}Ignored