Forum

Strategy Tester: CChartObjectTrend - How to decide into which Window the lines will be drawed!?

Dear Experts, I encounter the issue that the Lines are drawn into the "first Window" but not into the Window where I want them to be seen... So: I´m doing this for PERIOD_15, PERIOD_H1...: //SNAP ..... if(CopyRates(_Symbol,PERIOD_M15,0,500,rates_M15)<0) { Print("Error copying

EURUSD: rates base receive error

Dear Experts, could you pls support on this one? After updating to the newest build I´m receiving the above mentioned error message when starting the Strategy Tester. Could you pls advice what this error message says - or better - what I have to do? Thank you so much! Best, Thomas

The Sell order request could not be completed -error:4756

Dear Experts, could you pls help me on this one? What might be the reason for this error? I checked "OrderCheck(mrequest,mcheckresult)" and I receive error 10013 - any idea? Best

Release Date Next Build

Dear Experts, is there an official/inoffical planned release date for the next BUILD of Metatrader you can share with us? Thanks

Operation FileOpen failed, error 5004

Hi Experts, when starting the " Strategy Testing " then the above error message is shown. When taking a look to the path: c:\Programme\Metatrader 5\tester\agent-127.0.0.1-3000\mql5\files\ The files to be opened seems to be deleted by "someone". When I copy them by hand into this directory and then

OnTick Critical Error

Hi Experts, up to now the Strategy Tester worked fine but today - suddenly I´m receiving this Error Message and I don´t have a clue what it´s about. Can you pls help? 2011.11.08 08:09:11 2010.07.06 14:55:00 Access violation read to 0x00000E49 in 'C:\Programme\MetaTrader

Problems when reading a txt.file

I have generated a txt file containing just "Hello World". When opening the file by using this code I don´t see the expected text "Hello World" but only "squares" inside the Journal Window of the tester. Any idea? string ReadPatternFile() { string PatternString; int

Placing a Label "xyText" in a Window to a certain Price/Time

Dear Forum, I just want to place some text inside a Window onto a certain position. I get it done by using x/y coordinates but not when using: ObjectSetInteger(0,label_name,OBJPROP_TIME,Time); ObjectSetDouble(0,label_name,OBJPROP_PRICE,Price); Do you have some sample code on how to place text