Forum

Trade using CExpertSignal classes based on AllowDirection check

Hello, I have been playing with CExpert, CExpertSignal for trying to generate buy/sell signals. I have been able to use different signal classes to generate buy/sell. But I want to add one derived class of either CExpert or CExpertSignal which will either allow or disallow the trades based on

RSI Signal Usage of patterns

Hello, I need a clarification regarding the CSignalRSI.PatternUsage function. We have the 5 below patterns defined in CSignalRSI signal filter . int m_pattern_0; // model 0 "the oscillator has required direction" int m_pattern_1; // model 1 "reverse behind the level of

EA for Trailing Stop Loss

Hello, I am looking for a utility which is slightly a modified version of normal trailing stop loss. I think most of the experts here may already be using this but I am relatively new to trading and I am trying to find a tool for doing the same. We should be able to set Stop Loss, Take profit

Expert Advisor for Notification only

Hello, Can we use a Expert Advisor on MT4 without Trading and only for notification/email alert purposes? I know Indicators do this, but I would like to understand if this is possible on Expert advisors. Thanks in advance for the clarification