Get Updates:
Email
Twitter
RSS

Category Archive for 'Educational'

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 for any other symbol (i.e. LAST at or above 1000/ at or below -1000), check “Recreate [...]

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 »