[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 220

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
Seems unlikely. What could be the point of this secret.
To test in "All ticks (most accurate method...)" mode and trust/not trust the results obtained,
it is necessary to understand what is happening inside M1 at the moment of testing and what we get in the end result.
Continuation of the theme
Previous here https://www.mql5.com/ru/forum/111497
https://www.mql5.com/go?link=http://forextools.com.ua/trading/ticks/tester.html
Thank you. (chuckles) It was a very interesting read.
True, more questions have arisen. I'll look into it.
Thanks again.
Who can help, why it doesn't assign values to TicketBS[] and TicketSS[] array ??? writes always 0...
Where do you increase the size of the array? Where do I write the value? ( ArrayResize())
Thanks, I didn't know that, but I'm still getting zeros
Experimenting and laughing my ass off...
Draws my tick chart backwards.
This is the shit I "invented".
Why is it drawing from right to left?
Experimenting and laughing my ass off...
Draws my tick chart backwards.
This is the shit I "invented".
Why is it drawing from right to left?
Change the direction of indexing in the array: ArraySetAsSeries(TickPrice,false).
Reverse the direction of indexing in the array: ArraySetAsSeries(TickPrice,false).
I'm afraid this is only true for the time-series.
In my case, there's nowhere even to poke it.
Your idea is correct, i.e. we need to reverse the order somehow, but I don't know how yet
I'm afraid this is only true for the time-series.
In my case, there's nowhere even to poke it.
Your idea is correct, i.e. the order has to be reversed somehow, but I don't know how yet
Sorry to barge in on the conversation. It's a beginner's question. I'm trying to understand the basics. Trailing Stop is an EA. Why do I think so?
1 It needs constant connection to the server to work properly.
2 It monitors the price and decides to close the order.
I simply do not have a teacher nearby. Correct me if I am wrong.