Erman Ardianto
Erman Ardianto
Friends 1
Erman Ardianto
Added topic Need a help to combine PCCI and MA and add alert on it.
Hello I need a help to combine PCCI and Moving Average and add alert on it. This combination works nice as an exit indicator and an early signal on GU 30 min. But you know, to watch the chart all day long is boring, but if I didn't do it, sometime I
Erman Ardianto
Added topic 2H on MT4??
Hi All.. Is there any way to show 2H timeframe on MT4? maybe by using any script or indicator? Thanks
Erman Ardianto
Added topic Alert when price reach a certain level
Is there any script or indicator to give an alert when the price reach a certain level?this will help a lot for those who trading with lines such as fibonacci, S/R, and so on, as this will allow trader to not stare at the monitor all day long. I
Erman Ardianto
Added topic MA Cross Indicator
Hi all.. Anybody has an indicator which plot an arrow on MA cross? Or there's anybody kind enough to help me coding this indicator? I have one which close with my need, unfortunately it is apply on price_close only. Anybody pls help me to complete
Erman Ardianto
Added topic How to use BULLS-BEARS-4XTRAFFIC2 indicator?
Hi everybody I found this indicator somewhere. This indicator is seems interesting, give an alert when to buy and sell, but I don't understand the rest, could anyone tell me how to use it? Thanks in advance
Erman Ardianto
Added topic Need help to modify Heiken Ashi indicator
Somebody please modify this indicator to histogram mode or anything as long as in a separate window so we can see price action while using this indicator. Thank you
Erman Ardianto
Added topic Linear Regression Indicator
Hi all, I just found a Linear Regression Indicator for metatrader, unfortunately it's in mql, can somebody convert it to mq4? Any help is very appreciated. Here is the code : /*[[ Name := linear regression indicator Author := Copyright e 2004, Nick
Erman Ardianto
Added topic Panel color
Hello all, I'm playing around with the MT4 simple panel (existed by MT4 default). I'm trying to change the background color but have no luck so far. Is it possible? if yes, how? Thank you
Erman Ardianto
Added topic Something with iMAOnArray
Hi all, I'm on a verge of bilding multi pairs EA and I found some problem. I've try to trace the problem and checking some codes but I'm, stuck on this. Is anybody know why ma1 and ma2 are resulting different?    int MAPeriod=100; int
Erman Ardianto
Registered at MQL5.community
Erman Ardianto
Added topic Anybody know how to deal this indicator?
Hi All, Is anybody know how to deal with the attached indicator? I'm trying to build an EA base on this indicator, but somehow the indicator's color and the indicator's buffer is inconsistent. I can't see it repaint though. For better understanding
Erman Ardianto
Added topic Anybody know why it's not working?
Hi all, Is anybody know why the attached file not working? In short I'm trying to use a dinamic MA_Period. And it's working in more simple codes below. "test.mq4" (attached) is not working, please pay attention to "int MA_Period =
Erman Ardianto
Added topic Anybody know why the error appear??
Hi All, Anybody know why the error appear?? codes:               int ticket = OrderSend ( Symbol ( ) , OP_BUY , Lots , Ask , slippage , 0 , 0 , comment , MagicNumber , 0 , Blue ) ;
Erman Ardianto
Added topic Reading text file
Hello All, It's me asking for help again. I have a text file, lets say it's name is "test.txt". The file is contain "100", "200" and "300" each separated by a space (100 200 300). Is there any way to get the
Erman Ardianto
Added topic How to create a reactangle diagonal object?
Hi All, Is anybody here could teach me how to make a rectangle diagonal object like the picture below? Any help is very appreciated. I haven't try all of the object's function though, but I'm curious if anybody here could do that because I've never
Erman Ardianto
Added topic How to determine the last trade closed by stoploss or not?
Hello all, I need a help to correctly determine whether the last trade closed by it's stoploss or not. Is the code below enough? bool closebysl = false ; for ( int i = OrdersHistoryTotal ( ) - 1 ; i > = 0 ; i - - ) {     
Erman Ardianto
Added topic [Help] Change an indicator into a function in an EA
Hello all, I'm trying to make the indicator below as a function in the EA so the EA will be able working independently. Is anyone want to lay a hand? or at least give me a complete "how to" step by step so I can do it by myself.. Thank you
Erman Ardianto
Added topic Is something wrong with StrToTime function?
Hello, I'm trying to build an EA based on a specific trading time. string TimeEntry = " 10 : 30 : 00 "; But it's not working. And this simple code : int start = StrToTime ( TimeEntry ) ; returning 23 when I put it in : Alert ( TimeDay ( start )) ;
Erman Ardianto
Added topic EMA on MACD, how?
Hello, I'm trying to calculate the EMA of the MACD histogram. But the return value seems incorrect. Is there any mistake in my codes? Below I'm trying to get EMA 21 of the default MACD histogram. double mcd [ 100 ] ; int EMA_MACD = 21 ;
Erman Ardianto
Added topic Save the screenshoot and send it via email?
Hello, Is it possible to do that? I know how to automatically save the screenshoot and send email in MQL4. But can we combine them? Saving the screenshoot and send it via email automatically? Thanks
123