Join our fan page
It deletes the arrow objects from the chart, which mark the transactions in the chart. The utility is implemented as an indicator that does not draw anything by itself.
This EA uses indicators iCCI (Commodity Channel Index, CCI), ZigZag, and Impulse. Position trailing is possible.
The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.
The EA trades on the iMA (Moving Average, MA) indicator. At the same time, there is a parameter of the indicator indent from price, set in percents.
Two Moving Average indicators: A slow one for opening positions, and a fast one for closing positions.
An Expert Advisor based on two indicators: iMAs (Moving Average, MA) and iMomentum (Momentum).
The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into consideration, i.e., whether it is a netting or a hedging one.
Small_Inside_Bar_Strategy - an Expert Advisor based on indicator Small_Inside_Bar.
Complete and fast functions similar to Bars and iBarShift from MQL4.