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 01-28-2010, 02:24 PM   #17

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

Thanks: 0
Thanked 2 Times in 2 Posts

Re: Best Price Oscillator

Null conversation. I agree. You two have made this thread undesireable. Good luck in trading. ps. I made 20% leveraged on Netlist a few minutes ago. And the DJ is down over 100 points. A price oscillator is one of the tools in my arsenal. Hope your day is as productive.

Last edited by HI_THERE; 01-28-2010 at 02:38 PM. Reason: add
HI_THERE is offline  
Reply With Quote
Old 02-02-2010, 12:02 PM   #18
MCM

MCM's Avatar

Join Date: Nov 2008
Location: Phoenix
Posts: 71
Ignore this user

Thanks: 100
Thanked 77 Times in 38 Posts

Re: Best Price Oscillator

Dare I mention this (at the risk of entering the fray) - I have been trying to get the code that was posted for the DTOsc (have been a fan of Miner's book for some time) - and cant seem to get it to run for TS. Sent a PM to Smuhr but havent heard anything back.

Am not exactly ELD savvy - but am getting error messages when I try to verify the code that was posted.

Thanks for the response in advance. (And yes - I used oscillators at points I believe the product may turn - which yes - is actually some fibonacci levels/alt price projections/external retracements - which I know some believe is voodoo, etc. But since we all skin the market in different ways - I figure its all good!)

Paul
MCM is offline  
Reply With Quote
Old 02-03-2010, 10:04 AM   #19

Join Date: Feb 2008
Location: charleston
Posts: 63
Ignore this user

Thanks: 7
Thanked 21 Times in 16 Posts

Re: Best Price Oscillator

DT OSc

Code:

input: RSILength(8),
    StochLength(5),
    KLength(3),
    DLength(3);

Vars: DToscK(0), DToscD(0);

value1 = FastKCustomEasy(RSI(C, RSILength),StochLength);
DToscK =  average(value1,KLength);
DToscD = average(DToscK,DLength);

plot1(DToscK,"%K" );
plot2(DToscD,"%D" );
statsign is offline  
Reply With Quote
The Following 2 Users Say Thank You to statsign For This Useful Post:
MCM (02-03-2010), NiC72 (02-15-2010)
Old 11-03-2010, 03:31 PM   #20

Join Date: Nov 2010
Posts: 1
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Best Price Oscillator

Quote:
Originally Posted by statsign »
DT OSc

Code:

input: RSILength(8),
    StochLength(5),
    KLength(3),
    DLength(3);

Vars: DToscK(0), DToscD(0);

value1 = FastKCustomEasy(RSI(C, RSILength),StochLength);
DToscK =  average(value1,KLength);
DToscD = average(DToscK,DLength);

plot1(DToscK,"%K" );
plot2(DToscD,"%D" );
Thanks, statsign. The code works great on TS charts... but it refuses to work on RadarScreen. Could fastkcustomeasy function be incompatible with RS?
hammerfx is offline  
Reply With Quote
Old 11-03-2010, 07:44 PM   #21

Join Date: Apr 2009
Location: Rio de Janeiro
Posts: 11
Ignore this user

Thanks: 0
Thanked 2 Times in 2 Posts

I like awesome oscilator on tick charts.
Ceschiatti is offline  
Reply With Quote
Old 11-04-2010, 09:08 AM   #22

Join Date: Feb 2008
Location: charleston
Posts: 63
Ignore this user

Thanks: 7
Thanked 21 Times in 16 Posts

Re: Best Price Oscillator

Quote:
Originally Posted by hammerfx »
Thanks, statsign. The code works great on TS charts... but it refuses to work on RadarScreen. Could fastkcustomeasy function be incompatible with RS?
I don't think so. I have no need for Radar so don't have it. I do know most problems are settings for loading data. Post in the TS support forum and get an answer right away - lots of Radar savvy users there.
statsign is offline  
Reply With Quote
Old 01-10-2011, 09:56 PM   #23

Join Date: Jan 2011
Posts: 1
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

I use MACD, RSI and moving averages along with volume. I also like to use Bollinger bands to determine when the price will change.
Keenuo is offline  
Reply With Quote
Old 01-12-2011, 06:37 PM   #24

Join Date: Jan 2011
Posts: 1
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Best Price Oscillator

I have used several oscillators. At some points all of them fail because they are bound within 0-100 parameters, even if a trend continues vigorously. In trending markets they all will fail. But that itself is a false premis to start with. One needs to combine price oscillator with a moving average to effectively check if a trend is developing, in which case one shifts from oscillator to trend.
So the question is what is a good, if not the best, combination of oscillator and moving average. In my experience, Williams %R extremes and a simple moving agerage of twenty-one bars itself going up or down.
rpatel45324 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 05:28 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.