Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 9315
- Note:
- Publié:
- 2016.03.25 15:41
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The script creates three "main" graphic objects: two vertical lines and a linear regression.
When user moves any of the three objects, the "connected" objects are automatically repositioned on the chart.
When the script is run on multiple charts, objects can be moved in any of them, the positioning of the "connected" objects is performed on all charts. The script does not depend on the timeframe
The figure below shows the script operation with the pairs EURUSD (M5), GBPUSD (M15), USDCHF (H1)
When user moves any of the three objects, the "connected" objects are automatically repositioned on the chart.
When the script is run on multiple charts, objects can be moved in any of them, the positioning of the "connected" objects is performed on all charts. The script does not depend on the timeframe
The figure below shows the script operation with the pairs EURUSD (M5), GBPUSD (M15), USDCHF (H1)
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/7226

A simple indicator that demonstrates the general principle of displaying multiple indicators from different timeframes in a single window

Small indicator for monitoring the history of closed and the status of open orders on the chart. Red - unprofitable order, green - profitable.

The Avg Daily Range indicator.

The indicator demonstrates the trend stops with multicolor dots.