-
-
Notifications
You must be signed in to change notification settings - Fork 527
Description
Is your feature request related to a problem? Please describe.
I am unable to locate the function or file that retrieves the OHLCV (Open, High, Low, Close, Volume) data in the repository. I have checked the src, main.js, and docs folder but could not find any relevant code for fetching the market data. It’s causing difficulty in integrating my candlestick strategy with the available data.
Describe the solution you'd like
I would appreciate if the function or file that fetches OHLCV data can be pointed out or documented. If possible, please guide me on how to properly fetch the market data so I can proceed with my strategy integration.
Describe alternatives you've considered
I have considered exploring other parts of the repository like main.js and the src folder, but I have not been able to locate the relevant data-fetching function. I have also checked the documentation but did not find specific guidance on this.
Additional context
If there's any documentation or code that could help point me toward the OHLCV data retrieval process, that would be very helpful. Any examples or guidance would be greatly appreciated.