DislikedDoes anyone have a working script that closes open trades of the current chart and not all trades?Ignored
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
Disliked{quote} Confict of variable types. https://www.mql5.com/en/docs/chart_o...hartgetinteger ChartGetInteger() can be long or bool. And you defined your variables as int. I mean, those are warnings, so normally it would still work, but in order to keep it clean, we should use the matching types. long chartWidth = ChartGetInteger(0, CHART_WIDTH_IN_PIXELS); long chartHeight = ChartGetInteger(0, CHART_HEIGHT_IN_PIXELS); The proposed workaround in the post above will also work and compile clean. https://www.mql5.com/en/docs/basis/types...Ignored
Disliked{quote} I have no idea??? The TMA-CG indicators don't plot any graphical objects, so they also have nothing to delete. Everything is buffer based. There are no fuctions or commands to delete any objects.Ignored
DislikedSorry for late respond as you wrote: this way works too Thanks {quote}Ignored
Disliked{quote} The linked quote is about a zz based on ma instead of price, I'll assume you're talking about the straight zz lines. ZZ_on_ma - v1.1 - optional channel on the zz - point distance - optional draggable trendlines on the channel section to ray gif {image} {file}Ignored
DislikedHello friends, I'd like a candlestick clock, but one that's not located near the candle. If possible, it could be in the corner of the monitor. It should also be in real time, not the candlestick time.Ignored
DislikedHello friends, I'd like a candlestick clock, but one that's not located near the candle. If possible, it could be in the corner of the monitor. It should also be in real time, not the candlestick time.Ignored
Disliked{quote} This is a nice countdown clock does not rely on ticks from the server, rather your computers clock, so it does not "hang". When markets are closed, the clock will turn Red and count the other direction. {file}Ignored
Disliked{quote} Hi Jeanlouie thanks for the indicator could you make the same with ma crossover, no need for channel just a draggable line that can be placed anywhere {image} Cheers Eamonn ps The last leg should follow the slower maIgnored
Disliked{quote} MA_Cross_to_Cross - zz like lines connecting each ma cross (not actual zz, just straight lines) - channel option - draggable channel {image} {file}Ignored
Disliked{quote} This is a nice countdown clock does not rely on ticks from the server, rather your computers clock, so it does not "hang". When markets are closed, the clock will turn Red and count the other direction. {file}Ignored
Disliked{quote} Mr BestTraderEv, need your help, you're so kind and know the answer. It is not for code, I want to find this ea system I read before, system divided 4 or five account, each start running at different time session every day, each has a target, after target achieved, ea stopped. Do you know it? Thanks very much! If this topic is not suitable please delete later.Ignored