Friends

Add friends via their profile or user search and you will be able to see if they are online

Filip
Added topic 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
Filip
Added topic 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
Filip
Added topic 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
Filip
Added topic 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
Filip
Added topic 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
Filip
Added topic 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
Filip
Added topic 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
Filip
Added topic 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
Filip
Added topic 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
Filip
Added topic 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
Filip
Added topic PositionsTotal() returns 0 while an pending stop order is placed...
Dear Forum, Im traying to handle my placed orders, as I found in many threads usually it is handled by the following loop : for ( int  i=0;i< OrdersTotal ();i++)        if ((order_ticket= OrderGetTicket
Filip
Added topic Principal question : how to handle my indicator issue ... (basic)
Hi Forum , maybe someone can help out with this basic question: In my Indicator I want to calculate the extremest values of each osma intervall ( high an low). to do so , I loop through the values like this :   
Filip
Added topic when backtesting my EA visual it opens hundreds of subwindows
Hi Forum, Iam testing my EA visual. In this EA I use a custom indicator which is started by icustom. After stoping my EY it shows me hundrest of parallel subwindows. I dont think this is normal, in earlier times I never noticed such a behave. Sure
Filip
Registered at MQL5.community
Filip
Added topic the annoying issue with the backtesting...
hi forum, the last two weeks i made a life test with my EA wich in most of the times runs pretty good. the result was really bad, and i testet the same period with the same mashine in the strategy tester . the results were completely different ! in
Filip
Added topic Live Trading : Error 130 Market Order
Dear Forum, I have a strange problem if my EA runs in realtime: after a pending order is changed in a market order I most of the times get a 130 error. With backtesting this never happend ! I re-read the tutorial. The only obligatory limitation is
Filip
Added topic wich indicator gives an average of the movement for a given period
Hi Forum, I need to know how much up and down movement in a given period happend. in my case its important to know if the price went up or down mor or less straight or if the price was moving up and down and up and so on... Im sure the muste be a API