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 Binary ex5 usability
Hello, i have question about .ex5 binary. When you like to protected your software, you should provide .ex5 only and not mql5. When a new version available, those binaries may be need to be recompiled. My question: Is there any problem on customer
chinaski
Added topic demo server running over weekend
Hello, anyone knows a metatrader 5 server which runs over weekend ? Thank you for answer 
chinaski
Added topic Detect stop trigger in OnTradeTransaction backtest
Hello, i try to detect a stop execution in my EA. Unfortunately, i get only  DEAL_ENTRY_IN provided by  MqlTradeTransaction passed to OnTradeTransaction. This seems only to be the case in backtest. Anyone know how to reliable detect a
chinaski
Added topic open and close values in array always identical
Hello, find below a smal ea which demonstrates the problem: When using CopyOpen and CopyClose, values of open and close of last index (highest) always identical.  int minbarcount= 10 ; int lastbarcount= 0 ; int OnInit () {
chinaski
Added topic Detect Market for symbol closed
Hello, need a function to detect if a market is closed for FX symbol .  My solution   bool market_closed( string symbol) {      if ( StringLen (symbol) > 1 )     {
chinaski
Added topic Disappearing Files
Hello, has anybody else the problem, that files below       user/..../cryptic_folder/mql5/files...  can disappear ? This seems to be a strong problem that suddenly - if you start MT5 next time - files are deleted or restored to an
chinaski
Added topic How to get closest Stoplevel
Hello, Have a position for Symbol x and need to know the closes StopLevel that would be accepted by trade server. How to do this ? Thank you 
chinaski
Added topic Market Activity
Hello, is there a method or trick how to detect market activity, like detecting ticks WITHOUT using EA, script or inidcator ? Thank you 
chinaski
Added topic How to access News and Calendar
Hello, i am looking for comfortable inbuild functions to access News feed and or calendar. I searched in the help and found nothing. Any information about this would be useful. Thank you 
chinaski
Added topic Need strategy
Hello, need a strategy which makes 20% per month for at least the next 5 years. Just attach to this thread. Thank you. 
chinaski
Added topic How to remove dynamic objects from indicator
Hello, my indicator has some new xobject. When the indicator is detached, i get memory leaks as there is no onDeinit method. How to catch the detach event ?  Thank you 
chinaski
Added topic How to fix CChartObjectLabel to time and price
that way, that even if you scroll the chart, the label remains fixed to time and price. Thank you 
chinaski
Added topic EA execution lost in nirvana after other EA recompiled
Hello, i have 2 EAs. EA "a" is attached to start and has an endless loop in init() and start() EA "b" is not attached to start.   No i recompile EA "b" and then EA "a" loop isn't called any longer. Last message in console is Initialized. This is
chinaski
Added topic Can't copy text from help
Hello MT team, i can't copy text from your help. For an effective work, this would be fine. Thank you 
chinaski
Added topic Definitions not found
Very often, when browsing code and there are more files (.mqh) involved, MetaTrader Editor does not find definitions of class members even if they are in the same file.   (Remembers me to Visual studio )
chinaski
Added topic Floating charts please
Hello MT, could you please implement float charts. So free floating chart windows. This would be a tremendous improvement giving trades much more survey about what happen. Thank you 
chinaski
Added topic Switch Position with stop and target
Hello, when switching a position, stop and target get lost. What is the best synchronus way to reattach stop and target, using CTrade::PositionModify ? So the squence is:   1. OrderSend 2... ?  3.   CTrade::PositionModify  
chinaski
Added topic After update source changed
Hello MetaTrader guys, just had a MT5 update and after this update compiling of my sources fails. Reason: Suddenly - and this is not the first time reported - one of the sources turned into a far earlier state even dozens of times been saved and
chinaski
Added topic Global Class instances (to use across EA or script)
Hello, anyone knows how to achieve this: instantiate a custom class object in script1 and use same instance in script2 ? Thank you 
chinaski
Added topic CSymbolInfo::SessionAW does not work
Hello, CSymbolInfo::SessionAW()   always returns 0.  Same for   SymbolInfoDouble(Symbol(),SYMBOL_SESSION_AW)