The exercise pretended I had $204000 capital at the start. Brokerage is $30 per transaction ($60 per round trip). Example 1 invested up to 34 positions maximum at $6000 each.
with a swing from 20 to 80 on a weekly stochastic oscillator? Details of that particular company, entry date and entry/exit prices will be fine if you have them. Thanks.Largest Winning Trade/(Date-Time): $184,899.23 (9/07/2007)
PositionQty = 34;
PositionSize = 6000;
PositionScore = Random();
SetOption ("UsePrevBarEquityForPosSizing", True);
SetTradeDelays (0,0,0,0);
weekDays = DayOfWeek();
BuyR = weekDays == 1; BuyPrice = Open;
SellR = weekDays == 1; SellPrice = Open;
Buy = Cross(StochD(55,39,3), 20) AND BuyR;
Sell = Cross(80, StochD(55,39,3)) AND SellR;
Hi there. Wondering how you can turn a $6000 share purchase into ...
with a swing from 20 to 80 on a weekly stochastic oscillator? Details of that particular company, entry date and entry/exit prices will be fine if you have them. Thanks.
That was AGS, Alliance Resources Ltd.
Bought at $0.0542 18 Mar 2002, sold at $1.725 9 Jul 2007. Hope the chart is readable, not too sure on upload protocol.
But in real life, I probably wouldn't have entered that investment if there was an alternative opportunity with a company which paid regular dividends.
I do have some reservations on other issues though - particularly the unknown effect of survivorship bias - example - maybe the method would have bought HIH and gone down with the ship.
dougy
I used this formula and on weekly got zero trades but on daily returned the below figures. I can only assume there is a difference of understanding with the $6000 maximum per trade.
This test was on the All Ords (XAO) constituents, well ... some may not have been back then.PHP:PositionQty = 34; PositionSize = 6000; PositionScore = Random(); SetOption ("UsePrevBarEquityForPosSizing", True); SetTradeDelays (0,0,0,0); weekDays = DayOfWeek(); BuyR = weekDays == 1; BuyPrice = Open; SellR = weekDays == 1; SellPrice = Open; Buy = Cross(StochD(55,39,3), 20) AND BuyR; Sell = Cross(80, StochD(55,39,3)) AND SellR;
There must be some differences in implementing the exercise, but I don't know how to compare them. Attached file is Trade Sim detailed simulation of the stoch(55,39) applied to 2600 daily bars of the All Ords up to 22 Jan 2010. It was profitable, but not as good as when applied to weekly bars.
dougy
Oh I know what is going on now. I have my backtester set to only trade 20% of entry bar volume. This means that I cannot take the whole volume traded that day. "This is to prevent affecting the market with large orders".
I removed this restriction on trade size and I hit very big dollars profit but this is far from reality.
Correction ...This parameter should be period.I simplified the 39 period to 40.
If you are interested ..... Here are two stock that have crossed up 20 on the Stochastic %K(55,40) ,
ASB :- AUSTAL LIMITED FPO
ATR :- ASTRON LIMITED FPO
If you are interested ..... Here are two stock that have crossed up 20 on the Stochastic %K(55,40) , I simplified the 39 SMA to 40. These two could be referenced in the future for profit or loss on the 80 cross down. Trouble is ... we could be waiting years.
ASB :- AUSTAL LIMITED FPO
Date :- 22/1/2010
Last Price :- $2.37
ATR :- ASTRON LIMITED FPO
Date :- 22/1/2010
Last Price :- $1.805
Weekly stochastic seems too open to opportunity loss and terrible price per share paid for a long term trade.Thanks for the tips - had a look but they weren't giving buy signals on their weekly charts. Have however bought Ausenco (AAX) as it displayed synchronised buy signals on both the daily and weekly charts.
dougy
Presumably it's testing weekly volume which is why I settled on 5%
I have my backtester set to only trade 20% of entry bar volume.
With this long term trading approach the entries and exits are rare. With Doug's weekly oscillator setting, the swing from OB to OS range is upward of 6 months to over a year. Orders would be filled trading the ASX200/300 I feel.Can I suggest you look at liquidity...
brty
Update on share positions:
ASB :- AUSTAL LIMITED FPO
Date :- 16/2/2010
Last Price :- $2.44
Up 7 cents. Stochastic(55,40) %K at 39.50
ATR :- ASTRON LIMITED FPO
Date :- 22/1/2010
Last Price :- $2.02
Up 21.5 cents. Stochastic(55,40) %K at 46.00
Both up with the banded oscillator holding it's line.
Can I suggest you have a look at how the Stochastic oscillator is constructed and what its telling you so that you understand what your looking at.
http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:stochastic_oscillator
Its nothing more than a representation of a longer timeframe.
Nothing magical Im afraid.
but again will hold until the cycle completes.
Can I suggest you have a look at how the Stochastic oscillator is constructed and what its telling you so that you understand what your looking at.
http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:stochastic_oscillator
Its nothing more than a representation of a longer timeframe.
Nothing magical Im afraid.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?