×

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

129 bytes removed, 13:12, 14 October 2013
no edit summary
'''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 SELL 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
[[Category:Signals]]

Navigation menu