SymbolSynthesizer Chart Binary Options Indicator

SymbolSynthesizer Chart Binary Options Indicator

15124
0
SHARE

Same concept with Triangle Hedge (Symbol Synthesizer for MT5), but for chart display in MetaTrader 4.

It synthesizes any symbol if you have the source symbols in Market Watch window and then makes a real time offline chart like Period_Converter_Opt.mq4 (https://www.mql5.com/en/code/7673).

So, basic use is same with Period_Converter_Opt since this is based on it.

Differences in Parameter settings are:

extern int spread = 0;
Spread in points for sSym01 (Attached chart symbol). 0 means current.

Since MetaTrader 4 history file doesn’t have past spread data, we need them to determine Ask price for the case dividing to calculate the virtual prices.

extern int vDigits = 5;
The digits for synthesized symbol. This is replaced OmitDigit (from Period_Converter_Opt.mq4).

extern string vSymbol =EURUSD_v”;
The one you want to generate. Any name is OK but less than 11 characters.

string sSym01 =EURGBP”; // (Not external variable)
Source symbol#1.

It is automatically set from the attached chart Symbol.

You should attach this tool on this symbol chart to avoid gettingInsufficient Data Errorwhen sCal isDand if the history file of sSym01 is not sufficient.

extern string sSym02 =GBPUSD”;
Source symbol#2.

It has to be and exact same name on Market Watch include prefix and/or suffix.

extern string sCal =M”;
The calculation to synthesize. “MmeansMultiply”, or putDmeansDivide”.

If the virtual price of vSymbol can be calculated by sSym01 multiply sSym02, putM”.

Ex: vSymbol=EURUSDsSym01=EURGBPsSym02=GBPUSD

vSymbol=EURJPYsSym01=EURGBPsSym02=GBPJPY

vSymbol=EURJPYsSym01=EURUSDsSym02=USDJPY

vSymbol=BTCJPYsSym01=BTCUSDsSym02=USDJPY

Note: sSym01 and sSym02 can be switched with each other since we multiply them. Major pair should be sSym01 for more often ticks.

If the virtual price of vSymbol can be calculated by sSym02 divided by sSym01, putDor any other string butM”.

Ex: vSymbol=USDJPYsSym01=EURUSDsSym02=EURJPY

vSymbol=ZARJPYsSym01=USDZARsSym02=USDJPY

vSymbol=EURUSDsSym01=USDJPYsSym02=EURJPY

Note: sSym01 and sSym02 can NOT be switched with each other since we divide.

Those under-lined currencies aremediacurrencies.

 

Binary Opsiynau Dangosyddion – Lawrlwytho Cyfarwyddiadau

SymbolSynthesizer Chart Binary Options Indicator is a Metatrader 4 (MT4) dangosydd a hanfod y dangosydd forex yw trawsnewid y data hanes cronedig.

SymbolSynthesizer Chart Binary Options Indicator provides for an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye.

Yn seiliedig ar y wybodaeth hon, Gall masnachwyr gymryd yn ganiataol symudiad mewn prisiau pellach ac addasu eu strategaeth yn unol â hynny.

How to install SymbolSynthesizer Chart Binary Options Indicator.mq4?

  • Download SymbolSynthesizer Chart Binary Options Indicator.mq4
  • Copy SymbolSynthesizer Chart Binary Options Indicator.mq4 to your Metatrader Directory / arbenigwyr / dangosyddion /
  • Dechreuwch neu ailgychwyn eich MetaTrader Cleient
  • Dewiswch Siart a Amserlen lle rydych am i brofi eich dangosydd
  • Chwilio “Dangosyddion Custom” yn eich Navigator chwith yn bennaf yn eich MetaTrader Cleient
  • Right click on SymbolSynthesizer Chart Binary Options Indicator.mq4
  • Atodwch at siart
  • Addasu gosodiadau neu ok wasg
  • Indicator SymbolSynthesizer Chart Binary Options Indicator.mq4 is available on your Chart

How to remove SymbolSynthesizer Chart Binary Options Indicator.mq4 from your Metatrader Chart?

  • Dewiswch y Siart lle y Dangosydd rhedeg yn eich MetaTrader Cleient
  • Cliciwch dde i mewn i'r Siart
  • “Rhestr Dangosyddion”
  • Dewiswch y Dangosydd a dileu

Cliciwch yma isod i lawrlwytho'r Dangosyddion Opsiynau deuaidd:
symbolsynthesizer_chart

DIM SYLWADAU

Ad a Ateb