stockalgo / stolgo

Price Action Trading APIs, Algorithmic approach, Dealing with securities. Get APIs to detect candlestick patterns, identify trends, support resistance, and price breakout.

Home Page:http://stolgo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misspellings

qasem-talaee opened this issue · comments

Hello. Please change the spelling of candle to candles both in this line and in the next line.

def is_hammer_candle(self,candle,pos=-1,lower_wick = 0.6, body = 0.2, upper_wick = 0.2):

curr_candle = candle.iloc[pos]