Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]
Directional Key To Change Symbols and TimeFrames

0.00

Do you think it’s a bit cumbersome when you need to switch symbols or timeframes with mouse click?

Do you think it’s a bit cumbersome when you need to switch symbols or timeframes with mouse click?

1. What is this?

1. What is this?

This is a program that can switch symbols and timeframes with direction keys.

  • Fast switching, very convenient, no mouse click required.
  • For traders, one symbol with multi-timeframe charts are usually added,  you can change symbol on those charts easily.
  • For multi-currency traders, different symbol charts are usually added, you can also change those timeframes easily.

I wrote this program in the form of indicator. So you can load other EAs, indicators or run other scripts.

The Demo version go to:

This is a program that can switch symbols and timeframes with direction keys.

  • Fast switching, very convenient, no mouse click required.
  • For traders, one symbol with multi-timeframe charts are usually added,  you can change symbol on those charts easily.
  • For multi-currency traders, different symbol charts are usually added, you can also change those timeframes easily.

I wrote this program in the form of indicator. So you can load other EAs, indicators or run other scripts.

[spoiler title=”Read More…”]

The Demo version go to:

The Demo version go to:

2. How to use it

2. How to use it

When you load the program:

When you load the program:

  • The direction key UP is to switch to the previous symbol in market watch.
    • PS:  When the chart is the first symbol, Key UP will switch to the last symbol.
  • The direction key DOWN is to switch to the next symbol in market watch.
    • PS:  When the chart is the last symbol, Key DOWN will switch to the first symbol.
  • The direction key LEFT is to decrease the timeframes.
    • PS:  When the timeframe is M1, Key LEFT will switch to the MN1 timeframe.
  • The direction key RIGHT is the increase time frame.
    • PS:  When the timeframe is MN1, Key RIGHT will switch to the M1 timeframe.
  • The direction key UP is to switch to the previous symbol in market watch.
    • PS:  When the chart is the first symbol, Key UP will switch to the last symbol.
  • The direction key DOWN is to switch to the next symbol in market watch.
    • PS:  When the chart is the last symbol, Key DOWN will switch to the first symbol.
  • The direction key LEFT is to decrease the timeframes.
    • PS:  When the timeframe is M1, Key LEFT will switch to the MN1 timeframe.
  • The direction key RIGHT is the increase time frame.
    • PS:  When the timeframe is MN1, Key RIGHT will switch to the M1 timeframe.
  • PS:  When the chart is the first symbol, Key UP will switch to the last symbol.
  • PS:  When the chart is the last symbol, Key DOWN will switch to the first symbol.
  • PS:  When the timeframe is M1, Key LEFT will switch to the MN1 timeframe.
  • PS:  When the timeframe is MN1, Key RIGHT will switch to the M1 timeframe.

3. Parameters:

3. Parameters:

  • bool TurnOn_UpDown=true;    // Turn on the UP/DOWN key function to change Symbol.
  • bool TurnOn_LeftRight=true;  // Turn on the LEFT/RIGHT key function to change TimeFrame.
  • bool AllTimeFrames=false;     // Whether to use All Time Frames

=====The following options are used to change other open charts:

PS: I must tell you, when switching between multi charts, the system will download the data, If your system doesn’t have data, it will
download the data and sometime will cause slowdowns. That is the limited of MT5/MT4 client. When you don’t have enough data, don’t
use the keyboard too quickly.

  • bool OtherOpenChart_Symbol = false;    // Change symbol on other open chart?
  • bool OtherOpenChart_TimeFrame = false;  // Change timeframe on other open chart?
  • int PermitCount = 0; // Just change the count of initially opened chart. 0 means all.
    • PS: when you want to change other charts, but not all the open charts. you can change the num.
  • bool TurnOn_UpDown=true;    // Turn on the UP/DOWN key function to change Symbol.
  • bool TurnOn_LeftRight=true;  // Turn on the LEFT/RIGHT key function to change TimeFrame.
  • bool AllTimeFrames=false;     // Whether to use All Time Frames
  • bool TurnOn_UpDown=true;    // Turn on the UP/DOWN key function to change Symbol.
  • bool TurnOn_LeftRight=true;  // Turn on the LEFT/RIGHT key function to change TimeFrame.
  • bool AllTimeFrames=false;     // Whether to use All Time Frames

=====The following options are used to change other open charts:

PS: I must tell you, when switching between multi charts, the system will download the data, If your system doesn’t have data, it will
download the data and sometime will cause slowdowns. That is the limited of MT5/MT4 client. When you don’t have enough data, don’t
use the keyboard too quickly.

=====The following options are used to change other open charts:

PS: I must tell you, when switching between multi charts, the system will download the data, If your system doesn’t have data, it will
download the data and sometime will cause slowdowns. That is the limited of MT5/MT4 client. When you don’t have enough data, don’t
use the keyboard too quickly.

  • bool OtherOpenChart_Symbol = false;    // Change symbol on other open chart?
  • bool OtherOpenChart_TimeFrame = false;  // Change timeframe on other open chart?
  • int PermitCount = 0; // Just change the count of initially opened chart. 0 means all.
    • PS: when you want to change other charts, but not all the open charts. you can change the num.
  • bool OtherOpenChart_Symbol = false;    // Change symbol on other open chart?
  • bool OtherOpenChart_TimeFrame = false;  // Change timeframe on other open chart?
  • int PermitCount = 0; // Just change the count of initially opened chart. 0 means all.
    • PS: when you want to change other charts, but not all the open charts. you can change the num.
  • PS: when you want to change other charts, but not all the open charts. you can change the num.

The link is MT4 version: 

The link is MT4 version: 

[/spoiler]

Add review
Reviews ( 0 ):