Musngi
Musngi
Musngi
Added topic Can you please give me sample code of OBJ_BUTTON because MQL documentation SUCKS
Can you please give me sample code of OBJ_BUTTON because MQL documentation SUCKS. MQL documentation show long example of bloated code . There's example code that show many user defined function that not related to OBJ_BUTTON. I want documentation to
Musngi
Added topic How to remove/hide the "currency pair name" in the top-left main chart
How to remove/hide the " currency pair name" in the top-left main chart.   I want to only display my indicator in main chart. How can I do that in MQL4? Please don't suggest to change the color of foreground because I want to use other indicator
Musngi
Added topic Is it possible to run 2 indicators in one program?? For example 1 for Main Chart and other one for Subwindow
Is it possible to run 2 indicators in one program?? For example 1 for Main Chart and other one for Subwindow. I want this 2 indicator to share data at the same time. I don't have an idea to do this because of  #property indicator_chart_window
Musngi
Added topic Is there any function to show Positive & Negative Sign for numbers? Looking for best solution.
Is there any function to show Positive & Negative Sign for numbers? For example if the result is 5.0 it should display the +5.0 and for negative number -5.0. I tried to use "+ sign" to concatenate but if I use #property strict it gives me
Musngi
Added topic How to reset the default value of Global variable "Array" inside the function?
How to reset the default value of Global Variable Array inside the function ? I use global array to used it in many function but I want to reset it first before using it because I used the global array in different function. bool x[] = { NULL , NULL
Musngi
Added topic I found BUG in Nested if - else if - else if - else. I can't declare same variable name in other blocks
I found BUG in Nested if - else if - else if - else. I can't declare same variable name in other blocks.  According to MQL4 documentation:  A variable declared inside a block (part of code enclosed in curly brackets) belongs to the local
Musngi
Added topic I created my indicator then run it but how can I change the input setting? I use extern for MA_Method and Period.
I created my indicator then run it but how can I change the input setting? I use extern  for MA_Method and Period. Where to find the setting for extern ? I want to change it when my indicator is running. If I use the built-in indicator the input
Musngi
Added topic [Indicator] Where the best place to put the global variables? Inside init(){...} or outside the function??
Where the best place to put the global variables? Inside init(){...} or outside the function ?? My variables will used in many functions repeatedly.  I want to know the best way and efficiently to create indicator. 
Musngi
Added topic How to remove the candlesticks then put only the indicator in main window?
How to remove/clear the candlesticks then put only the indicator in main window? I want to only see the indicator in main chart
Musngi
Added topic How to turn positive number to negative number vice versa?
How to turn positive number to negative number vice versa? I created indicator when EUR is down it means the USD is up, I computed the price in EUR/USD
Musngi
Added topic How to get the current bar color? Is there any function() for this task?
How to get the current bar color? Is there any function() for this task?  I have an idea to know the current bar color. Comparing if the open price is greater than closing price/current price then it means that current bar is red. Do you think
Musngi
Added topic Please give me sample code of Table indicator with value inside
Please give me sample code of Table indicator with value inside. I read the documentation many times but I don't get it because the sample code in there are not simple enough for average programmers. The documentation lack explanation/good short
Musngi
Added topic DoubleToStr() is not working in Moving Average value. I want to display the MA value in 5 digits
DoubleToStr() is not working in Moving Average value. I want to display the MA value in 5 digits. When I pointed the cursor in MA line the value have 5 digits but when I use the iMA() function to display the value its display 4 digits. Here's the
Musngi
Registered at MQL5.community
Musngi
Added topic [Indicator] How do you get the current changes in Price/Pips/Ticks in Multi-TimeFrame & Symbol?
[Indicator] How do you get the current changes in Price/Pips/Ticks in Multi-TimeFrame & Symbol?  I used ' Bid' but I don't know if this is the CORRECT/BEST WAY to get the current changes in Pips/Price/Ticks . I have no idea how can I use
Musngi
Added topic What is the difference of DoubleToStr and DoubleToString?
What is the difference of DoubleToStr and DoubleToString? I read the documentation but I'm confused because they do the same thing. Can you give me example of uses of this function
123