[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 262
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
How do I write the file to the \tester\files directory ?
If so:
the file is written to the \experts\files.
How do you write the file to the \tester/ files ?
Good morning dear friends. I used to program in C++ (institute about 10 years ago).
I need help with this question:
Algorithm opens 2 pending orders by condition. A BUYSTOP always opens first, a SELLSTOP after it.
This is a new TIC:
How to track if there are already working orders (BUY ? SELL ? BUYSTOP? SELLSTOP? ) ?
How do I know with a new tick if a triggered TakeProfit order is closed + in this case close the opposite order (if there is still one)?
How do I write the file to the \tester\files directory ?
If so:
the file is written to the \experts\files.
How do you write the file to the \tester/ files ?
Run the EA in the tester, it will write to the \tester\files
The file is written by the script and the EA then reads it.