Multi 10:4 Trader EA

Post Reply
User avatar
slipshod
Trader
Posts: 404
Joined: Tue Dec 27, 2011 9:14 am
Location: Australia

Re: Multi 10:4 Trader EA

Post by slipshod »

MrLong wrote:Hey Slipshod,

I didn't realise it was you who did that indicator, I used that indicator last year, nice work.

Andy

Glad you found it useful! Btw someone said earlier that its written for use with EAs - I don't know if there's any thought of using it here, but I've seen other EAs on this site using that indi in absolutely the worst possible way, by calling it continually using iCustom(). That results in massive processing time & a memory blowout. The best way would be to have a chart window open for each pair the EA is trading with the indicator loaded, then the EA just needs to read the global variables - but obviously that means the EA would need the user to set it up correctly else it wouldn't work.

Anyway, sorry for going off topic. Here's to hoping this EA finishes the week off on a good note :) My Cowboy IBFX demo's still going well (see sig), my Pepper account is now down 7% over 2 weeks, my Alpari is flat over 2 weeks. Would love to see an equity curve like the system in your sig there Andy...
User avatar
rosst
Trader
Posts: 280
Joined: Wed Feb 27, 2013 1:11 pm
Location: Austin, Texas

Re: Multi 10:4 Trader EA

Post by rosst »

