Rejoignez notre page de fans
Invest System 4.5 - expert pour MetaTrader 5
- Publié par:
- Vladimir Karputov
- Vues:
- 5342
- Note:
- Publié:
- 2018.03.01 12:00
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Author of the idea: Andrey, author of the mq5 code: barabashkakvn.
The Expert Advisor checks two parameters: the profitability of the last closed trade and the account balance.
Input Parameters
- Stop Loss (in pips) - Stop Loss value;
- Take Profit (in pips) - Take Profit value;
- magic number - unique identifier for the EA.
Testing on EURUSD,M30
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/19968
Simple trailing of stop loss and take profit orders of open positions.
VectorAn oscillator of market movement, mood and trend.
Trading in a channel based on a Moving Average with the period of 220 and three Envelopes with the periods of 220 and different heights. Position trailing.
Instantaneous Trend Line (generalized)This version differs from the original Instantaneous Trend Line in one important part: instead of using fractional alpha parameter for calculation, this version uses period which makes it the same category as averages are and the usage becomes a bit more intuitive than the original version.