Get Updates:
Email
Twitter
RSS

Monthly Archive for March, 2009

Many of you asked for a method to backtest this study. It is a relatively simple matter to construct a thinkScript strategy from a study. Most of the code from any study can be copied straight across into your strategy. You will need to declare the strategy mode with a declare statement with one of [...]

Read Full Post »

Vervoort Crossover

(Update 29 Dec 2009: There is a bug in the current build of TOS which makes the Vervoort Crossover lines go ape at the beginning of the chart. Commenting out the line signal.assignValueColor(if buySignal then color.green else color.red); appears to fix the problem….for now. – Eric
Thanks to Reader Randy H. for suggesting this one. In [...]

Read Full Post »

ThinkScripter AutoFibLines

UPDATE : This script has been rendered inoperable as of 12 Dec 09 due to changes in the TOS ZigZag function. I will leave it posted as a reference for coders to examine the script methodology.
Ever found yourself trading a very fast paced market and wanted some reference to the Fibonacci retracements/extensions but didn’t [...]

Read Full Post »

Polarized TRIN Oscillator

I’ve been messing with the TRIN as of late and crafted this polarized oscillator using the average value of the TRIN and TRINQ. The oscillator has been inverted so that a rising oscillator line is indicative of rising prices vice the way the actual TRIN works. I’d have to classify this one as experimental so [...]

Read Full Post »

*** NEW *** Stay up to date with a ThinkScripter Feedburner email subscription. Alternatively you can subscribe to the RSS feed in your browser or feed reader. See the links in the sidebar to the right.

Read Full Post »

Older Posts »