
Most financial assets such as cryptocurrencies, forex pairs, stocks, and indices are represented through a standardized set of values commonly referred to as OHLCV:
Open – the price at which an asset starts trading for a given time period
High – the highest price reached during that period
Low – the lowest price reached during that period
Close – the price at which the asset finishes trading for that period
Volume – the amount of the asset traded during that period
These values exist for every time frame, whether you are looking at minutes, hours, days, or weeks.
Basic operations allow you to work directly with these raw values, without applying indicators, transformations, or derived logic. This makes them the most transparent and reliable building blocks in the system.
By treating each OHLCV value as a separate operation, you can track, compare, and visualize them independently. This gives you multiple analytical dimensions to work with, even when you are only using basic operations.
For example, you might:
Track price movement using close
Measure volatility using high and low
Observe market participation using volume
Analyze session behavior using open
All of this can be done without adding any advanced indicators.
Basic operations are important because they:
Provide unfiltered market data
Serve as the foundation for all indicators and signals
Allow precise control over what you are measuring
Work consistently across all supported asset classes
Make your views easier to understand and audit
If you ever wonder what an indicator is really doing under the hood, it almost always starts from these same OHLCV values.
You can use basic operations to build widgets directly in your views. Each operation can be requested explicitly, combined with different assets, or displayed across different time frames.
Because each OHLCV value is treated as its own operation, the system can generate:
One or multiple charts
Separate visualizations per asset
Independent time resolutions
Parallel comparisons across assets or values
This makes basic operations extremely flexible despite their simplicity.
Below are examples of the most basic forms of basic operation prompts. These prompts directly request raw OHLCV data without applying any indicators or derived logic.
Open value prompts:
"Show me Bitcoin opening prices"
"Display Ethereum daily open chart"
"Track Dogecoin opening values"
"Give me BTC open price history"
"Show ETH opening prices on hourly chart"
High value prompts:
"Show me Bitcoin daily high prices"
"Display Ethereum daily highs chart"
"Track Solana high values over time"
"Give me BTC weekly high prices"
"Show DOGE highest prices each day"
Low value prompts:
"Show me Bitcoin daily low prices"
"Display Ethereum daily lows chart"
"Track Dogecoin low values"
"Give me BTC weekly low prices"
"Show SOL lowest prices each day"
Close value prompts:
"Show me Bitcoin price"
"Give me Ethereum price chart"
"Display Dogecoin closing price"
"Track Solana price over time"
"What's the current Euro Dollar exchange rate?"
Volume value prompts:
"Show me Bitcoin trading volume"
"Display Ethereum volume chart"
"Track Dogecoin volume over time"
"Give me BTC volume history"
"Show me ETH trading activity"
Multi-Asset OHLCV value prompts:
"Show me daily prices for BTC, ETH, and SOL" (creates 3 charts)
"Display weekly volume charts for top 3 cryptos" (creates 3 charts)
"Track weekly Bitcoin and Ethereum prices" (creates 2 charts)
"Give me BTC close and volume charts" (creates 2 charts)
"Show me daily EURUSD, GBPUSD prices" (creates 2 charts)
Basic operations give you direct access to raw market data through OHLCV values. They are simple, explicit, and powerful, and they form the foundation for everything else you build in the system.
Whether you are creating a clean price view, comparing assets, or preparing data for more advanced signals, basic operations are always the starting point.