Cleus / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Cleus
Added topic Trying to convert a Heiken Ashi related PineScript to MQL5
The pinescript code is like the following ha = heikinashi(tickerid) ha_close = security(ha, res, close[ 1 ]) ma = ema(ha_close[ 1 ], 30 ) I'm trying to use the above code in MetaTrader5. So I tried the following, [ Using
: