Sia Xiangbin / Profile
- Information
|
2 years
experience
|
0
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
5
Requests
Outgoing
Sia Xiangbin
Added topic Calculating MA of RSI in an Expert Advisor
Hi guys, Appreciate your help in advance: input int RSILength = 12 ; input int RSIMASlow = 50 ; input int RSIMAFast = 25 ; void OnTick ( void ) { int i;
: