Scripts: sSyncScroll

 

sSyncScroll:

Script for the charts simultaneous scrolling.

The script is launched on one chart. When scrolling any of the charts, the rest ones are also shifted. Such a position is marked by vertical lines.

It is better to turn on the "Shift end of the chart from the right border" option when using the script.

Author: Дмитрий

Script for the charts simultaneous scrolling

 

Dmitry, thank you very much for the script!

Is it possible to make your script also in the form of an indicator, so that it was constantly on the charts and did not disappear when switching timeframes.

Regards, Eduard.

 

Dear Dmitry, thank you for this script. And I have a question.

Dmitry, as well as respected experts,

Can you tell me how to make this script shift charts not through 4 candles in 1 step, but through 1 candle in 1 step? For example, I have 5-minute charts open, and if I press the right arrow, I jump from 8:00 to 8:20.

I tried to figure out the code myself, but I don't know the MT5 language very well yet, I couldn't understand it, so I decided to ask for advice.

Thank you very much.

 
Finik:

Dear Dmitry, thank you for this script. And I have a question.

Dmitry, as well as respected experts,

Can you tell me how to make this script shift charts not through 4 candles in 1 step, but through 1 candle in 1 step? For example, I have 5-minute charts open, and if I press the right arrow, I jump from 8:00 to 8:20.

I tried to figure out the code myself, but I don't know the MT5 language very well yet, I couldn't understand it, so I decided to ask for advice.

Thank you very much.

Does it work at all? I recently wrote that this one is broken too.
 
Finik:

Dmitry, as well as respected experts,

Can you tell me how to make this script shift charts not through 4 candles per 1 step, but through 1 candle per 1 step? For example, I have 5-minute charts open, and if I press the right arrow, I jump from 8:00 to 8:20.

F12 and Shift+F12
 

A great script, I would really like to use it, but I'm on MT4. Is it possible to change the script to MT4?


have a nice day,


Robert

 
ReactoFX:

A great script, I would really like to use it, but I'm on MT4. Is it possible to change the script to MT4?


have a nice day,


Robert

Save it as mq4 file, add line

#property strict

to the beginning of the file and there you are : it will work

Or use the attached (done what was described above)

Files:
 
Andrey Khatimlianskii:
F12 and Shift+F12
Thank you
 
Hello, is it possible to deactivate the AUTOSCROLL? Please help me with this.
 
When a new quote arrives, it shifts the chart to the right. At the same time, the chart shift at the arrival of new ticks is disabled. It is disabled by the script itself. I can try to fix it, but please give me a tip on which part of the code is responsible for it. I am new to MQL 5
 
This was so helpful for my Backtesting, Thank you so much for this script, You're The Fcking BEST!