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
Question 1-
Please advise what are the other methods other than using a csv file for copy trading?
Because the trade will not open until the new price arrives and this will cause a lot of delay. What methods is there that the delay is close to zero?
Question 2-
Is there any way to use csv file but run on each millisecond not on every tick?
For example if I use this code:
EventSetMillisecondTimer(1);
then OnTimer function will executes every 1ms ?
Thanks in advance