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: numbers - curve discrepancy
Hello, in my backtest result is see a relative drawdown maximal of 24.24 %. The backest is over 259 trades. The problem: I can't reproduce this value visually in the equity, balance curve. Find attached 3 files zipped : The backtest results in
chinaski
Added topic Open Files during backtest
Hello, when i place a file into folder files i can open this file when running or debug my expert. But when i run the backtest, the file is not found. Ok, after some research, i found the property tester_file . When i add this to my code
chinaski
Added topic Detect stop loss or take profit
Hello, how to detect stop or take profit ? It seems that transaction is not providing this information. This is a transaction protocol of a single in and out by stop loss: HK       0       
chinaski
Added topic Z-order meaning
A question for z-order. I have a rectangle and within the rectangle an edit field. The rectangle should be moveable. It is created with z-order 0. The edit field with z-order 1. When i click into the edit, the rectangle moves sometimes, what should
chinaski
Added topic Visual Performance
Hi community, i have an expert with some gui objects, buttons, editfields, arranged below a rectangle. When the rectangle is dragged, all the objects in it are moved accordingly. I run this on MetaTrader 4 as well as on MetaTrader 5.  The code
chinaski
Added topic event CHARTEVENT_OBJECT_DRAG not called
Hello, i just want to code a rectangle which should be moveable, when dragged. Unfortunately, i get no  CHARTEVENT_OBJECT_DRAG called. Is there any setting in MetaTrader 5 or a "ChartSetInteger" to be called in order to get it work? I played
chinaski
Added topic Problem debuggin
I have problem when debugging. This occurs somethimes but not always. MetaTrader 5, vs 1755. I Press F5 in order debug a script. Script is running in Chart A, GBPUSD. All fine. I click in chart B,EURUSD, want to place an order. I press  F9 for
chinaski
Added topic MetaTrader 5 position handling question
Hello community, i just wonder about MetaTrader 5 is handling positions like MetaTrader 4. Example: Buy EURUSD 1 lot SELL EURUSD 1 lot In the end you have 2 different positions, one long, one short. I remember in previous versions you had a net
chinaski
Added topic CHARTEVENT_KEYDOWN question
when you focus an OBJ_EDIT. Please have a look on this code: void OnChartEvent ( const int id,                    const long &lparam
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.