Forum

Is MT4 ADX Averaging Method: SMA or EMA or Wilders MA? Devs Explain This To Us?

Is MT4 ADX Averaging Method: SMA or EMA or Use the Wilders MA? Devs Explain This To Us? MT5 have 2 different ADX. I want to know the difference between MT4 ADX and ADX Wilders?? I search on this forum about ADX formula but I didn't see any explanation about this issue

[MT4] Please Review My Simple EA and Give some Advice and Tips

I copied this code from JimDandy's MQL4 Youtube tutorials, and I want to know if this code is updated/new code style or best way to do this EA coding? I modified some parts of code. What I don't understand are the 4/5 digits broker code computation, Ask/Bid, Takeprofit and Stoploss. How can I put

Momentum Indicator Calculation is Wrong or Wrong formula Description?? I'm 100% Sure!

Both MT4 and MT5 Momentum Calculation is Wrong or Wrong formula Description?? Here's the formula in the Official MetaTrader CodeBase: Calculation Momentum is calculated as a ratio of today’s price to the price n periods ago: MOMENTUM = CLOSE (i) / CLOSE (i - n) * 100 Where: CLOSE (i) — the close

Service Desk Not Found!

Service Desk Not Found? They removed that feature

Force Index Calculation is Wrong. I'm 100% Sure!

Both MT4 and MT5 Force index Calculation is Wrong. Here's the formula in the Official MetaTrader CodeBase: FORCE INDEX (i) = VOLUME (i) * ((MA (ApPRICE, N, i) - MA (ApPRICE, N, i- 1 )) MetaTrader Developers used first the moving average to smooth the current close and previous close instead of "Raw

Is there Any Updated MQL5 Free Tutorial For Indicator?

Is there Any Updated MQL5 Free Tutorial For Indicator? I'm looking for latest free tutorial in MQL5 about Indicator? I searched here but I only found 2010 old tutorial

How to put my custom volume indicator on main chart?

How to put my custom volume indicator on main chart? Is there any built-in function to do this? I read the documentation but i didn't find any explanation and example

[HELP] "CHARTEVENT_OBJECT_CLICK" - OBJPROP_STATE Is Always Returning 0 (False) - I used OBJ_LABEL to Create Wingdings For Fixed Position.. Bug?

[HELP] " CHARTEVENT_OBJECT_CLICK " - OBJPROP_STATE Is Always Returning 0 (False) - I used OBJ_LABEL to Create Wingdings For Fixed Position.. Bug? I clicked the wingdings but ObjectGetInteger(0, "show_buff_obj"+0, OBJPROP_STATE); is returning Boolean value is 0 (false).. It should be true when

How to Put Object VLINE Under Candle To See the Upper/Lower Shadow of the Candles?

How to Put Object VLINE Under Candle To See the Upper/Lower Shadow of the Candlestick? I want to make Vertical Line under the candle to see clearly the shadow/tail of candles or Is there any way to avoid hitting the candlestick? There should be one—and preferably only one—obvious way to do it. (Zen

I think the MT4 - Money Flow Index Calculation is Wrong!

I think the MT4 - Money Flow Index Calculation is Wrong! I tried to replicate this MT4 - MFI Indicator but there's something wrong when I tried to follow the author MFI formula. I discovered that MT4 - MFI signal is a little bit different, they used "Current Volume" in "Previous Money Flow