Erman Ardianto / Profile
Erman Ardianto
Added topic How to code MA of RSI in an EA?
Hello, sorry to bother you again. I want to calculate a MA of RSI in my Expert Advisor , I try to make an array and then calculate it using iMAonArray , but it's not working. Please look at my code double rsi [] ; for ( int i = 0 ; i <= 60 ; i ++
Erman Ardianto
Added topic Window Index?
Hello, I want to create an object on a separate windows. Main Window's Index is 0, how about other separate windows? how can I determine it's index? Thanks
Erman Ardianto
Added topic How to coding an alert with a custom sound?
Is it possible to coding an alert with a custom sound? As far I know MessageBox fuction is cannot be called from custom indicators. Thank you
Erman Ardianto
Added topic How to put a value on main window?
Anybody could help me? for example: double ma = iMa ( ... ); How to put "ma" value on left-bottom of the main window? Thank you
Erman Ardianto
Added topic How to make an ea using this indicator?
Hello, I need some advice, I want to make an EA using this center of gravity indicator. I want to use it as a function so I could call it anywhere in my EA. I'm a newbie in programmer's world, and I find some difficulties in it. Please someone help
: