
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have a script which keeps on calling RefreshRates() in a while loop. The script is executed on the USDJPY chart. RefreshRates() returns TRUE only if a new tick is received for the Symbol() in the chart. That is, USDJPY in this case. How can I make RefreshRates() return TRUE for other currency pairs other than USDJPY? I want to monitor tick data for several currency pairs on One Script.
Could you please include an example?