Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
http://www.erhvervsastro.../Doesplanetarycycles.htm
Quote:4. Summary of Findings
The study indicates that there is, on average, an upmove in the DJIA commencing in the days prior to the new moon and ending about 6 to 7 days afterward. The breakdown of the cycle by decade demonstrates this as does the Guarino study. In addition, the buy-and-sell tests show that buying the lows outpeforms buying the highs. Whereas the 'batting average' of profitable trades did not decrease when the highs were used as buy points, the magnitude of the profits shrank while the magnitude of the losses grew.
This cycle is too weak to be relied upon solely as a trading timer. The buy-and-sell study shows that such a strategy does not keep pace with a simple buy-and-hold strategy. Only 54% of the purchases timed by the cycle were profitable. This percentage is approximately in line with the percentage of rising days (52%) in the DJIA as calculated by Arthur Merrill. The two percentages are not comparable on an apples-for-apples basis, but the scant excess of the cycle-generated trades over 52% does not seem encouraging. Methods designed to enhance the returns did not succeed. The addition of technical oscillators as a confirming mechanism did not improve the results, nor did selling cycle highs or confirming buys with the annual cycle. Traders who are tempted by the sale of such trading systems are advised to think twice before purchasing any system based upon this one cycle. These findings should not discourage further attempts to link price series cycles to phenomena outside of the marketplace.
OEX traders with short-term time horizons who rely upon cycles may wish to take note of certain findings. By itself, the lunar cycle does not outperform. But the DJIA does demonstrate more upside volatility from the phase prior to the new moon to the phase immediately after. There also is a slight tendency for the DJIA to show more downside volatilty after the cycle peak. This may be useful knowledge to shorter-term players who employ leverage.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
Thanks Wabbit! This stuff is fascinating.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 1/19/2005(UTC) Posts: 1,065 Location: Koh Pha-Ngan, Earth
Was thanked: 2 time(s) in 2 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
Comeon J... how can we forget you? I meant the topic was fascinating, not the author. That spot's taken. :-)
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 1/19/2005(UTC) Posts: 1,065 Location: Koh Pha-Ngan, Earth
Was thanked: 2 time(s) in 2 post(s)
|
Thanks G... Any Full Moon - related topic has my attention... ;)
j '-)
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/13/2005(UTC) Posts: 170
Thanks: 7 times
|
Respected Jose,
For last few days i am working with this :a:= Mov(C,365.2425,E);
a1:= Mov(C,29.53059,E);
a;
a1;
It is being ovserved that our Indian Major Indices are actually responding at this inflection points of the Mov.Kindly go through this link ;http://scienceworld.wolfram.com/astronomy/MetonicCycle.html ; If actually anything strikes in your
observation then we can get an excellent "Cycle Indicator " like all your other robust no of indicators .
Regards
Asish
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 1/19/2005(UTC) Posts: 1,065 Location: Koh Pha-Ngan, Earth
Was thanked: 2 time(s) in 2 post(s)
|
uasish wrote:a:= Mov(C,365.2425,E);
a1:= Mov(C,29.53059,E);
Both are the same as:
Mov(C,365,E)
Mov(C,29,E)
Asish, did you want a cycle indicator that signals every 19 solar years?
Not exactly the kind of indicator one would use for intraday trading...
jose '-)
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/13/2005(UTC) Posts: 170
Thanks: 7 times
|
Respected Jose
You are a champion of 21DEMA.Like this kind of rudimentary method(: C*.09 + PREV*.91)can you help us for an exactness of 365.2425 Time period converted in percentile form ( like 21D=9%).
Regards
Asish
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/13/2005(UTC) Posts: 170
Thanks: 7 times
|
Respected Jose,
Only intention of my basic rudimentary type method (you are equipped with other advanced method)is to covert this to percintile to find out whether there is any Divine or Silver or any form of ratio ,which is repitative.
Regards
Asish
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 1/19/2005(UTC) Posts: 1,065 Location: Koh Pha-Ngan, Earth
Was thanked: 2 time(s) in 2 post(s)
|
Asish, try something like this:
[code:1:6df13950be]pds:=Input("EMA periods",1,2520,29.530589);
ema:=C*2/(pds+1)+PREV*(1-2/(pds+1));
ema[/code:1:6df13950be]
The problem here is that 29.5 bars is not the same as 29.5 calendar days (approx 20 bars).
Using Calendar days in lieu of bars for the EMA would take some thought and time to construct properly.
jose '-)
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/13/2005(UTC) Posts: 170
Thanks: 7 times
|
Respected Jose,
Thks.
Regards
Asish
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.