[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 324

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
i tried to check i removed M15, strategy tester is not working, if i'm not mistaken, it's not allowed, because history files with used TFs will be used by tester both for mismatch error calculation and for open/close price determination, try to do as described in the article, i imported ticks from Dukas and created TF for MT4 and then i tested it with generated .fxt files
Now I've come up with one constraint (it doesn't affect quality of results), added it to the code - optimization time by All-Tick decreased from 9 hours to 1.5 -> it became quite acceptable.
Thanks for the article!
https://www.youtube.com/watch?v=ragYKvz5H3Q
What should be set in the Tester functions to display the balance in Visual test mode as in this video on the left
https://www.youtube.com/watch?v=ragYKvz5H3Q
Fixed the post a bit. The link was corrected
I corrected the post a bit. Made the link okay.
Okay. Thank you
Good afternoon to all present .Help me to bring to my senses a piece of logic ...
I tried to but the bot still opens trades not as it should.
For the start, just use your own language. I don't know how to do it. Sometimes it helps.
I'm trying to change market entry conditions for a simple bot, which is in the terminal by default. I've added a couple of tools and changed the period ... I just started experimenting to understand at least 25% of the logic of these or those indicators .
The conditions in the code are as follows.
I don't understand it yet)))
Now try to explain it in action:
I tried (mag + Distanse*Point) < Distanse*Point .... and tried another way ... but it still does not work ... something is wrong ...
condition posted above in screenshots as it should be ...
Try just putting it into words
help who can )
I can not do anything with this indicator)
In general, the indicator will be used as a filter in the Expert Advisor, it draws 4 lines in a separate window when the bar closes, draws a signal on each line, red or blue ...
here is the code of the indicator buffers
I load it in the EA like this
here is the condition for opening a bar
here's for selling
But the EA doesn't look at these conditions I'm struggling, I can't do anything ... what is my mistake, tell me who is wrong )
but the advisor doesn't look at the conditions and I can't do anything... what is my mistake, please tell me)
g_ibuf_100 && g_ibuf_108 && g_ibuf_116 && g_ibuf_124 - Variables are declared as double and you have a logical "AND" in the condition. What do you think the result of (1,2525 && 1,2320) will be