×

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.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

Bottom Fishing

602 bytes added, 17:08, 12 March 2012
Created page with "'''Article/Author:''' "A Market Bottom pattern for S&P Futures" by Tushar S. Chande, S&C Magazine, Traders Tips, 03/1995 '''Signal Bottom Fishing ELA Code:''' <syntaxhighli..."
'''Article/Author:''' "A Market Bottom pattern for S&P Futures" by Tushar S. Chande, S&C Magazine, Traders Tips, 03/1995

'''Signal Bottom Fishing ELA Code:'''

<syntaxhighlight>

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 EXITLONG THIS BAR ON CLOSE;


{COPYRIGHT C 1997, TECHNICAL ANALYSIS, INC.}

</syntaxhighlight>

'''Download:''' [http://www.multicharts.com/files/elafiles/botfish.ela botfish.ela]

'''File Includes:''' Signal - Bottom Fishing

Navigation menu