Hi Pointone,
The problem is (and I know this from my production trades), is that you quickly run out of margin.
By way of example (remembering all trades are entered with a 2% stop loss).
25k equity
20.00 entry price.
Risk/share = 20 * .02 = 0.40
1% equity risk = 250
2% equity risk = 500
5% equity risk = 1250
10% equity risk = 2500
Shares to buy (& position size)
1% = 250/0.4 = 625 = 625 * 20 = 12500
2% = 500/0.4 = 1250 = 125 * 20 = 25000
5% = 1250/0.4 = 3125 = 3125*20 = 62500
10% = 2500/0.4 = 6250 * 20 = 125000
Reg T (overnight) margins are max 50%. This means that I couldn't hold a 5% or 10% equity risk overnight. I couldn't even do a 10% equity risk on an intraday basis.
At the moment, in my real trading, I am risking 1.5% per trade. This allows me to enter multiple trades (up to 3 full positions and 1 with reduced size) and still be able to hold overnight.
The holding in cash is simply a reflection of not getting any entry signals, perhaps due to the wider market tanking.
I have coded and backtested a script that shorts stocks as well, which provides superior net profits and uses your equity more efficiently, but it has much greater drawdowns. Admittedly, this is only backtested over the last 5 months (a bull market) so may be different in a bear market. You may also not get fills as easily as in a backtest because of the uptick rule. If anyone has 1 minute data for 2001 - 2002 I'd be happy to backtest
