Musngi
Musngi
Musngi
Added topic 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
Musngi
Added topic [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
Musngi
Added topic 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) /
Musngi
Added topic Service Desk Not Found!
Service Desk Not Found? They removed that feature
Musngi
Added topic 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
Musngi
Added topic 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
Musngi
Added topic 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
Musngi
Added topic [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
Musngi
Added topic 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
Musngi
Added topic 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
Musngi
Added topic How to get date of period separator?
How to get date of period separator? I have a hard time to get 1 day or I mean 5 days of data in 4hrs timeframe. In 1min to 1hr timeframe I can easily get the 1 day of candles if I compare the current date to previous date but the problem in 4hr
Musngi
Added topic How do you get "Date" of specific candle?
How do you get "Date" of specific candle? For example I want to know the date of previous candles. The only solution I discovered to use the iTime() function but it's so weird to me because of it's name time, and not only you get time but including
Musngi
Added topic Why Period Separator in 4-hr chart include 5 days of candles?
Why Period Separator in 4-hr chart include 5 days of candles? I noticed this stupid period separator in 4-hr. I want to know the reason and why metatrader did that
Musngi
Added topic What is the best way to calculate prices/volumes "every 1 day" in any timeframe?
What is the best way to calculate prices/volumes "every 1 day" in any timeframe? My idea is to count candles for 1 day, for example in 15 mins timeframe there's 96 candles. It means 96 candles is 1 day of data in 15 mins timeframe. I'm thinking till
Musngi
Added topic [Help] How to create a MT4/MT5 Custom Volume Indicator?
[Help] How to create a MT4/MT5 Custom Volume Indicator?  I want to create my custom Volume Indicator with moving average, and some added custom indicator in that main chart and sub-window but there's no setting in SetIndexStyle() function to
Musngi
Added topic IndicatorCounted() - Which are the default or correct indicator calculation in MT4/MT5: Current data to Previous data ("Right to Left" or "Zero to Last bar")??
IndicatorCounted() - Which are the Default or Correct indicator calculation in MT4/MT5: Current data to Previous data ("Right to Left" or "Zero to Last bar")??   Someone said that if you started in current data (" 0 ") for indicator calculation
Musngi
Added topic [Help] Custom RSI is Missing Some Portion of Indicator Lines
[Help] Custom RSI is Missing Some Portion of Indicator Lines in 4-Hour timeframe (GBPUSD). I used SMA to get average gain/lose instead of Wilder's SMMA the default mode in MT4/MT5. If I used SMMA then everything works as expected but If I use SMA
Musngi
Added topic [Help] I created Custom RSI indicator manually but it's don't work. How to calculate Average Gains/Loses??
[Help] I created Custom RSI indicator manually but it's don't work. How to calculate Average Gains/Loses?? https://en.wikipedia.org/wiki/Relative_strength_index#Calculation I'm using MQL4. There's no built-in function for Average Gains/Loses. If you
Musngi
Added topic [Help] My force index formula didn't match MQL Force Index Indicator line
[Help] My force index formula didn't match MQL Force Index Indicator line I tried to experimented many indicators formula but when I created force index without using iForce function the indicator line is not same as the original MQL Force Index
Musngi
Added topic iClose() Is this correct way to get price for specific bars?
iClose() Is this correct way to get price for specific bars? What is the equivalent of this iClose() function  in MQL5? How about if I use this iClose() in multi-timeframe/currency then I need to use looping statement? Please give me sample code
123