Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 3132
- Rating:
- Published:
- 2018.04.18 16:16
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
This EA is a further development of the first Pipsover version.
What's new in version 2:
- Trailing Stop
- Break-even, which is also the Trailing Step parameter, so it cannot be equal to 0. The operating algorithm: the EA tries to move a position to breakeven first and then it can enable Trailing Stop.
- Parameters for Moving Average and Chaikin indicator are available in inputs.
- Now, these two indicators are displayed on the chart after you launch the Expert Advisor on a chart.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19981

An Expert Advisor trading MACD signals. For those who prefer trading CFDs and futures symbols.

An MQL5 implementation of the adaptive UmnickTrade Expert Advisor.

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 account, i.e. whether it is netting or hedging.

An indicator based on Elder's "Safe Zone".