indicator that provide real time data for a device external to a chart.

 

Hi All,

i am looking for an indicator that provide for exemple, tick value for EURUSD for exemple, in a GBPUSD chart

i need it for EURUSD, GBPUSD and GBPUSD.

THANKS for your time all. 

 
  1. You need to for otherSymbol, currentSymbol and currentSymbol? Makes no sense.

  2. You can get current price for any symbol.
    On MT4: Unless the current chart is that specific pair/TF referenced, you must handle 4066/4073 errors.
              Download history in MQL4 EA - MQL4 and MetaTrader 4 - MQL4 programming forum

    On MT5: Unless the chart is that specific pair/TF, you must Synchronize the terminal Data from the Server.
              Timeseries and Indicators Access /  Data Access - Reference on algorithmic/automated trading language for MetaTrader 5

  3. What is a tick value? There is current price, and value per change in price per lot.
 
whroeder1:
  1. You need to for otherSymbol, currentSymbol and currentSymbol? Makes no sense.

  2. You can get current price for any symbol.

  3. What is a tick value? There is current price, and value per change in price per lot.
Well i mean current price for a symbol.