TradeStation Implementation of Paul Levine's Topfinder/Bottomfinder (TBF)

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License http://http://creativecommons.org/licenses/by-sa/3.0/2010, Bob English (www.precisioncapmgt.com).

Input: Vol_D(0),                   //Input Volume (“D” from Levine's
                                   //formula)
       TBF_Price(L),               //Bar Price to use; suggest “L” for
                                   //TopFinder and “H” for BottomFinder;
                                   //Alternatively, “(H+L+C)/3”
 //may be used for an average price MyVolume(Ticks), //Bar Volume information to use; //suggest “Ticks”, or “1” //if no volume information //“Ticks” yields total volume, //and “Volume” yields only //up volume on intraday charts StartingDate(1120101), //Start Date in TradeStation date //format: YYYMMDD, where ...

Get MIDAS Technical Analysis: A VWAP Approach to Trading and Investing in Today's Markets now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.