| Swing Trading and Position Trading Discussion forum for swing trading strategies, ideas, and insights. Shorter term swing trading and longer term position trading. |
![]() | | Tweet | |
| | #17 | ||
![]() | Re: Best Price Oscillator Last edited by HI_THERE; 01-28-2010 at 02:38 PM. Reason: add | ||
| |
|
| | #18 | ||
![]() | Re: Best Price Oscillator 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 | ||
| |
|
| | #19 | ||
![]() | Re: Best Price Oscillator 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" ); | ||
| |
|
| | #20 | ||
![]() | Re: Best Price Oscillator Quote:
| ||
| |
|
| | #21 | ||
![]() | | ||
| |
|
| | #22 | ||
![]() | Re: Best Price Oscillator Quote:
| ||
| |
|
| | #23 | ||
![]() | | ||
| |
|
| | #24 | ||
![]() | Re: Best Price Oscillator 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. | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | 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 |