[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 367

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
Think of it as homework:)))))))
Homework done)). Attached is an optimised indicator that saves history. Checked both with internet disconnected and connected, works like clockwork. I have changed your code a little.
I want to thank you and also Sorento for the help.
----------------------------------
Just one small nuance: when starting the terminal, if there is a previously written file, it doesn't overwrite it correctly, so I have to delete the file manually every time. Haven't figured out how to fix it yet.
Maybe- implement- similar to this indicator-
http://www.kimiv.ru/index.php?option=com_remository&Itemid=13&func=fileinfo&id=36
May be silly question, but nevertheless: nobody tried to make a fixture, so that the message from the terminal was sent to ICQ? Very much it would be desirable :) But how to implement it is absolutely unclear.
1. Install QIPInfium if you haven't already done so
2. Create a separate ICQ account for the terminal
3. Install and configure the MsgBox plugin - detailed instructions
From the Expert Advisor (indicator, script), which should produce signals, write files with the necessary messages in the OutBox folder, as explained in the instructions on the link above. To write to the file outside the terminal directory, you can, for example, use the ZI_File_Functions_Full_Lib library
So, with a bit of google and a bit of creativity, you can do anything you want in four steps with minimal programming:))))
Friends, good afternoon.
====================================================================
Apologies for the duplication of posts (just a very important question for me at the moment)
====================================================================
Could you please tell me about the Expert Advisor technology?
Do I understand the situation correctly ("work process step by step"):
1. We formulate a trading strategy.
2. Formalize the trading strategy and select the appropriate indicators.
On the basis of these indicators we write an Expert Advisor. 4.
4. Check the performance of the Expert Advisor on the history and perform optimization.
And then it is tested on a demo account in real time.
Now comes the question:
Testing on a demo account on a real account - means round-the-clock work of the computer with running the Expert Advisor for a long time?
(For example, if the TS is designed on H4, then during the day there may be "very few" signals to enter...
How much time we have to run the computer 24 hours a day, to get statistics of deals for analysis?)
How do professionals check their EAs in real time?
Is there really only a solution to this problem - to run the computer 24 hours a day?
Is it possible to make this process "remote" from the computer?
Thank you very much in advance.
P.S. Many thanks to Integer and StatBars for responding.
...
Can this process be made "remote" from the machine?
...You can do it on a VPS, for an extra fee :)
There is a condition like this in the code:
After finding some weirdness I added all these values to the comment, see picture:
You can see that "MathAbs(LotsToClose_Sell) = 0", but the check condition (whether it equals 0) gives "0 ".
- "Is that how it works?"