Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 25993
- Rating:
- Published:
- 2010.08.12 10:12
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The Expert Advisor is based on Dual Trix indicators. It uses martingale, the number of doublings is limited.
It has good backtesting results for last year (EURUSD, M5).
Copy the library files (.mqh) to: terminal_data_folder\MQL5\Include\
Input parameters:
- DML - Lot size (in deposit money);
- UD - number of doublings;
- Stop - Stop Loss in points;
- Tp - Take Profit in points;
- Slipage - Slippage in points;
- Fast - Fast Trix period;
- Slow - Slow Trix period.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/165

This is MQL5 version of DinapoliTargets indicator. The ZigZag indicator is added to the chart.

This Expert Advisor allows you to save infomation about the ticks, actual or simulated in Strategy Tester.

This Expert Advisor is based on Bollinger Bands. It uses trend-following strategy and Bollinger Bands indicator.

The indicator is based on the Elder's Impluse system.