Expert Advisor based on the rollback from the MA channel boundary – EA MetaTrader 4

Expert Advisor based on the rollback from the MA channel boundary - expert for MetaTrader 4
The Moving Average indicator data is used for trading. If the price goes away from the Moving Average by a certain number of points, then an order is placed in the direction of the Moving Average line. The EA can make profit, but only a small one. It also requires a large deposit. Idea of … Read more

Price Rollback – EA MetaTrader 5

Price Rollback - expert for MetaTrader 5
Idea by: Scriptor. MQL5 code by: Vladimir Karputov. A trading system that only trades on resverse and from Thursday to Friday only. Inputs Lots – position volume (lot size is set manually, trading with a constant lot size) Stop Loss (in pips) – stop loss value Take Profit (in pips) – take profit value Trailing … Read more

Rollback system – EA MetaTrader 5

Rollback system
The author of the idea – Scriptor mq5 code author – barabashkakvn Defining the channel width (Channel Open Close) for a previous day. If the channel width is sufficient, then the amount of roll-back is determined (Rollback AND Channel Rollback). Drawing OBJ_RECTANGLE objects. The EA works on PERIOD_H1 timeframe – this parameter is registered within the code and is not … Read more