Down Hammer
Click the file above to Download.
NOTE: For easy import into your charts, save to some where that you will be able to remember, for example your computer's desktop. Be sure to save using .alt as the file extension.
Copy to Clipboard local body = Max( high[0] - close[0] , close[0] - open[0]) local shadow = Min ( close[0] - low[0] , open[0] - low[0]) if ( shadow > 2 * body ) AND open[1] > close[1] AND open[2] > close[2] then addbuyentry endif BuyStopLoss Point(10) BuyTakeProfit Point(10)
Enlarge Chart