Blindly following others will make you blind!
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
DislikedWhich function should I add to my indicator so that my indicator waits for the chart to update before plotting new errors whenever I refresh the time frame of the chart?, Please help.Ignored
Disliked{quote} my humble request all master coder if it is possible please modify attached session open line indicators as attached image .i want indicator open line extent fullday (red horizontal line)and on of text so chart not clutter .i used 2 indicator if possible combined one indicator with unique id.thanks in advance {file} {file} {image} {image} {image}Ignored
DislikedHello All Looking for a Daily High Low Indicator where I can specify how many days/bars to look back Example - Previous High Low for the past 10 days ThanksIgnored
Disliked{quote} You have made an expert advisor, not an indicator I have now changed the code so it shows open trades, but remember to put it into the experts folder, not indicator folder {file} #property indicator_chart_window int MagicNumber; int init() { return(INIT_SUCCEEDED); } int deinit() { ObjectDelete("Open Trades"); return(0); } void OnTick() { int totalTrades = 0; for (int i = 0; i < OrdersTotal(); i++) { if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) { if (OrderSymbol() == Symbol() && OrderMagicNumber() == MagicNumber) { if (OrderType() ==...Ignored
Disliked{quote} Thank you so much for your help I kept it in expert folder and Applied on screen but it doesnt show up number of trades as I wanted. I am sorry I am not a coder, thank you for helpIgnored
Disliked{quote} What about these ? High/Low indicator for MT4 | Forex Factory Search | Forex FactoryIgnored
Disliked{quote}...but they are the usual buttons that I use, when you click on "chart shift", the continuous line, you get a forbidden black circle, and it does not allow you to insert in selected, in "auto scroll", the line allows you free movement (past), I have been told that it is not enabled in mt4...Ignored
DislikedWhich function should I add to my indicator so that my indicator waits for the chart to update before plotting new errors whenever I refresh the time frame of the chart?, Please help.Ignored
Disliked{quote} Can you use this or you only look at the numbers of open pos? {image}Ignored