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 Prevent chart from update
Hello, is there a method to prevent a chart from updating chartobjects until call of ChartRedraw ? Thank you 
chinaski
Added topic No deal profit available
Hello, when open a position and close i can see the profit of this transaction in the deal history along with profit. Not so from within mql:        void OnTradeTransaction( const MqlTradeTransaction& trans
chinaski
Added topic Dragging objects
It seems that dragging with mouse on CChartObject is only possible, when you hit a small square in top left corner of the object. Q:   Is it possible to click ANYWHERE into an  CChartObject  and then allow to drag when mouse button
chinaski
Added topic SymbolInfoTick works not in debug mode
Can anyone confirm this ? Thank you 
chinaski
Added topic file creation fails
Hello, i try to write a file in the file section. The should be created.   string terminal_data_path= TerminalInfoString ( TERMINAL_DATA_PATH ); string filename=terminal_data_path+ "\\MQL5\\Files\\" + "myfile.txt" ; int filehandle= FileOpen
chinaski
Added topic String problem or bug
Hello,  can't get a string member variable initialized. /////////////////////////// /// my_pos /////////////////////////// class my_pos : public CPositionInfo { public :     my_pos ( string symbol= "" ) : CPositionInfo()
chinaski
Added topic label with background color
How to achieve this please ?   CChartObjectEdit - not suitable as you can't disable it CChartObjectButton -   not suitable as you can't disable it Other objects seems not have background or can put text. Thank you
chinaski
Added topic StringFormat - strange behaviour
Hello, have a Problem with StringFormat. The function SOMETIMES writes "(null)" to resulting string and there is no reason why this happens. Find below the code for a complete script demonstrating this:       string get_string( void )
chinaski
Added topic CChartObjectLabel Description problem
Hello, there is a problem with  CChartObjectLabel::Description function . Please look at the sample below. It should print 0 to console as Description is empty.    CChartObjectLabel     x_label; x_label.Create( 0
chinaski
Added topic BUG - trendindicator not visible after attached to chart
Hello MetaQuotes, when trying to add triple EMA to chart, this EMA is not visible as it is always added to chart window instead to open extra data window. No way to change it. (This chart already has 1 indicator in data window). Another chart shows
chinaski
Added topic Expert Advisor unwanted call of OnInit (initialization)
Hello, have EA 'A' and EA 'B'. When attach EA 'A' to symbol USDJPY and EA 'B' to symbol EURUSD, both run well. Now go to MetaEditor and recompile EA 'B', then i see in the Experts Log ( in chronological order from top to down) : 'B' uninitialized
chinaski
Added topic OnCalculate question
Hello, my question is about the order of prices in price arrays passed to OnCalcuate. I know, there are many tags for this subject, however, my problem is this:     Now the problem: The sample below outputs on each tick CURRENT close and
chinaski
Added topic CiMomentum return DBL_MAX
Hello, within an indicator i tried to use CiMomentum.     #include <Indicators\Oscilators.mqh> CiMomentum cMomentum; void OnInit () {          cMomentum.Create( Symbol (), Period (),my_period
chinaski
Added topic dynamic change of ma period - efficient formula
Hello, i am looking for an efficient formular to change period of a moving average. This article    https://www.mql5.com/en/code/75      seems to promise this but after my opinion this is not the case as the recursion used
chinaski
Added topic TERMINAL_DATA_PATH problem
Hello MetaQuotes, - when i do a backtest , TERMINAL_DATA_PATH returns a location below tester -> tester..../mql5/.. where no expert advisor located. - when applying EA to a chart, TERMINAL_DATA_PATH  returns a location below terminal ->
chinaski
Added topic backtest - visible range in chart after test
Hello MetaQuotes, when a backtest , without visualisation has been finished, a new chart window is opened showing trades. Unfortunately, the chart is going over all available data instead of showing the interval selected for backtest. Could you
chinaski
Added topic walk forward optimization
Looking for a walk forward optimization tool for MT5. Thank you 
chinaski
Added topic Watch trades from backtesting in charts
Hello, is there a way to pick a trade from tradelist in Strategy tester and watch this trade in chart by one click ? Can't believe this is not possible. I mean huge timeframes quickly get  unclear without such a feature. To click on trades and
chinaski
Added topic List of trades from strategy test run
Hello, is it possible to get a list of all trades from along with profit (wihout having set a stop or profit target) and then to double click on trade and chart scrolls to this trade ? I found list of trades only when visualization enabled but no