Develop the old ways! Backtest with 25% quality... JOKE!
- #2,005
- Dec 6, 2010 11:09am Dec 6, 2010 11:09am
- Joined Dec 2006 | Status: Backtest is meaningless (to me) | 2,176 Posts
BASKET TRADE Management: Using multiple trade management EA's on basket trades 11 replies
Basket Knights - A Basket Trading Round Table 1,313 replies
Relative Strength Basket Trading System 3,479 replies
Simple Basket Trading system 61 replies
TMS basket: Dashboard for a basket of MA-Filtered RSI Signals 135 replies
DislikedThe hedge is a very good idea, I was using it in a "non loss" system. It can give a second chance and it's great for "freeze" the loss.Ignored
DislikedAbout balancing the trades to form a perfect hedge, as you said very tricky indeed. Every detail of each order will need to be saved in an array of some sort to make this happen as each order was placed at different currency values. For some reason my calculations always gives me an extra variable with no equation so that means I have two variables unaccounted for so will need to program some kind of iterative algorithm to find a solution.Ignored
DislikedWe're talking about different things I believe.
You seem to be talking about the simple part -- placing a perfect hedge on open positions.
I'm talking about the TACTICS. Once we've opened our perfect hedge, which itself is very easy, now what? What actions does the EA take over time in terms of adding more trades or closing them, taking into account that we can make no assumptions about what the market will or will not do in the future?Ignored
DislikedMC,
At the beginning of the phantom 6 system you seemed to be favoring the 02a. Are you still testing that one? I'm getting very good results and considering going live with it. thanksIgnored
DislikedThe AddSix_02a started out shaky for me with no closure for 8 days. I did see it in good positive territory during that time several times but it couldn't quite reach my TP. It had opened more than 70 trades in that basket. Since that time with a slightly higher lot size I haven't seen it go more than 20-25 trades in a basket with most baskets having 15-20 trades. Sure wish this could be back tested to see a worse case. I think someone had a script to do that on one of these phantom threads but I cant find it again. If I could see the 02a survive...Ignored
DislikedFinally I made it almost through all posts....yikes...
I had one of the very first versions running on a demo and also encountered a huge DD, but it always closed eventually with a small profit.
But the reason I am writing:
Why not using a script which you just pull onto the chart to close all open trades when they have a profit ( I mean especially when you have a gazillion trades open already ) ?
This way you get rid of the bunch of trades, get a profit and can start fresh....
Just a thought...Ignored
Disliked.....Why not using a script which you just pull onto the chart to close all open trades when they have a profit ( I mean especially when you have a gazillion trades open already ) ?
This way you get rid of the bunch of trades, get a profit and can start fresh....
Just a thought...Ignored
Dislikedwell... because that just makes too much sense, way to easy and doesn't beg the coders to keep going for the perfect eaIgnored
DislikedHi,
Is there any way that the close all function contained within the EA itself can be made to work quicker. It is not unusual to take over 30 seconds to close baskets of upto 20 trades so that we are largely guessing at the PP result.
Sure, sometimes we get more than we bargained for - but more often it's less.
I'm not winging - but it would be an improvement.Ignored
DislikedHi,
Is there any way that the close all function contained within the EA itself can be made to work quicker. It is not unusual to take over 30 seconds to close baskets of upto 20 trades so that we are largely guessing at the PP result.
Sure, sometimes we get more than we bargained for - but more often it's less.
I'm not winging - but it would be an improvement.Ignored
DislikedJust run one of the mt4 tick sender apps, it will speed up closeall functions.Ignored
DislikedHi,
Is there any way that the close all function contained within the EA itself can be made to work quicker. It is not unusual to take over 30 seconds to close baskets of upto 20 trades so that we are largely guessing at the PP result.
Sure, sometimes we get more than we bargained for - but more often it's less.
I'm not winging - but it would be an improvement.Ignored