Experts: RSI_Expert_v2.0

 

RSI_Expert_v2.0:

Expert Advisor based on iRSI (RSI) and iMA (Moving Average, MA).

Author: Vladimir Karputov

 

Thanks a lot for publishing this EA.

There appears to be an issue in function Trailing():

For POSITION_TYPE_SELL, you check for SL == 0:

(m_position.StopLoss() == 0))

For POSITION_TYPE_BUY, you do not check for SL == 0

I assume that these two algos for Buy and Sell should be symmetric, and you just missed the part for the long trades. Correct?