All Questions
Tagged with candlesticks ohlc
4 questions
1
vote
2
answers
1k
views
Converter bid/ask to OHLC formula
I can get bid and ask data from my market data provider but I want to convert this in OHLC values.
What is the good calculation using bid/ask? I saw in a post that for a specific period:
Open = (first ...
2
votes
1
answer
4k
views
Getting multiple cryptos' ohlc values in ccxt or binance python api?
I'm trying to create an automated bot according to my strategy but I'm struggling with a few things:
1- In ccxt, I can get OHLC data of a specified symbol. But I couldn't find any data on both ...
1
vote
1
answer
346
views
Syncrhonize timescale db to work with custom intervals
I am willing to collect candle price stock data on specific time intervals using timescaledb continous aggregations, such as 37 minutes and my intervals will start every day at 00:00.
So for example, ...
2
votes
2
answers
1k
views
Charting OHLC candle with SMA 200 using mplfinance plot function
I'm using mplfinance plot function to draw OHLC candlestick chart of a symbol. OHLC data is of 2 min timeframe. Also, I'm plotting sma 20 period and sma 200 period on the same chart. Because of sma200,...