Musngi
Musngi
Musngi
Added topic How do you get price for specific bars? I want to know the fastest and best way to get value of every bars?
How do you get price for specific bars? I want to know the fastest and best way to get value of every bars? For example: I want to get Each Value of 100 bars(I mean to limit it to 100 bars then show it subwindow as indicator lines), "Previous to
Musngi
Added topic If Metatrader Can't Provide to Support Custom Indicator in Android/iOS Mobile then...
If Metatrader Can't Provide to Support Custom Indicator in Android/iOS Mobile then allow Metatraders Users/Traders to use your Live Market Data for FREE . It should be TRUE "Real Time Live Chart Data" without any limitation or stupid delay rules or
Musngi
Added topic How to detect NEW Bar?
How to detect NEW Bar ?  I want to reset my indicator variables if there's a new bar.  I'm thinking to use the volumes data to detect it but I don't know if that's right formula or best code to do it
Musngi
Added topic How Can I Fully Refresh the Indicator Lines when I open the MT4?
How Can I Fully Refresh the Indicator Lines when I open the MT4? I noticed that when I open my MT4, and my indicator line is not accurate because I see it changing big after several minutes to form the right indicator lines .. Is this internet speed
Musngi
Added topic [Help] What is the Real Formula of Exponential Moving Average? Please explain it to me. I searched in internet, I found many EMA Formula.
[Help] What is the Real Formula of Exponential Moving Average ? Please explain it to me. I searched in internet, I found many EMA Formula. I want to know the right way to calculate EMA. I need the real formula of EMA
Musngi
Added topic [Help] SetLevelValue() - Switching To Other Time-frame Showing Unnecessary Lines/Maybe Lines in Previous Time-frame. (Image & Souce Code Included)
[Help] SetLevelValue() - Switching To Other Time-frame Showing Unnecessary Lines/Maybe Lines in Previous Time-frame. This is bug in SetLevelValue() . If I switch to other time-frame there's an additional lines that appearing. For example: From M15 to
Musngi
Added topic Why my Indicator (SubWindow) "Object Button" Not Sticking on indicator itself?
Why my Indicator (SubWindow) "Object Button" not sticking on indicator itself? If I used my indicator in chart that already have an indicator in subwindow then my indicator object button is showing in other indicators. How can I change my indicator
Musngi
Added topic How can I change the color of every LevelValue/Lines in Indicator (SubWindow)?
How can I change the color of every LevellValue/Lines in Indicator (SubWindow)?  Edit: I used SetLevelValue() to put indicator lines in my indicator (SubWindow)
Musngi
Added topic [Help] Weird Level Value in SubWindow Indicator and Other Unusual Behavior
[Help] Weird Level Value in SubWindow Indicator and Other Unusual Behavior. I see half number in minimum level value in subwindow. If I enlarge the subwindow it's disappear. Is it normal?     I noticed that if I switch to other chart then
Musngi
Added topic How to reduce/limit number of bars in IndicatorCounted?
How to reduce/limit number of bars in IndicatorCounted? For example: I want to count candles in 5 days of every time-frame
Musngi
Added topic What is the Formula of Fibonacci Retracement? I'm planning to put Fibonacci in SubWindow.
What is the Formula of Fibonacci Retracement ? I'm planning to put Fibonacci in SubWindow. I searched fibonacci retracement formula in Google and MQL Forums but I haven't seen it yet
Musngi
Added topic Help me to Find the Most Efficient/Best Code in Variables Declaration [100+ Variables]
Help me to Find the Most Efficient/Best code in Variables Declaration [100+ Variables] I have more than 100 variables declaration inside start(). Here's my example: int start() {    double a = iRSI("AUDNZD", Period(), 14, PRICE_CLOSE, i);
Musngi
Added topic [LOOK] How can I set my indicator to change the time-frame when I switch to other time-frame?
[LOOK] How can I set my indicator to change the time-frame when I switch to other time-frame? I want to know the best way to do it.  Here's my code: iMA ( "EURUSD" , Period (), 14 , 0 , MODE_SMA , PRICE_CLOSE , 0 ); // Here I used Period()
Musngi
Added topic [BUG] Everytime I open the MT4 the Currency Pairs I used in My Custom Indicator are showing all in Market Watch
[BUG] Everytime I open the MT4 the currency pairs I used in my custom indicator are showing all in Market Watch. This is bugs in MT4 and many times I can't remove the currency pair in Market Watch when I delete/hide it. Market Watch feature is not
Musngi
Added topic How do you convert your indicator to NON REPAINTING Indicator?
How do you convert your indicator to non repainting indicator
Musngi
Added topic [Indicator] What are the cause of this vertical lines in main chart?
[Indicator] What are the cause of this vertical lines in main chart? I tried to put the indicator lines in main chart but I don't understand why this happen.  
Musngi
Added topic How do you calculate the PIP's in every ticks?
How do you get the PIP's in every ticks ? Is there any standard way to calculate the PIP? What do you think of my formula? I used the formula for 5 digit broker:  (close - open) * 10000 /* Example: (1.12555 - 1.12545)  * 10000 = 1 PIP */
Musngi
Added topic Why Metatrader don't have Server Trailing Stop Loss?
Why Metatrader don't have Server Trailing Stop Loss ? There's a lot of trading platform that have Server Trailing Stop Loss. I think its winning feature. Why you don't add it
Musngi
Added topic Is this the best way/correct way to code the Exponential Bollinger Bands??
Is this the best way/correct way to code the Exponential Bollinger Bands ?? I want to know if my formula is correct. #property indicator_chart_window #property indicator_buffers 3 #property indicator_color1 clrSilver #property indicator_color2
Musngi
Added topic How to put Label In-front of Buffer Value in Upper-Left Corner of Sub-Window with different colors?
How to put Label In-front of Buffer Value in Upper-Left Corner of Sub-Window with different colors? 
123