I Just made EA that can never lose.
visit my Facebook and see...
https://www.facebook.com/pages/Jelly...94260717508101
visit my Facebook and see...
https://www.facebook.com/pages/Jelly...94260717508101
I will code your pivot EAs for no charge 25 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} and now? #property indicator_chart_window //+------------------------------------------------------------------+ //| expert start function | //+------------------------------------------------------------------+ int start(){ double Line_Val; string Line_Name; int ot = ObjectsTotal(); for(int i=ot-1; i >=0; i--){ Line_Name = ObjectName(i); if (ObjectType(Line_Name) == OBJ_HLINE){ Line_Val = ObjectGet(Line_Name,OBJPROP_PRICE1); if (Bid >= Line_Val - 0.0001 && Bid <= Line_Val + 0.0001) ObjectDelete(Line_Name); } } return(0); }Ignored
Disliked{quote} . Try...right click on your file, and choose modify. delete this....(see pic) you can also change the lot number, take profit, and stop loss. if you want to save to another name...go to file menu and click save as.. and always click compile. {image}Ignored
DislikedHi there Can You get this old indicator working again, I tried my best to fix the errors and make it compile error-free but since i am not a programmer i was not able to get it kicking on the chart, may be it is and old fashion script that block the code from reading the csv file. I don't know, please help me BRING IT TO THE LIFE on the chart AGAIN. YOUR HELP ON THIS WILL BE APPRECIATED thanks in advance. By the way the number after the attached file name is not the version of the indicator it is the date on which i made some miner fixes to get...Ignored
Dislikedcan anyone help out with this; i literally know nothing next to coding and i got this script off tradingview from a guy name victor. anyways i need help to turn it to custom indicator like mql4. its a Colored MACD. THANKS anticipation. 1.study(shorttitle = "MACD 4C", title = "4 colour MACD") 2.fastMA = input(title="Fast moving average", type = integer, defval = 12, minval = 7) 3.slowMA = input(title="Slow moving average", type = integer, defval = 26, minval = 7) 4.lastColor = yellow 5.[currMacd,_,_] = macd(close[0], fastMA, slowMA, 9) 6.[prevMacd,_,_]...Ignored
DislikedHi, I'd appreciate if someone could implement a Sound Alert Signal in this indicator at the CLOSE of a candle when & if an arrow (down or up) has been displayed. Thanks in advance Best regardsIgnored
Disliked{quote} //---- hey bbf.... that indicator is using ihighest and ilowest.... i trust you know the risk of deception.....h //---- {file} {file}Ignored
DislikedHi, Hayseed Thanks a lot Your caution is about repainting of this indicator ? anything else ? Best regards BBFIgnored