Category Archives: Tutorial

TOS Strategies: Targets and Stops

Using the entryPrice() function, with relative ease you can create long and short exits with price targets and stop-losses. Continue reading

Posted in Tutorial | 7 Comments

Fold – Basic Syntax

It seems as though there is a fair bit of confusion regarding the new thinkScript looping capability implemented with the fold function. At first glance, the syntax is a bit unusual but dig a little deeper and there is a … Continue reading

Posted in Tutorial | 8 Comments

Audible $TICK Alerts

UPDATE: This looks to be a much easier way to accomplish the $TICK alerts without use of a complex formula. I’ll leave the Complex Alert methodology below as a reference. 1) Just set up a TOS alert like you would … Continue reading

Posted in Tutorial | 11 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