chinaski / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
chinaski
Added topic change text of OBJ_EDIT in chart event
Hello, i have a problem that i can't set the text for an OBJ_EDIT when being within chart event. The goal: When the edit field is clicked, i want to set a new text. This is not working. Please check the script. How to accomplish this
chinaski
Added topic click button
Hello, i want to provide a click button in my expert which behaviour is the same as any normal button. So, when mouse is over button and left mouse button pressed, the button should change into pressed state. Unfortunately, i get no such LBUTTON_DOWN
chinaski
Added topic No information when moving over bar
Hello, in MT4 when you move over a bar in a chart, you get the O-H-C-L information. Not so in MT5. What is the reason for that ? I just want to know about this drawdown. Thank you
chinaski
Added topic No Maring Information
Hello, is it normal to get no margin information ? 0 = SymbolInfoDouble (symbol, SYMBOL_MARGIN_MAINTENANCE ); 0 = SymbolInfoDouble (symbol, SYMBOL_MARGIN_INITIAL ); CSymbolInfo si; si.Name(symbol); 0 =si.MarginLong(); 0 =si.MarginShort(); All zero. I
chinaski
Added topic getting symbol information for external symbol in backtesting
Hi, SymbolInfoDouble, GetSymbolInfoTick, all those functions are answered with error 4106 in testing mode . Symbol unkown or not selected. SelectSymbol fails because of backtest mode. In my expert i use multiple symbols and need bid and ask of extern
chinaski
Added topic Expert not updated
Hello, am i alone with the problem that my expert gets not updated for backtest when changing the code, compiling without errors ? This happens sometimes. Deleting .ex4, running backest throws an error "tester cannot load..." So the correct EA is
chinaski
Added topic OrderSend error #138
Hello, in backtest i get this order error 138 . This is my code. RefreshRates (); MqlTick tick; if ( SymbolInfoTick ( _Symbol ,tick) == true )
chinaski
Added topic Bid and Ask in backtest
Seems to be the same. Is this generally the case ? Also MqlRates spread == 0. Is this normal ? Thank you
chinaski
Added topic MetaTrader 4 History Center
Hello guys, sorry for stupid question, but what is the purpose of the history center ? I have the feeling, that i am continuously have to run for historical market data. Not each time but very often when i open the history center, for
chinaski
Added topic EA disappears in Market
Hello, i am looking for a specific EA in the market and it happens that i can sometime see it and when starting next it is disappeared. Is there any rule how EAs are shown in the market page ? Thank you
chinaski
Added topic MetaTrader 4 setup file installs MetaTrader 5
Hello guys, i need an actual MetaTrader 4 setup file. Unfortunately, when downloading setup file from MetaQuotes http://www.metaquotes.net/en/metatrader4/trading_terminal this online installer installs MetaTrader 4.
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
: