Those who want to stop displaying multiple charts on MT4, but occasionally want to display other currencies.
This time, we will introduce an indicator that changes currency pairs with one click.
Contents
Indicator specification
- Currency pair change function
- Up to 10 currency pairs can be specified
- The arrangement of the currency pair change button can be changed
- The color of the currency pair change button can be changed
How to use
Indicator download
First of all, please download Indicator from the following.
download page for LU_ChangeSymbol.ex4
Addition of Indicator to MT4
Please add the downloaded Indicator to MT4 by referring to “How to add Indicator“.
Parameter setting
Set the display settings you like on the parameter input tab.
The Paramter that can be changed with the Indicator introduced this time is roughly divided into three types: “button arrangement”, “button color”, and “currency pair specification”.
Button placement・・・(A)
Meaning of Parameter:
X_DST_BASE:
You can change the position of the horizontal axis of the button arrangement.
If you enter a positive number, the button position will move to the right by that number.
Y_DST_BASE:
You can change the position of the vertical axis of the button layout.
If you enter a positive number, the button position will move down by that number.
Button color・・・(B)
Meaning of Parameter:
CHAR_COLOR:
Specifies the color of the Volatility number.
BG_COLOR:
Specify the background color of the BOX displaying the Volatility value.
Currency pair name settings・・・(C)
Meaning of Parameter:
SYMBOL_TAIL:
Specify this when you want to set a common character string after all currency pair names in SYMBOL_01~SYMBOL_10.
Leave blank unless otherwise specified.
Setting Example)
If you are using an OANDA account, you can easily specify the currency pair name by setting a character string such as “.oj5k” here.
SYMBOL_01~SYMBOL_10:
Specify the currency pair name.
Please enter the currency pair name that can be used in the account logged in with your MT4 in a case-sensitive manner.
If you want to add a common string after all currency pair names in SYMBOL_TAIL, you don’t have to specify that common string here.
If you do not want to add a common string, specify the full string of the currency pair name here.
Leave the unused currency pairs blank.
※If the account you are logged in with in your MT4 does not have the specified currency pair, it will not work.
How to change currency pair
After setting the parameters, the button of the specified currency pair will be displayed on the chart.
You can change the currency pair by clicking the button of the currency pair you want to change.
NOTE
The indicator introduced this time seems to be unstable due to other EA and Indicator.
If the currency pair change does not go smoothly, try reducing other EA and Indicators and it will work lightly.