- Search Metals Mine
- Ezios replied Aug 17, 2018
I think 2 ma cross or 1 ma cross strategy is an universal for all instruments. The problem is to find for each instrument the right setting of the ma. The ea is somade that you can change the parameters and try until you have found the right setting ...
Very nice trade manager EA with source codes
- Ezios replied Aug 17, 2018
Yesterday I found a good set for eur usd h1 . I am making the same backtest with v3 and v4 to see the difference. But... i dont want to past my life backtesting... so when found a good setup i will put in demo account for eurusd and gbpusd to see ...
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
here is v4 but no improvement in eurusd.
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
in the backtest that i made and posted it gave 83 eur for 8 month in a balance of 10.000. It dont seem to me that 83 eur is 4.000 dont you think?????
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
at least a 30 or 40 % of my money per year. i have now an account of about 12.000 euro
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
i I looked into the code and realized that closure of orders is not handled by ea. so orders are closed or by trailing stop or by stoploss or take profit. so i will do last effort and add a closing of orders inside SuperSignal() function. We will ...
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
for a demo testing i can to attach this ea to all 28 pairs and se what it appens we will see......
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
I upload my backtest. is not so impressive the profit:
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
Ok we do a thing: attach this last set ea to eur usd 1h and gbp 1ud 1h chart in demo and will see how it goes.... what you think??? forword test
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
is not good profit factor.... also if the dd is very low but also the profit is low... we must to improve this... but im not good trader i told you. only to code.
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
if you are sure this indicator not repaint and give me the lines for open short / open long / close short / close long i will modify the ea on wich we are working to work with this indicator... wait for your support.
Pipmaster trend pro EA
- Ezios replied Aug 16, 2018
now i am in the office. In my home there is a backtest going on. when this evening i will return home and bacvktest is finisced i sill post. I am doing eur usd 1h. i suggest do backtest in h1 no in daily.
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
if you want to be sure the 2 ma settings dont affect the supersignal put 0 in all parameters of 2 mas. in this way we are sure for the result. @terminator it trades but use on demo only we are testing now.....
Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
in theory it must be the same results... but..... to mee it depends on mt4 how it does the ticks..... the timeframe in the ea is in the lines that you gave to me.... if there is an error is in the platform

Very nice trade manager EA with source codes
- Ezios replied Aug 16, 2018
correct... simply change stepmaShift from 1 to 0....
Very nice trade manager EA with source codes
- Ezios replied Aug 15, 2018
small update.... I fixed the p/l value wit 2 decimals and i reduced the number of orders shown in the report . Too many lines scrolling in the screen. Now I show only last 2 orders and the total profit is allways visible (i use visual backtest). ...
Very nice trade manager EA with source codes
- Ezios replied Aug 14, 2018
Ok try it... I added UseStepMa=true . Perhaps it's not a bad idea to find a set for a timeframe of 30 or 15 to catch the price movement... dont know i am programmer no good trade.... here is.....remember to compile the indicator and to put it in the ...
Very nice trade manager EA with source codes
- Ezios replied Aug 14, 2018
so... as i understood its a more filter to supersignal to open buy or sell.... so i can add UseStepMa=true and the robot will use it for filter for open buy / sell the supersignal trades.... Hope it will improve profits

Very nice trade manager EA with source codes
- Ezios replied Aug 14, 2018
I can add this but you have to explain the logic: 1 - this replaces SuperSignal? 2 - what to do when signal is +1 or -1 ? 3 - when to close the buy/sell... i need to have the logic of this.... 4 input parameters for the indicator or use default??? ...
Very nice trade manager EA with source codes