Aurex Lions / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Aurex Lions
Added topic Synchronize RSI value with EA
Hi, newbie here. I'm trying to synchronize indicator values (for example: RSI) with EA. Here's the code #property strict #include <Trade\Trade.mqh> CTrade trade; input int RSIPeriod = 9 ; int rsiHandle; int OnInit () {
: