RedLineFred,
Thanks a lot.
Fxx Trader
Thanks a lot.
Fxx Trader
I will code your scalping EAs for no charge 118 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
I will code your pivot EAs for no charge 20 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
DislikedHi kokopelli There are sume mistakes in the previous program, now revised. I cant upload file, because the Webpage keep "Security Scan..." state . //+------------------------------------------------------------------+ //| kokopelli Pending EA.mq4 | //+------------------------------------------------------------------+Ignored
DislikedHi kokopelli There are sume mistakes in the previous program, now revised. I cant upload file, because the Webpage keep "Security Scan..." state . //+------------------------------------------------------------------+ //| kokopelli Pending EA.mq4 | //+------------------------------------------------------------------+ extern double size = 0.1; extern double PipIncrement = 10; extern double StopLoss = 30; extern double TakeProfit = 100; extern double Breakeven = 40; double slippage = 3; double spread,Price,stop; //+------------------------------------------------------------------+...Ignored
if(OrderOpenPrice()-Ask>=Breakeven*Point && OrderStopLoss()>OrderOpenPrice()) OrderModify(OrderTicket(),OrderOpen Price(),OrderOpenPrice(),OrderTakeP rofit(),0,Magenta);
Disliked{quote} I haven't worked completely through all your code, so I may be wrong and missing something. I think that you have not set it to work with 5 digit brokers if(OrderOpenPrice()-Ask>=Breakeven*Point && OrderStopLoss()>OrderOpenPrice()) OrderModify(OrderTicket(),OrderOpen Price(),OrderOpenPrice(),OrderTakeP rofit(),0,Magenta); ie 40 pips would calculate as 4 pipsIgnored
DislikedHi guys, I found this Pivot Indicator here on FF which suits me fine. The only problem, it displays the Daily Open price from Point 1 shown on the chart, halfway from the day before. I think it should show from the start of the day, GMT, the same as the Pivot lines, at Point 2. Can someone please check the code to find the problem? Much appreciated, Thanks, E.{image} {file} {file}
Ignored
Disliked{quote} How can you expect somebody to help you without knowing what indicators you are using? It is necessary to know the format to be able to get the values from the buffers. As far as I know the majority of times, the timeframe is the second parameter.Ignored
DislikedHey Guys, i want to learn and improve my MQL4 skills. I think the best way to do this is to practice. Unfortunately sometimes I don`t have any nice idea which i can implement in a Expert Advisor / Indicator. So if any of you is interested, please post in this forum your ideas and i will try to implement it into mql4. AndiIgnored
DislikedHi guys, I am not sure if anyone can help on this one but I am looking for a anyone who could code into the Ichimoku Hyo indicator (standard indicator on MT4 platform for anyone who might not know) a horizontal line that joins the Chikou Span to Current price and follows it constantly. The line would have to be adjustable in size and style and colour like most indicator lines, ma's etc... I have attached an image perhaps this makes it clearer. Please let me know if this would be possible! Many thanks. {image}Ignored
Disliked{quote} Hello, I am getting there, coded the EA, but now I am getting ZERO DIVIDE errors when conditions are met. I hope someone can assist.Ignored
Disliked{quote} If you are using the standard MT4 indi then just add this onto the chart and set Kijun_sen to be the same value as used for the Ichi indi. If you have the mq4 code for the Ichimoku Hyo indicator then this code could be added to it - I just don't have the source file, so created this work around. Cheers Fred {file} {file}Ignored
Dislikedhey folks, thanks for that very useful thread . can one of the geniuses around here add an alert to my indicator please ? its an rsi mtf, and i would like an alert + pop up window when ( rsi > or = 70) and (rsi < or = 30), needless to say that the alert has to happens at the candle close, and only once ( no need to add an alert for each new candle that opens below 30 or over 70). thank you{file}
Ignored