×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Bottom Fishing - MultiCharts
Open main menu

Bottom Fishing

Revision as of 17:49, 16 October 2013 by Roman MultiCharts (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article/Author: "A Market Bottom pattern for S&P Futures" by Tushar S. Chande, S&C Magazine, Traders Tips, 03/1995

Signal Bottom Fishing Code:

INPUTS: F1(25), F2(50), DDAY(20), X(23);
 
 
 
IF CLOSE[1] > OPEN[1] + F1 POINTS AND RANGE [1] > F2 POINTS
 
AND LOWESTBAR(LOW,DDAY) [1] <= 5 THEN BUY THIS BAR ON CLOSE;
 
 
 
 
 
IF BARSSINCEENTRY=X THEN SELL THIS BAR ON CLOSE;
 
 
{COPYRIGHT C 1997, TECHNICAL ANALYSIS, INC.}