StockFetcher Forums · General Discussion · Money management question:<< 1 ... 3 4 5 6 7 >>Post Follow-up
markcrisp
187 posts
msg #40849
Ignore markcrisp
2/1/2006 6:19:12 AM

OK..interesting.

I think the big money is made from focus for sure....but all in one is a bit too risky for me. Maybe 2. or 3.


TheRumpledOne
6,407 posts
msg #40851
Ignore TheRumpledOne
2/1/2006 8:27:57 AM

"Trading one stock at a time is fine as long as you don'tput all your eggs in one basket. All it takes is for your stock to get halted once to find you just lost half your portfolio. If you are going to be so high risk it would be wise to hedge with a put option against a long position,IMO."

Perhaps you didn't see the TRADE PLANNER FILTER DISPLAY that I recently posted.

You define your risk BEFORE you enter the trade.

You are correct about trading HALTS.

MAY ALL YOUR FILLS BE COMPLETE.


johnp
17 posts
msg #41137
Ignore johnp
2/10/2006 12:44:16 AM

Well it is going slow, I did do some work on method to get Optimal f value via Kelly formula and Backtesting results.

f=((PF+1)*P-1)/PF

where PF= Profit factor = (gross profit)/(gross loss)
and P= probability of winning trade = (# winning trades)/(trades completed)

using the following code, able to find gross profit and gross loss from each trade's percentage gain/loss

gp=0; %gross profit
gl=0; %gross loss
sum=100;
for i=1:82
t=input('t?'); %trade gain or loss
t=t/100; %convert percent to decimal
if(sum*t)<0
gl=gl+(sum*t);
else
gp=gp+(sum*t);
end
sum=sum+(sum*t);
gl
gp
end

After doing this for a particular backtest, I found
PF= gp/abs(gl)= (1603.51)/abs(-1192.83) = 1.34

I also found stockfetcher Reward/Risk ratio to be 1.34

Stockfetcher uses the following to calculate it.

Reward/Risk Ratio: StockFetcher currently uses a Reward/Risk ratio computed using the following method. First, compute the product of the number of winners and average gain of the winners. Next, compute the product of the number of losers and average loss of the losers. The reward/risk is computed by dividing the winner product by the losing product.

Will both calculations always yield the same results? Are they the same?
If not are they close enough to use Reward/Risk Ratio as short cut?

Continuing with calculation:

Portion of portfolio to risk on single trade for the particular strategy

f=(1.34+1)*(46/82)-1)/1.34
= .23

Note: number of winning trades was 46, total completed trades 82

Approach Information
Approach Name: breakout
Test started on 04/18/2005 ended on 08/03/2005, covering 75 days
Filter used:
breakout (saved filter)

Trade Statistics
There were 92 total stocks entered. Of those, 82 or 89.13% were complete and 10 or 10.87% were open.
Of the 82 completed trades, 46 trades or 56.10%resulted in a net gain.
Your average net change for completed trades was: 1.03%.
The average draw down of your approach was: -6.24%.
The average max profit of your approach was: 8.61%
The Reward/Risk ratio for this approach is: 1.34
Annualized Return on Investment (ROI): 31.36%, the ROI of ^SPX was: 29.52%.

Exit Statistics
Stop Loss was triggered 20 times or 24.39% of the time.
Stop Profit was triggered 0 times or 0.00% of the time.
Trailing Stop Loss was triggered 0 times or 0.00% of the time.
You held for the maximum period of time (10 days) 62 times or 75.61% of the time.
An exit trigger was executed 0 times or 0.00% of the time.

Statistics By Holding Period
 Completed2 day chg5 day chg10 day chg25 day chg40 day chg
Winners:464345525259
Losers:364644383833
Win/Loss Ratio:1.28:10.94:11.02:11.37:11.37:11.79:1
Net Change:1.03%-0.07%0.07%0.65%0.70%4.19%

Statistics By Variable: Match Price
 <15<30<45<60<75<90<105<120<135<150
Completed21:2212:107:12:22:11:01:0---
2 day chg22:1912:145:72:31:21:00:1---
5 day chg21:2110:1510:20:52:11:01:0---
10 day chg23:1914:129:32:32:11:01:0---
25 day chg22:2017:96:64:11:21:01:0---
40 day chg29:1514:128:43:23:01:01:0---

Statistics By Variable: Average Volume
 <10.0M<20.0M<30.0M<40.0M<50.0M<60.0M<70.0M<80.0M<90.0M<100.0M
Completed40:295:30:11:2-0:1----
2 day chg37:384:40:21:1-1:0--0:1-
5 day chg39:363:51:11:1-0:1--1:0-
10 day chg44:336:21:11:1----0:1-
25 day chg45:325:30:22:0----0:1-
40 day chg50:276:20:22:1-1:0--0:1-



four
5,087 posts
msg #127716
Ignore four
3/25/2016 10:38:21 PM

pop

StockFetcher Forums · General Discussion · Money management question:<< 1 ... 3 4 5 6 7 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.