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 Backtest Market Data and the real chances
Hello guys, just was about to make a backtest for German DAX and was disappointed about the poor data provided. My broker (ActiveTrades) told me, sorry, but this is best data quality we have. If you need more, try Equity Clock.   Did not find
chinaski
Added topic Build 1241 Compiler crash, runtime crash
Hello, compiler:  i newly have problems with compiler of build 1241. There is one expert which keeps the compiler crashing. I could find the row which - when outcommented - removes the crash but i could not reproduce this issues with simple
chinaski
Added topic Live update problem
Hello, i have 2 real accounts with same broker.  To run both accounts simultaneously, i installed 2 MT5 clients and start them with flag /portable.   So far so good. My problem: Only 1 of those 2 MT clients is getting live update the other
chinaski
Added topic OrderCloseTime what time zone
Hello, what timezone has OrderCloseTime().   1. LocalTime() 2. TimeCurrent() (Servertime ?)   Thank you 
chinaski
Added topic Historical data storage policy
Hello, when the chart or the backtester requests for historical data, does this means those data are always downloaded from server, regardless, if some data already on local machine. Or does it only fill gaps ?        Thank you
chinaski
Added topic OrderCloseTime in local time
Hello, how to get the order close time local time. Has OrderCloseTime always then same timezone as TimeCurrent, server time ?   Thank you 
chinaski
Added topic Different compilers for scripts and experts ?
Hello, when having a for loop  in a script   void function( void ) { for ( int idx= 0 ;idx < 10 ;++id) { ; } for (idx= 0 ;idx < 10 ;++id) { ; } }  no compiler error. Having same in an expert, i get a compiler error about unknown
chinaski
Added topic CPositionInfo Problem
Hello, i have a problem with CPositionInfo: It seems that after on OnTradeTransaction event type= ...ORDER_ADD CPositionInfo.Select(transaction.Symbol) sometimes provides volume BEFORE this fill and sometime INCLUDING the fill of this
chinaski
Added topic Looking for expert returning ~5% per year
Can anyone make suggestions ?  Mean, really reliable experts. Just like prevent my money from being melted by zero rates. Thank you 
chinaski
Added topic DLL newly returning garbage with MT5 build 1036
Hello, have a DLL with a function returning string (wchar_t*), so unicode. The DLL was not changed since long time and work 2 weeks ago with MT5. But with new build, this DLL newly return garbage. The DLL has log, where i log the value returned right
chinaski
Added topic CopyRates problem
When i do a copy rates with start index=0, count=2, then rates[1] seems to be the latest bar as i tested by a small script. void test2( void ) {                  MqlRates
chinaski
Added topic Indicator data not shown
Hello, have a strange problem. Data of my simple indicator are not shown, if the outside a specific level BUT still in scale range. The code below demonstrates this. If you select threshold >= 0.9, you can't see any dot in the indicator value. The
chinaski
Added topic OnCalculate - which price passed
Hello, anyone can say what price is passed to the OnCalculate function: bid, ask or last ? Found nothing about in the documentation. 
chinaski
Added topic CTrade requote
Hello, can anyone help how to solve the requote problem. If i do a buy or sell with CTrade, i get sometimes no transaction because there was a requote. (I set also the SetDeviationInPoints to 100, would should not be the solution in real trading)
chinaski
Added topic No Position id in MetaTrader5 Panel
Hello, anyone knows what happened with positionid ? Can't see it in MetaTrader5 anymore. (There is a column name ID which is always empty). Also, some orders have no ticket. So no ticket and no positionid. The history shows deal and orderticket
chinaski
Added topic cannot open the output expert file
Hello, have an Expert Advisor and can't touch to chart. No error, no message, nothing. (Experts allowed -> others work). When i open the Editor and try to compile it, i get the message : "cannot open the output expert file ". Anyone
chinaski
Added topic Script-Global objects (singleton)
Hello, I'd like to create a script global object, like a singleton, which is only created once but available across all ExpertAdvisors. Say, new myClass : public CObject ...  Then use a pointer to the only instance of this object in all
chinaski
Added topic calculate exact costs of a market move
Hello, many posts here are about this problem. However, it seems this is not solved and the desk did not answer for this so far or in russian language. The Problem: i do a trade , entry at price p1 and exit at price p2.  MetaTrader  shows
chinaski
Added topic Get last date of test period
Hello, how to get the last date of testperiod from within strategy with MQL5 . Thank you 
chinaski
Added topic XAGUSD costs
Hello, i tried to calculate costs in account currency for a XAGUSD move. My formula for this  points  * volume * point_value  points is the number of basis points of this price move. The move was from 22.68 to 20.06. As a point is