Luidi Fortunato: I would like to, programatically, execute the popup SYMBOLS (CTRL + U) activities . More specifically I would like to export, for a given symbol, the tick series in a given period in time.
Is that possible by programming commands?
You don't need to access the "Symbols (Ctrl+U)" nor use the "Export" feature in order to output Tick data programmatically.
You can access the Tick data directly via one of the CopyTicks() or CopyTicksRange() functions, then use the File Functions to output it to a file in any format you wish to produce, be it a Text, CSV or even a Binary file format.
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
Hi,
I would like to, programatically, execute the popup SYMBOLS (CTRL + U) activities . More specifically I would like to export, for a given symbol, the tick series in a given period in time.
Is that possible by programming commands?
Thank You, Luidi