Forum

Mt5 GUI Freeze during optimization using local network agents

Hi everyone, for several days now, I've been experiencing problems with my MT5 during optimization runs: In addition to the local agents, I use Local Network Agents on several computers. This has always worked well, but for about 2 weeks, after an MT5 update was installed, I've had the problem that

Invalid Stops using my multisymbol Expert

Hello everyone, I'm encountering a peculiar issue with adjusting my Stop Loss in a trailing manner and am hoping someone can shed some light on this for me. Below is the function I use for trailing the Stop Loss: void CPM::TrailingStopLoss( string pSymbol, ulong pMagic, int pTSLFixedPoints) {

Can remote agents write CSV files while optimizaiton ?

Hi forum, ich have an EA which is writing a special CSV file for further analysis. If I optimize the EA the local agents can write in the same file. But Id like to use all the remote agents on my several computers. Im not sure, but is there a possibility to access these files or can remote agents

Mofifying an Pending Sell_Stop order brings 10030 : unsupported fill

Hi Forum , I placed an an sell_top order. But If I want to adjust the stop loss and the order price , I get allways the 10030 : unsupported fill error. The modfiyfunction does not take the ENUM_ORDER_TYPE_FILLING paramenter , therefore it must be a problem from the before placed order !? I use the

Mt5 Backtester does not show my indicators

Hi Forum , im trying to use a simple MACD example Advisor. During the visual backtest I would like to see some indicators like OSMA and Moving Average... therefore I saved a normal chart with these indicatores attached with the name of my Advisor. When I start the backtest, the seperate windows of

How to get Scroll Information in my Indicator sub-window WHILE scrolling ?

Dear Forum , with my Indicator Im evaluating tick data to paint some graphical objects in a subwindow. the objects doesnt have any releation to the time information of the x-achsis of my chart. Therefore I did not connect the objects to any timeseries like the way would be implementing an indicator

Questions about License and the Product name Metatrader

Dear Metatrader Team, I would like to know if I am allowed to announce on my webpage my services for EA programming. If so , am I also allowed to use the words "Metatrader" and "Expert Advisor" ? Thanks for your help, regards, Filip

Backtesting : Problem with Forwardtest ...

Hi Forum , Iam backtesting my bot. I have to Trailingstop paramenters : Trailing_Distance and Trailing_Step. It doent make sence if the value of Trailing_Step is higher than the value of Tailing_Distance. Therefore I check these both values at first in my Ontick(): if (Trailing_Step >

Invalid Volume / Not enough Money

Hi Forum , Im experimenting with Lot sizes... In my case I try to set the greatest lot allowed. To get this value , I call the function : acc_info.MaxLotCheck(_Symbol, ORDER_TYPE_SELL ,price,100); which gives me a 7.03 If I do a Sell marketorder with this volume I get the following error: 2013.01.09

local multi agent testing : sometimes all agents are in status "finished"

Hi Forum, Im testing my EA using all local mashines I have. The agent network is working pretty fast, but sometimes I can see, that more or less all agents are waiting in the mode "finished" b/c the maybe the dont receive more jobs from the master terminal - so im loosing time. Is this a bug , or