[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 10
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
The tester gives this error.
What does it mean?
2012.12.15 23:06:08 2012.12.05 22:02 11: stopped because of Stop Out
Who knows why ? If I change the tick chart in the strategy tester 30m, 1H,4H. etc.. I don't know why it changes, if I change a tick in the strategy tester, it just executes 'Buy' and 'Sell' functions.
It is not the tick that changes, it is the chart period, almost all EAs simply perform the function to buy and sell, and most of them depend on the chart period. The exception is the so-called tick strategies, which do not take into account the time, only the price, and the check is made on every tick, but these strategies are relatively few, as well as their Expert Advisors.
The tester gives this error.
What does it mean?
2012.12.15 23:06:08 2012.12.05 22:02 11: stopped because of Stop Out
This error message means you have run out of funds on your balance and owl has stopped out.
I draw objects: lines and text to them.
At some tick I delete the line and say that if there is no such line, then delete the text to it. - Standard operation. But...
There may be a moment when I have deleted a line, but since the check is performed only from a new tick, and no quotes arrive (the market is night or simply there are no deals), then there is no tick to launch an iteration where the text to the (now deleted) line will be deleted.
Question: Is there some way to solve (bypass) this problem, to start the iteration of the owl without waiting for a new tick? As an option - manual via F7 - yes, but I would like it in automatic mode.
Hello programmers !
Please help me to understand the indicators. I have learned how to draw one line, but I do not know how to draw it through a candle and organize the work of the two buffers.
I have a strong request. Please write me two simple codes as examples.
First code: from high[i] to high[i-1] in red, then in green, and so on, in alternating colors. Second code: with one colour but through a candle.
The condition may be any other, at your discretion. The main thing is to make it as simple as possible for me to understand.
Thank you in advance. Thank you.
I draw objects: lines and text to them.
At some tick I delete the line and say that if there is no such line, then delete the text to it. - Standard operation. But...
There may be a moment when I have deleted a line, but since the check is performed only from a new tick, and no quotes arrive (the market is night or simply there are no deals), then there is no tick to launch an iteration where the text to the (now deleted) line will be deleted.
Question: Is there some way to solve (bypass) this problem, to start the iteration of the owl without waiting for a new tick? As an option - manual via F7 - yes, but I would like it in automatic mode.
If there will be no ticks, the program will not start (except scripts) and the line will not be deleted. If you want to use the automatic mode, you may use it for updating of charts when there is no quotes and for work with autonomous charts when there is no internet.