
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
What's wrong with opening the next bar then?
No. The phrase "Test on EURUSD instrument from GBPUSD chart" means that you are trading onEURUSD, but the Expert Advisor is onGBPUSD chart. All results are onEURUSD, I just switched from one symbol to another.
So, eitherInteresting's assumption is not confirmed, or you have something wrong.
Pay attention to the part of the code:
Here you can see that you are "hinging" some "Spy Control panel MCM" indicator on two different characters. That is, you have different symbols as signal sources. But you claim that "we trade onEURUSD", i.e. the source of the signal is one and the same symbol. Let's make it clear.Of course, this also has to be taken into account. In a programme designed for automatic trading, everything has to be taken into account. At least as much as possible. At the moment there are two modes: Normal and Arbitrary delay. The developers have already announced that they will gradually bring the testing process closer to reality. That's encouraging. Illusions need to be cut at the root.
So eitherInteresting's assumption is not confirmed, or you have something wrong.
Pay attention to the part of the code:
Here you can see that you "hinge" some "Spy Control panel MCM" indicator on two different symbols. That is, you have different symbols as signal sources. But you claim that "we trade onEURUSD", i.e. the signal source is one and the same symbol. Let's make it clear.Judging by this code, the signals do come from two characters, except that the Expert Advisor may process one of these signals with a delay.
How then is the opening of the next bar inappropriate?
Because the opening of bars on different instruments is at different times. And the closing is exactly on the clock, the same for all.
In multicurrency testing, there is a significant difference. There are even examples at the beginning of this thread.
All in all. Interested in everyone's opinion and even more interesting in the solution methods.))
With multi-currency testing there is a significant difference. There are even examples at the beginning of the thread, very illustrative.
So eitherInteresting's assumption doesn't hold true, or you have something wrong.
Pay attention to the part of the code:
Here you can see that you "put" some "Spy Control panel MCM" indicator on two different symbols. That is, you have different symbols as signal sources. But you claim that "we trade onEURUSD", i.e. the signal source is one and the same symbol. Let's define it.Oh, that's getting closer. There seems to be one option on which I'm wrong.)) I'll think about it for a moment and write more about it straight away...
Interesting
No, I'm talking a little bit about something else. Imagine that the Expert Advisor has received a series of certain signals from "spies". The Expert Advisor starts to process the first signal, but what happens to the rest?
That's not serious. One tick can't make a significant difference. There's just something wrong with it.
"- Defendant, why did you kill the old lady? She only had twenty kopecks!
- Well... One old lady is twenty kopecks, the second old lady is twenty kopecks... five old ladies is a ruble..."
"- Defendant, why did you kill the old lady? She only had twenty kopecks!
- Well... One old lady is twenty kopecks, another old lady twenty kopecks ... five old ladies is already a ruble..."
I would like to present an instructive and illustrative example. I'm not going to write the name of the program, I think the rules prohibit it, but I can think of pictures)).
One and the same simple trading strategy. But different spread and slippage:
Blue shows perfect result without spread and slippage. Yellow shows the result with a spread of 2 pips and slippage of 10 pips on each trade. And the third result is lilac Equity, it shows a result with a 5-point spread and slippage of 15 points on each trade.
By the way, I would like the developers to pay attention to the display of Equity in the forward testing mode. It is very clear! Please take note of it. Please support forum participants, if interested, of course)).
I'm using OnTick and I'm doing a check for a per-tick synchronisation across all the working tools.