Rejoignez notre page de fans
Fractal_TL - indicateur pour MetaTrader 5
- Vues:
- 5519
- Note:
- Publié:
- 2018.04.18 17:07
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
An indicator for automatic drawing of trendlines based on fractals of a given timeframe.
Input Parameters
- base_tf - the timeframe for calculating fractals, based on which the trendlines will be drawn;
- color of the resistance line - set the color for the resistance line;
- line style of the resistance - set the style for the resistance line;
- width of the resistance line - set the width for the resistance line;
- color of the support line - set the color for the support line;
- style of the support line - set the style for the support line;
- width of the support line - set the width for the support line;
- Remove_TL - removing trendlines from the chart (set to true in order to remove the lines).
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20138
The EA trades using pending Buy Stop and Sell Stop orders, applying the iAMA (Adaptive Moving Average, AMA) indicator based on a "round price". Position trailing.
MathCeilRoundFloorExample of functions MathCeil, MathRound and MathFloor.
An Expert Advisor based on the iIchimoku (Ichimoku Kinko Hyo) indicator. Separate Stop Loss, Take Profit and Trailing Stop for BUY and SELL positions. The EA operation time is configurable. A check is performed on the current bar: only one position can be opened.
Hans123_TraderPending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing.