Hi everyone,
I have been developing different strategies for awhile now. So far I have two that I am thinking of doing some live testing on.
When I live test them I will use probably 100 shares per trade or just an equal amount of money per trade.
Anyway which do you guys think will be better to test first.
Both of them use the same set up but the profit taking is different.
1: 95% win rate, W/L ratio: .5
I have backtested for the past ten years on about 300 different stocks. The results do vary but only by a slight amount. The above is an average.
2. 70% win rate, W/L ratio 1.5
Again I have backtested this for many years on a range of securities.
Anyway heres a little background on what these do.
I use daily data to take a 'guess' on what the next day will do. In the morning, if the price opens within a range, then it buys in. The 95% w/l strat sells at a .05% gain. The other one holds off untill the day closes and tries to sell at the close.
ONe more question: How difficult will it be to buy in at the opening price. I will need to be able to see what the price has opened at before the decision is made to buy. Therefore I cant use MOO or LOO orders... :/
Oh, I am automating it, using java though IB DDE...
I have been developing different strategies for awhile now. So far I have two that I am thinking of doing some live testing on.
When I live test them I will use probably 100 shares per trade or just an equal amount of money per trade.
Anyway which do you guys think will be better to test first.
Both of them use the same set up but the profit taking is different.
1: 95% win rate, W/L ratio: .5
I have backtested for the past ten years on about 300 different stocks. The results do vary but only by a slight amount. The above is an average.
2. 70% win rate, W/L ratio 1.5
Again I have backtested this for many years on a range of securities.
Anyway heres a little background on what these do.
I use daily data to take a 'guess' on what the next day will do. In the morning, if the price opens within a range, then it buys in. The 95% w/l strat sells at a .05% gain. The other one holds off untill the day closes and tries to sell at the close.
ONe more question: How difficult will it be to buy in at the opening price. I will need to be able to see what the price has opened at before the decision is made to buy. Therefore I cant use MOO or LOO orders... :/
Oh, I am automating it, using java though IB DDE...