Toyuu
Toyuu
Friends

Add friends via their profile or user search and you will be able to see if they are online

Toyuu
Added topic Having issues trying to print the trades history
So, i have made this code to print the list of all trades made in the backtest. But it does't print anything, there is trades (i did't shared the strategy code, but there is roughly 40 trades executed in the backtest). Could someone please help me
Toyuu
Added topic RSI is not updating
void OnNewCandle() {    rsi_value = iRSI (symbol, period, 14.0 , PRICE_CLOSE ); } So, i have made this code (this is a custom function that run at the oppening of a candle), but the RSI is stuck to 10.0 forever. In the chart i see its
Toyuu
Added topic Help needed with drawing Rectangle Object
So, i made this code and it does't throw any errors, but i don't see any rectangle on my chart. What have i done wrong ?          // Calculate rectangle coordinates
Toyuu
Registered at MQL5.community