marsupilami
marsupilami
Friends 1
marsupilami
Added topic Spread vs Commission in ea trading
Hi, on Dax index CFD , for automated trading using proprietary expert advisors A a broker has 2 account types : 1. 0.2 guaranteed bid ask spread and 0.6 round trade commission per Lot 2. 0.8 guaranteed bid ask spread and 0 commission It may look
marsupilami
Added topic retrieve testing dates in tester
Hello, I need to use the number of testing days within an ea (basically test end date - test start date) How can I get it ? Thank you
marsupilami
Added topic Walk Forward Optimization tools on MT4
Hi,  Say I run an  MT4 optimization from 01.01.2016 to 31.12.2019 and then I want to test all strategies from previous optimization on the period 01.01.2020 to 31.12.2020 to eliminate those with poor results (on the basis that they were
marsupilami
Added topic MT4 ea optimization journal
Hello,  I've noticed that in most cases when I optimize an ea the journal remains empty of trades with only "Optimization started" printed in the journal until the end, when some other times it prints all trades of all passes I can't figure out
marsupilami
Added topic Iphone app MT4 history tab
Hi, How can I set the history tab of the MT4 iOS App to « Day » by default ?  Each time I run the iphone MT4 App it is by default on « Month » and when I set it to « Day » it’s ok only until next reopening of the App.  Thanks
marsupilami
Left feedback to developer for job Money Management ea
marsupilami
Added topic Money Management EA
Hi, Is it possible to create an EA that will control all running EAs with features such as : - stop trading all EAs until tomorrow if PNL for the day is above/below xxx % of equity.  Thanks
marsupilami
Added topic Low since last High
Hello, I 'm looking at an expert based on the High over last 10 Bars (H1) I want to calculate the Low since last High was touched Here's what I did but the problem is it gives me the Low since a time equal to the beginning of the Bar where the High
marsupilami
Added topic Different Results in Optimization and Backtests ?
Hi, I am optimizing an ea TimeFrame H1 with every tick (using my own tick data & real spreads) ; it is a high-low based scalper with relatively tight stops/profits.   After it is finished, when I go to "optimization results" tab and double
marsupilami
Added topic moving average of equity curve
Hi, Hello, I'm trying to introduce an equity control within code of ea to improve it.  For example imagine I have an ea called EA1 ; this one will trade in min Lots with its own MagicNumber EA2 will trade with regular Lots, different
marsupilami
Added topic backtesting many strategies at the same time
Hi, I wrote an ea and have run an optimization on Period 1 ( In Sample)   How can I test all the strategies on Period 2 (Out of Sample) at once, without having to do it manually for each of them. Is there a tool, software etc.. tha provides
marsupilami
Added topic faster backtesting and optimizations in MT4?
Hi, I'm looking at MT4 tick-data backtesting & optimizations that take hours/days for intraday scalping strategies. Is there any way to test these strategies much faster ? replacing CPU, outside software that can backtest etc... I have i7-4700HQ
marsupilami
Added topic Market ea won't load anymore
Hello Yesterday all my Market eas (downloaded from Market, free or paid) went Off with a log message that it cannot be loaded from the  Experts\Market directory. This is not the case for my own-made eas still working fine. When I update or
marsupilami
Added topic Volume function
Hi, int start() { Alert ( iVolume ( NULL , 1 , 0 )); return ( 0 ); } This simple code will print number of ticks on the current M1 Bar in a box near the chart. It works fine when I attach the ea to any chart However when I run it as a backtest with "
marsupilami
Added topic closing all orders on a Open Bar based ea
Hi, I wrote an intraday ea for M1 timeframe based on Open so the start function begins like this:   int
marsupilami
Added topic backtesting with pending STOP Orders
Hello, I have noticed when I backtest a strategy using  OP_BUYSTOP or  OP_SELLSTOP  types, execution levels are done at the exact STOP level even when such market execution would'nt have been possible ( gaps...)   Normally if you
marsupilami
Added topic backtesting with pending StopLoss Orders
Hello, I am bactesting a range breakout expert advisor using pending SL orders on an equity index CFD that trades only from 08:00 to 22:00 european time   Whenever a breakout occurs overnight Order gets executed by tester at 08:00 the following
marsupilami
Added topic expert advisors : number of copies sold ?
Hello in the ea market on mql5 can you find out how many copies of  an ea have benn sold/ subscribed ?   Thanks
marsupilami
Added topic multiple expert advisors money management
Hello   If I run a few intraday eas on different charts at the same time, how can I set a simple money management for the terminal such as   if total profit/ total loss from all eas on all charts for the day reaches XXXX/YYYY then close all
marsupilami
Registered at MQL5.community