Indicador Opções Binary SymbolSynthesizer Gráfico

Indicador Opções Binary SymbolSynthesizer Gráfico

15115
0
COMPARTILHE

Mesmo conceito com Triangle Hedge (Símbolo Synthesizer para MT5), mas para exibição gráfico no 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).

assim, 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. “M” meansMultiply”, or putDmeansDivide”.

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

Ex: vSymbol=”EURUSD” sSym01=EURGBPsSym02=”GBPUSD”

vSymbol=”EURJPY” sSym01=EURGBPsSym02=”GBPJPY”

vSymbol=”EURJPY” sSym01=”EURUSD” sSym02=”USDJPY”

vSymbol=BTCJPYsSym01=BTCUSDsSym02=”USDJPY”

Nota: 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 but “M”.

Ex: vSymbol=”USDJPY” sSym01=”EURUSD” sSym02=”EURJPY”

vSymbol=ZARJPYsSym01=USDZARsSym02=”USDJPY”

vSymbol=”EURUSD” sSym01=”USDJPY” sSym02=”EURJPY”

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

Those under-lined currencies aremediacurrencies.

 

Opções Indicadores Binários – Instruções para download

SymbolSynthesizer Chart Binary Options Indicator is a Metatrader 4 (MT4) indicador e a essência do indicador forex é transformar os dados do histórico acumulado.

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.

Com base nesta informação, os comerciantes podem assumir ainda mais o movimento dos preços e ajustar a sua estratégia nesse sentido.

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 / especialistas / indicadores /
  • Iniciar ou reiniciar o cliente Metatrader
  • Select Chart e calendário onde você quiser testar o seu indicador
  • Pesquisa “Indicadores Personalizados” no seu Navigator principalmente à esquerda no seu cliente Metatrader
  • Right click on SymbolSynthesizer Chart Binary Options Indicator.mq4
  • Anexar a um gráfico
  • Modificar as configurações ou pressione OK
  • 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?

  • Selecione o gráfico onde é o indicador que funciona no seu cliente Metatrader
  • Botão direito do mouse no Gráfico
  • “Lista de indicadores”
  • Selecione o indicador e excluir

Clique aqui abaixo para baixar as Opções Indicadores Binários:
symbolsynthesizer_chart

SEM COMENTÁRIOS

DEIXE UMA RESPOSTA