Get Updates:
Email
Twitter
RSS

Monthly Archive for June, 2009

Trade Zones

One of our forum members asked today for a means to programatically draw vertical lines in TOS. Unfortunately, yet another monthly build has gone by and still no means to draw vertical lines from within thinkScript. Yes there is a new handy drawing tool but I have no desire to spend time redrawing the same [...]

Read Full Post »

In part one I discussed the use of the ZigZag function as the engine behind ThinkScripter AutoFibLines.* In part two, the methodology for saving the resulting swing highs and lows using the rec variable was added. At this point, every bar now “knows” the most recent swing high and low and can do the [...]

Read Full Post »

Recall from part one that the core engine driving the ThinkScripter AutoFibLines script is TOS’ built in ZigZagSign() function. I chose to harness the power of this function rather than re-invent the wheel to capture the swing highs and lows needed to draw Fibonacci lines. With this piece of the code complete, the script enables [...]

Read Full Post »