Tag Archives: Fibonacci

Bollinger Bands with Embedded Fibonacci Lines

Plots the standard Bollinger Bands with an embedded set of Fibonacci ratio lines. Continue reading

Posted in Indicator | Tagged , , , | 3 Comments

ThinkScripter AutoFibLines Explained – Conclusion

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 … Continue reading

Posted in Tutorial | Tagged , , , | Leave a comment

ThinkScripter AutoFibLines Code Explained – Part 2

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 … Continue reading

Posted in Tutorial | Tagged , , , , | 1 Comment

ThinkScripter AutoFibLines Code Explained – Part 1

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. I’ve recently had quite … Continue reading

Posted in Tutorial | Tagged , , | Leave a comment

ThinkScripter AutoFibLines

AutoFibs will automatically draw a set of user-defined fib levels and extensions based on the previous swing high and low. Continue reading

Posted in Indicator | Tagged , , , | 22 Comments