chera
chera
Friends 1
chera
Added topic Guppy MA
Hi All, When trying to code Guppy I'm getting un-expected trades, any ideas why does those trades happen? The first sell order is correct, but second sell order is unexpected. Open order code is below:         ENUM_ORDER_TYPE
chera
Added topic iMAOnArray
Could you suggest function or technique similar to iMAOnArray in MQL5?   double   iMAOnArray (     double         array[] ,          
chera
Added topic MQL5 RSI crossing threshold
Hi There, Anyone could advise how to check RSI crossing overbought / oversold levels? bool Buy_Condition_1=(RSI_val[0]<RSI_oversold && RSI_val[1]>=RSI_oversold);   Stuck while inserting correct values to RSI_val[]
chera
Registered at MQL5.community