HappyMeMe
HappyMeMe
HappyMeMe
Added topic Is there a way to code news into an EA?
I've searched around but didn't get any specific answer. I would like to know is there is an mql4 news server or something that can be accessed in an EA. The main reason I want something like this is to prevent my EA from opening trades during high
HappyMeMe
Added topic multi-timeframe rectangle regions for bullish and bearish patterns not showing on chart
I have written code to draw rectangles for two timeframes based on bullish and bearish patterns. But the rectangles don't show on the chart. Not sure what's causing it. I would really appreciate some help. int numBars = 1 ; string prefix= "HG" ;
HappyMeMe
Added topic How can I cancel a trade when another is open and keep the open trade for a given duration?
I have written the code below that opens a buy and sell trade (a certain number of pips above and below the ask and bid price) at a specific time. How can I close/cancel one immediately when the other is opened? How can I close the opened trade if
HappyMeMe
Registered at MQL5.community