Welcome to the Traders Laboratory Forums.
Swing Trading and Position Trading Discussion forum for swing trading strategies, ideas, and insights. Shorter term swing trading and longer term position trading.

Reply
Old 12-28-2009, 07:49 AM   #1

smuhr's Avatar

Join Date: Oct 2009
Location: Paris
Posts: 35
Ignore this user

Thanks: 19
Thanked 10 Times in 10 Posts

Best Price Oscillator

Good morning,

For you, what is the best Price Oscillator and why ?

Regards,
Steven
smuhr is offline  
Reply With Quote
Old 12-28-2009, 08:48 AM   #2

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Best Price Oscillator

all common oscillators are doomed to fail

unless the indicator can dynamically change its tempo to match the market's temperament.
__________________



Only an idiot would reply to a stupid post

Last edited by Tams; 12-28-2009 at 09:00 AM.
Tams is offline  
Reply With Quote
Old 12-28-2009, 09:22 AM   #3
zdo

Join Date: Nov 2007
Location: boonies
Posts: 1,349
Ignore this user

Thanks: 317
Thanked 355 Times in 256 Posts
Blog Entries: 104

Re: Best Price Oscillator

rsi(c,2)

why? it never fails
zdo is offline  
Reply With Quote
The Following User Says Thank You to zdo For This Useful Post:
Tams (01-10-2011)
Old 12-28-2009, 09:36 AM   #4

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Best Price Oscillator

Quote:
Originally Posted by zdo »
rsi(c,2)

why? it never fails

can you post some sample charts?
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
Old 12-28-2009, 10:44 AM   #5

smuhr's Avatar

Join Date: Oct 2009
Location: Paris
Posts: 35
Ignore this user

Thanks: 19
Thanked 10 Times in 10 Posts

Re: Best Price Oscillator

Have you heard form the DTosc from Robert Miner ?
smuhr is offline  
Reply With Quote
The Following User Says Thank You to smuhr For This Useful Post:
sundaram iyer (11-05-2010)
Old 12-28-2009, 10:57 AM   #6

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Best Price Oscillator

Quote:
Originally Posted by smuhr »
Have you heard form the DTosc from Robert Miner ?

never heard of it.
.....how much does it cost ?
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
Old 12-28-2009, 11:58 AM   #7

smuhr's Avatar

Join Date: Oct 2009
Location: Paris
Posts: 35
Ignore this user

Thanks: 19
Thanked 10 Times in 10 Posts

Re: Best Price Oscillator

Quote:
Originally Posted by Tams »
never heard of it.
.....how much does it cost ?
Nothing for TL readers

Code:
if type=1 then
a=8
b=5
c=3
d=3
endif
if type=2 then
a=13
b=8
c=5
d=5
endif
if type=3 then
a=21
b=13
c=8
d=8
endif
if type=4 then
a=34
b=21
c=13
d=13
endif

storsi=100*((rsi[a]-lowest[b](rsi[a]))/((highest[b](rsi[a]))-lowest[b](rsi[a])))

dtosck=average[c](storsi)
dtoscd=average[d](dtosck)

Seuilhaut=75
Seuilbas=25

RETURN dtosck AS "DTOSCK" , dtoscd AS "DTOSCD" , Seuilhaut , Seuilbas
I have watched Robert Miner workshop and the DTosc which is a mix between stochastic and RSI seems to be really good for multi time frame usage.
smuhr is offline  
Reply With Quote
The Following User Says Thank You to smuhr For This Useful Post:
sundaram iyer (11-05-2010)
Old 01-22-2010, 10:44 PM   #8

Join Date: Dec 2008
Location: new york
Posts: 33
Ignore this user

Thanks: 0
Thanked 2 Times in 2 Posts

Re: Best Price Oscillator

Quote:
Originally Posted by Tams »
all common oscillators are doomed to fail

unless the indicator can dynamically change its tempo to match the market's temperament.
I disagree STRONGLY. The beta weighting of many stocks precludes ANY care whatsoever about what the general market is doing. Furthermore, cash infusion drives the best performers...and that is often fueled by emotions (not just fear--on the short side--but also greed--on the long side).

A price oscillator that is tied to market sentiment is only relevant for index-based securities and ETFs.



EDIT:

Let me specify that I am an intraday trader. From that standpoint--or even from that of swing trading--the quote above is one of the most preposterous I have ever heard. Ever. I think that perspective would only be relevant at all for someone who is 100% pro-fundamental analysis and 100% against TA. I think Cramer falls into that category.

Last edited by HI_THERE; 01-22-2010 at 11:09 PM. Reason: Additional information.
HI_THERE is offline  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Make a Data into an Oscillator? cunparis Coding Forum 8 06-09-2009 05:12 PM
DeMark Oscillator Tams Trading Indicators 2 05-27-2009 04:27 PM
Looking for Oscillator That Does NOT Diverge Tresor Beginners Forum 27 12-04-2008 06:59 PM
AO Oscillator cstar Beginners Forum 1 11-27-2008 04:24 AM
McCullough Z Oscillator kuhaku Coding Forum 0 10-04-2008 01:31 PM

All times are GMT -4. The time now is 09:51 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.