Forum

Why have some many experts 10 activations

I just wonder about this distribution. Every second click or more on any of the experts in the market show 10 activations. For me those values are not trustable because of this. Appreciate your opinion

How to evaluate Commercial Experts before purchasing

Hello Community, i just figuring out, what expert in the market is might really suitable for me. So far, could not get the demo installation to create a single trade. Instead i get various errors, like 2024.01 . 16 17 : 34 : 12.377 Core 01 2021.08 . 01 00 : 00 : 18 CTrade:: OrderSend : market buy

Imprecise double number calculation

Hello community, came across a strange problem: It seems that calculations of double numbers can get unprecise. The script below should demonstrate this. After a couple of runs, 2 double numbers which should be exactly the same are sooner or later not same. void OnStart () { double NetPosition=

Weird positions of backtest orders

When i run a backtest , orders on chart seem to be placed outside market. How to fix this? Thanks for help

Debugger Watch Variables return after deletion

Hello community, since a couple of months, i have problems to delete variables that are "watched" by the debugger. When i delete them, they disappear but on next debugger run they appear again. MetaTrader 5 Build 3550. Anyone knows how to fix this? Thank you

Cant see text in separate window

Hello community, want to show text in a separate window of an indicator: #property indicator_separate_window int OnInit () { int chart_id= 0 ; int sub_window= 1 ; string name= "my_test" ; if (! ObjectCreate (chart_id,name, OBJ_TEXT ,sub_window, 0 , 0.0 ) ) return ( INIT_FAILED

Feature Request: Optional Flush for journal log.

Hello, the service desk seems to accept feature requests. Perhaps MetaQuotes developer have a look on this. Could you implement an (optional ) flush flag for the journal log and the expert log? Thank you and kind regards, chinaski

delayed journal log

Hello, when a stop loss is triggered or takeprofit or a pending order at all, this event (order activated,closed due to..) is not written immediately to the journal log. All other order events are written to the log once they happen. I want to write a trading journal and so i catch changes in the

DealType is buy for Sell transaction

Hello Community or Support, when i catch a sell order transaction for a simple Gold SELL MKT order, i get this transaction sequence: QN 0 14 : 49 : 25.391 otype_on_sell (GOLD,M1) entry-type= DEAL_ENTRY_IN trans-type= TRADE_TRANSACTION_ORDER_ADD otype= ORDER_TYPE_SELL dtype=

Are ressources cached?

Hello, have the problem that a button bitmap is not changed, even i changed the bitmap #resource "\\Images\\ expert1 \\bt.bmp" ... #define bmp_bt "::Images\\expert1\\bt.bmp" ... CBmpButton bt; // create button... bt.BmpNames( bmp_bt , bmp_bt ); I have 2 machines. One machine is the developer