Group candles into specific timeframe (daily, weekly, monthly).
An array of candle objects.
Optional
includeOptional flag to include the full profile distribution data in the returned profiles.
The number of decimal places to use when rounding prices. This affects the precision of price levels in the resulting market profile.
A multiplier applied to the tick size. This can be used to adjust the scale of the price levels.
The size of each price tick. This determines the granularity of the price levels in the market profile.
The timezone to use for time-based calculations, e.g., 'Europe/London'. This ensures consistent time handling across different market sessions.
Generated using TypeDoc
Configuration interface for building a Market Profile.
IMarketProfileBuilderConfig
Default