Time series ohlc data display and labeling tool
Description:
I need a tool that allows me to import candlestick time series data, display it and allow me to create labels for it. The candlestick data can fit in ram or be read form file
Similar Tools:
https://labelstud.io/playground/ allows you to create labels for time series data but it's not candlestick and it takes the X/time axis as the label instead of arbitrary y axis values.
https://github.com/tradingview/lightweight-charts already has all the candle drawing and labeling functionality but isn't set up to load random candles and save the labels.
Inputs:
candlestick data from file on disk (can be user input for path), "Number of Candles" user input, "Next" button
Dataset is a table and can be reformatted to fit ease-of-development but has this basic shape:
[
{
"timestamp": datetime
"open": float
"high": float
"low": float
"close": float
},
...
]
Workflow:
Display a random sequence of "Number of Candles" length worth of ohlc candles from dataset (using preferably tradingview's charting library) . Allow the drawing of any number of horizontal lines and save their Y axis value as output. When hitting Next, we save the dataset or append to it in a file as described in "outputs" section and redraw the chart as another random sequence of candles.
A very poor quality mockup is attached.
Outputs:
{
"inputs": {
[
{ # Input can be reformatted to fit data ingestion needs, but it is basically a table
"timestamp": datetime
"open": float
"high": float
"low": float
"close": float
},
...
],
"labels": [
<float>,
....
]
}
Other Considerations:
The project may be open sourced on your personal github repo if desired.
Applications 1
Current freelance projects in the category Python
Application developmentI wish to create a mobile application for communication, the app should have audio and video calls, group chat creation, the ability to sync with phone contacts, account settings: email binding, 2FA, phone number, the ability to customize app notifications, change the app… Java, Python ∙ 19 hours 48 minutes back ∙ 31 proposals |
Setting up two-way integration of WhatsApp with Odoo CRMHello! We are looking for a specialist to implement a technical task for setting up a two-way integration of the WhatsApp messenger with the Odoo CRM system. ⚠️ Important technical clarification: The official WhatsApp Business API (WABA) is not considered. It is necessary to… Python, Web Programming ∙ 1 day 5 hours back ∙ 23 proposals |
Data parsing through mobile APILooking for a person with experience in data parsing through mobile API, for parsing e-commerce, rozetka and similar sites. Tasks: 1. Intercepting traffic from the mobile application (Android), setting up a proxy, analyzing requests. 2. Identifying the necessary API endpoints… Python, Data Parsing ∙ 3 days 2 hours back ∙ 31 proposals |
Find a product feed (Google Merchant XML) for a website on OpenCart
16 USD
It is necessary to find a direct link to the active product feed (XML) of a competitor for Google Merchant Center Platform (CMS): OpenCart / ocStore Find the original feedRequirements for the result: Working link to the XML file Python, Data Parsing ∙ 8 days 11 hours back ∙ 29 proposals |
Development of a TikTok farm (content factory)It is necessary to develop a system for centralized management of multiple TikTok accounts with automatic content publishing, using individual proxies and simulating natural account activity. Functional Requirements1. Account Management Adding and removing TikTok accounts.… Python, Bot Development ∙ 8 days 22 hours back ∙ 23 proposals |