Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 9310
- Rating:
- Published:
- 2016.03.25 15:41
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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)
Translated from Russian by MetaQuotes Ltd.
Original code: 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.