
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
Is there only one broker? The terminal controls the history by brokers. The quality of the history is determined by the server, during synchronization the terminal fetches the missing or updated history from the server, which ensures the integrity of the history in the server- terminal connection.
For the inattentive: on the same account. Specifically 933297 on MetaquotesDemo.
2011.10.15 11:41:00 Core 1 tester stopped because OnInit failed
2011.10.15 11:41:00:00 2011.10.03 00:00 CSymbolInfo::CheckMarketWatch: Unknown symbol 'EURUSD'
2011.10.15 11:41:00:00 Core 1 2011.10.03 00:00:00 Error code: 4301; Description: Unknown symbol
2011.10.15 11:41:00:00 Core 1 2011.10.03 00:00:00 Error occurred while selecting EURUSD symbol
2011.10.15 11:41:00:00 Core 1 2011.10.03 00:00:00 Initialization of an EA... on EURUSD
The symbol is not selectable in MarketWatch.
Code
if (SymbolSelect(Exp_Symbol, true))
{
Print("Символ " + Exp_Symbol + "выбран в окне MarketWatch.");
}
else
{
Print("Произошла ошибка при ввыборе символа " + Exp_Symbol);
GetMyLastError(GetLastError());
}
if (!Exp_Symbol_Info.Name(Exp_Symbol))
{
return(false);
}
Exp_Symbol_Info.Refresh();
Exp_Symbol_Info.RefreshRates();
Figured it out... I had a higher start date than end date. I don't know, I was wrong, but I can deduce that the date range is incorrect.
But it is possible to output that the date range is incorrect?
This message is displayed in the tester log when running optimisation with incorrect dates. The optimisation does not start.
There seems to be no such check during testing...
The 'Orders and trades' tab shows everything normally, the 'Deals' tab only shows the old ones, there are no today's deals. Or is it just me ?
That's the kind of bug or...
fuchers was not closed by me before the redemption and left hanging in the tools. What now, wait for delivery? :))
ps. As it happens, haven't been here for a long time. May be I missed something in my posts, but on 519 build it was the same.
Regards, Alexey.
That's the kind of bug or...
fuchers was not closed by me before the redemption and left hanging in the tools. What now, wait for delivery? :))
ps. As it happens, haven't been here for a long time. May be I missed something in my posts, but on 519 build it was the same.
Regards, Alexey.
Then synchronize the history on both terminals with the server (so that the history was up to date for the entire testing period). Then there should be no difference in history.
An idiotic question came up: how to synchronise history with the server (deleting history files is not an option)? Client terminal help search doesn't know the word "sync", "refresh" in graph window didn't help...
An idiotic question came up: how to synchronise history with the server (deleting history files is not an option)? The client terminal help search doesn't know the word "sync", "refresh" in the graph window didn't help...