MrLong wrote:
zentauro67 wrote:I have noticed many of losing trades from this EA happen in "buying resistence" or "selling support" scenarios. Big fan of Slipshod´s s/r indi ( http://www.stevehopwoodforex.com/phpBB3 ... f=27&t=514 ), who is built with an EA approach, i wonder if it would be possible a filter for not taking trades in "proven supports" or "proven resistence" areas, tested 3 or bigger. Both 4h or Daily could work. The choice of avoiding this trades (in spite of 10.4 who does not take much in consideration S/R) would be nice.

Buying a triple top sounds crazy even if it is a perfect 10.4 setup.
Hi,

Yes, I agree with what you are saying, like last week we were taking gold trades straight into the 200 MA, crazy.

But, I have an EA that only takes trades if we have a D1, 200' 55 or 21 EMA as support or resistance, also included in the strategy are the correct D1 Fibonacci lines, for example, to take a long, price would have to drop below one of the R lines move back up above and close, then more than 4 D1 correlated pairs +/- heading in the same direction.

They carry on down in the same direction, this is where the trader comes into play.

I also programmed the EA when we have a trade rolling and we have one of those S/R lines above/below, to alert me we are driving into one of them, do we close the trade? Then price drives straight though them.

The EA can take the trades, but the trader needs to use skill also.

Best Regards

Andy
you always have some good ideas MrLong. Sometimes Bob will only TP at one level I wonder if it would be worthwhile to TP a percent at each level while moving the stop as you already do?...unfortunately your last statement is too true - if you had an EA with 1/2 as much skill as Bob you would have something!
sponn
Trader
Posts: 348
Joined: Fri Jul 20, 2012 9:49 am

Re: Multi 10:4 Trader EA

Post by sponn »

I'm using both 1.09 and 2.0 - OOTB settings with the same broker (Cowboy IBFX). And entrys doesn't math. I have started on Wed evening GMT. 1.09 is 3% up since then, 2.0 is 1% down. Any thoughts ? (both are OOTB).
Fourxxxx

Re: Multi 10:4 Trader EA

Post by Fourxxxx »

I just had a number of trades close and a message saying all trades where closed. This was on 4 different pairs, is this supposed to happen this way? Or is there a setting I have missed that will turn off this?
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

sponn wrote:I'm using both 1.09 and 2.0 - OOTB settings with the same broker (Cowboy IBFX). And entrys doesn't math. I have started on Wed evening GMT. 1.09 is 3% up since then, 2.0 is 1% down. Any thoughts ? (both are OOTB).
Hi,

The difference between v1.09 and v2.00 is the useBoundry, settings, and will make a difference to the trades entered.

In v1.09, useBoundryFilter is all incorporated into 1 setting, and the calculations for that setting are based
on ADR(average daily range).

In v2.00, I split up that useBoundryFilter into 2 settings, useBoundryFilter and useMaFilter.

The useOuterFilter, is to stop the EA entering a trade if the stop price is more than 2 X ADR away from the 240 MA, for that specific pair.

The useMaFilter, is to stop the EA entering a trade if the stop price is less than ADR X 0.25 away from the 240 MA, for that specific pair.

Both filters can be changed by the user.

Andy
nubika
Trader
Posts: 80
Joined: Tue Dec 06, 2011 9:52 pm
Location: Sydney, Hills District

Re: Multi 10:4 Trader EA

Post by nubika »

Andy,

How do you change the stop loss value per trade. Is this value set automatically by the EA?
Sometimes there is no SL value with a trade.

I noticed that after a few good winners, there comes one loss which hits the SL value and wipes out all of the winnings.

I think SL is set too close on version 1.09 and 2.0
Is there a way to disable this?

So far for me version 1.08 rsi_stoch berforms the best.

I really would like this EA to be the best and to perform exactly as per Bob's rule.
Good job so far Andy.

Frank
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

Fourxxxx wrote:I just had a number of trades close and a message saying all trades where closed. This was on 4 different pairs, is this supposed to happen this way? Or is there a setting I have missed that will turn off this?
You may have been in profit and your trailing basket stop may have been hit, you can disable this setting by entering a 0 zero in the basket settings.
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

nubika wrote:Andy,

How do you change the stop loss value per trade. Is this value set automatically by the EA?
Sometimes there is no SL value with a trade.

I noticed that after a few good winners, there comes one loss which hits the SL value and wipes out all of the winnings.

I think SL is set too close on version 1.09 and 2.0
Is there a way to disable this?

So far for me version 1.08 rsi_stoch berforms the best.

I really would like this EA to be the best and to perform exactly as per Bob's rule.
Good job so far Andy.

Frank
Hi,

The SL is set automatically by the EA at the 240ma, but you can enter a stop loss in the stop loss setting and then the stop loss will be whatever pips you set.

If no stop is entered in the trade you may have useStealth set to true.

Andy
User avatar
Jonathan2FI
Trader
Posts: 119
Joined: Fri Jun 15, 2012 9:26 am
Location: Birmingham, Frankfurt, Brussels

Re: Multi 10:4 Trader EA close all

Post by Jonathan2FI »

MrLong wrote:
Jonathan2FI wrote:Hi
I think I am going to have to play sherlock.... aplari 3 trades running in drawdown visable in dash and visable in terminal check respective charts don't like the look of them becuase of PA, slope strength and relationship to 240 and so click on close all open - trades disapear from dash. Make cup of tea..return trades still running (but not on dash) in terminal DD double mmm don't panic or swear at the EA ... a small blip. Any ideas before I start my own research?
no restarts no change of magic no.s
Jonathan
Hi Jonathan,

Do you have a shot of the terminal?

Thanks
Andy

Andy, unfortunantely no screen shot apart from the trade history.
I will wait until a trade is open on alpari - press close all open and confirm with OK for do you really want to close all trades? and report what happens - with screen shots. I like the confirmation since it is possible to press the button and get no response indicating it did not function - I do not believe I did this but suggest hang fire on further investigation until I repeat the action.
Jonathan
User avatar
slipshod
Trader
Posts: 404
Joined: Tue Dec 27, 2011 9:14 am
Location: Australia

Re: Multi 10:4 Trader EA

Post by slipshod »

For some reason myfxbook isn't reading my Cowboy IBFX demo account anymore, so the bar in the sig below is now out of date (should be growth of 4.8%). Unfortunately the EA continued to take trades that immediately ran for the stops across all my demos. Cowboy IBFX is flat for the week, the others are well down. Pepper's balance is -15% on its starting point. Hope everyone else had better results!

I know its not a set & forget EA etc, but there's not a lot of managing you can do when trades are almost immediately in loss & never look to go into profit, other than exit them at a loss rather than let them go further to the stops - but that's taking a risk that they won't turn and run into profit. After all the stoploss is set where it is for a reason, to let the trend assert itself without noise taking you out before it does so. Hopefully next week will be better...
Post Reply

Return to “Nanningbob 10.x”