chinaski
chinaski
Friends

Add friends via their profile or user search and you will be able to see if they are online

chinaski
Added topic 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
chinaski
Added topic 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
chinaski
Added topic 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
chinaski
Added topic 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
chinaski
Added topic 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
chinaski
Added topic 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=
chinaski
Added topic 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
chinaski
Added topic delayed journal log
Hello, when a stop loss is triggered or takeprofit or a pending order at all, this event (order activated,closed due to..) is not written immediately to the journal log. All other order events are written to the log once they happen. I want to write
chinaski
Added topic DealType is buy for Sell transaction
Hello Community or Support, when i catch a sell order transaction for a simple Gold SELL MKT order, i get this transaction sequence: QN       0        14 : 49 : 25.391
chinaski
Added topic Are ressources cached?
Hello, have the problem that a button bitmap is not changed, even i changed the bitmap #resource "\\Images\\ expert1 \\bt.bmp" ... #define bmp_bt "::Images\\expert1\\bt.bmp" ... CBmpButton bt; // create button... bt.BmpNames( bmp_bt  
chinaski
Added topic Filling Type problem. Error 4756
In order to avoid problems related to filling type, i do the following before making a send request: long filling_type= SymbolInfoInteger (_symbol, SYMBOL_FILLING_MODE ); When doing the request, i pass this filling type: MqlTradeRequest request={};
chinaski
Added topic AccountInfoInteger fails
Hello, in my indicator i need to query login. long my_login= AccountInfoInteger ( ACCOUNT_LOGIN ); This happens outside OnInit. When multiple charts have this indicator attached, it happens in some charts, that my_login=0. So  AccountInfoInteger
chinaski
Added topic SOME! Dialog Elements are not visible
Hello, i have a strange problem and just want to post it, first, without code. I have CAppDialog derived Dialog with some CLabels, CButtons etc. All this in an indicator. When i attach this Indicator to a chart, all is fine. Switchting timeframe, all
chinaski
Added topic #property version not reflected
Hello community, i have the problem that my version is always indicated as 1.00, when i attach my indicator to chart. I mean what you see on page "Common" as version is always: 1.00, even my property is "1.20". Could not figure out the problem. The
chinaski
Added topic Creation date of Indicator
Hello, is it possible to get creation date of a specific indicator (mql5/indicators/<file> ? This code seems not to work:    string path= TerminalInfoString ( TERMINAL_PATH );
chinaski
Added topic Unwanted reset of CCanvas position
Hello, i need a canvas in my indicator. The canvas should be pegged to current close.  For this, i change it's position in OnCalculate. The problem: When i switch between charts, very often the canvas position is somehow reset to the mid of
chinaski
Added topic SeriesInfoInteger returns 0
Hello, i have the problem that     SeriesInfoInteger returns 0 in my indicator. When i switch timeframe to another and back, it returns a valid value. Have no idea how to fix this. Even when i repeatetly call     
chinaski
Added topic iBarShift fails after call of CopyRates
Hello, i came across a problem that iBarShift returns -1, when CopyRates returns less bars than requested and i call subsequently iBarShift . This is demonstrated by the indicator attached. This unexpected behaviour should be fixed. // apply to
chinaski
Added topic Ticket not selectable for position
Hello, i have the problem, that a just opened position by  CTrade::Buy is not selectable PositionSelectByTicket (ticket) The position is opened, ret result is 10009. The ticket is valid but  PositionSelectByTicket fails. Why ? Thank you
chinaski
Added topic Indicator not shown sporadically
Hello, i have an indicator with 12 lines. Sometimes, when switching timeframe, indicator lines disappear. There is no crash, because other functions of indicator still work fine, also no error in the log. Where should i look ? (MT5). Thank you