Oscar Sim
Oscar Sim
Oscar Sim
Added topic Error Found while backtesting my EA
Hi guys, I found this error while running a backtesting on below code. Just wondering anyone could give me a generous comment! Thank you so much !! void OnTick () {    if (zigzag_Trend()== 1 ) Print ( "HH HL" );    if
Oscar Sim
Added topic Anyone could able to modify my code, so the alert can only be done right after the candle closed?
Hey guys, I have written a alert indicator. I found out that, the indicator send out alert before the candle closed. Kindly let me know which part of my code need to be amended. Thanks! #property indicator_chart_window #property indicator_buffers 2
Oscar Sim
Added topic How to create multiple condition in 1 Custom Indicator
Hey guys, Just wondering anyone able to offer me some help. Basically I have done the coding of below condition. 1st Condition, I saw a crossover between two different moving averages and the candle that appeared I named it as Swing High Candle. 2nd
Oscar Sim
Added topic How to indicate a specific type of candle after certain condition
Hey guys! Any idea how can I get a indicate a specific type of candle after meeting my condition? What I want is, I have created a crossover signal, which I would like to add in more condition like after MA Crossover, I would like the second candle
Oscar Sim
Registered at MQL5.community