chinaski / Publications
Forum
Synchronization on backtest never stops
Hello community, when i want to backtest in MT5 against BTCUSD, the syn procedure never stops. Have alredy checked out what happens when deleting base folder. No fix. This is what the journal shows: MD 0 01 : 53 : 31.771 Core 08 BTCUSD: history for 2025 year synchronized DS 0
Debugger problem:<not implemented>
Hello, it seems that global variables can not been assigned and inspected. When inspect in debugger, it just says: <not implemented>. Also the value seems not to be assigned. This is a short sample code: int digits= 0 ; double point= 0.0 ; int OnInit () { digits=( int ) SymbolInfoInteger ( Symbol
CopyRates Error 4401 when fetching data for non chart symbol
Hello community, i know this has been discussed already but not really solved so far. When i make a CopyRates request in onCalculate for a symbol, which is not the chart symbol, then CopyRates call SOMETIMES returns 4401. If i recompile my indictor or change timeframe and then back, then CopyRates
Why have some many experts 10 activations
I just wonder about this distribution. Every second click or more on any of the experts in the market show 10 activations. For me those values are not trustable because of this. Appreciate your opinion
How to evaluate Commercial Experts before purchasing
Hello Community, i just figuring out, what expert in the market is might really suitable for me. So far, could not get the demo installation to create a single trade. Instead i get various errors, like 2024.01 . 16 17 : 34 : 12.377 Core 01 2021.08 . 01 00 : 00 : 18 CTrade:: OrderSend : market buy
Imprecise double number calculation
Hello community, came across a strange problem: It seems that calculations of double numbers can get unprecise. The script below should demonstrate this. After a couple of runs, 2 double numbers which should be exactly the same are sooner or later not same. void OnStart () { double NetPosition=
Weird positions of backtest orders
When i run a backtest , orders on chart seem to be placed outside market. How to fix this? Thanks for help
Debugger Watch Variables return after deletion
Hello community, since a couple of months, i have problems to delete variables that are "watched" by the debugger. When i delete them, they disappear but on next debugger run they appear again. MetaTrader 5 Build 3550. Anyone knows how to fix this? Thank you
Cant see text in separate window
Hello community, want to show text in a separate window of an indicator: #property indicator_separate_window int OnInit () { int chart_id= 0 ; int sub_window= 1 ; string name= "my_test" ; if (! ObjectCreate (chart_id,name, OBJ_TEXT ,sub_window, 0 , 0.0 ) ) return ( INIT_FAILED
Feature Request: Optional Flush for journal log.
Hello, the service desk seems to accept feature requests. Perhaps MetaQuotes developer have a look on this. Could you implement an (optional ) flush flag for the journal log and the expert log? Thank you and kind regards, chinaski