stolgo
stolgo copied to clipboard
Price Action Trading APIs, Algorithmic approach, Dealing with securities. Get APIs to detect candlestick patterns, identify trends, support resistance, and price breakout.
hello . if open price and close price is equal , doji candle not working . because in your code for bullish and bearish if open and close is equal...
Hello. Please change the spelling of candle to candles both in this line and in the next line. https://github.com/stockalgo/stolgo/blob/8f697da41f9684bc36a94cce7a1b4824334f012a/lib/stolgo/candlestick.py#L24 https://github.com/stockalgo/stolgo/blob/8f697da41f9684bc36a94cce7a1b4824334f012a/lib/stolgo/candlestick.py#L25
Hello. Please change the spelling of candle to candles both in this line and in the next line. https://github.com/stockalgo/stolgo/blob/8f697da41f9684bc36a94cce7a1b4824334f012a/lib/stolgo/candlestick.py#L24 https://github.com/stockalgo/stolgo/blob/8f697da41f9684bc36a94cce7a1b4824334f012a/lib/stolgo/candlestick.py#L25