A Market Profile (time price opportunity) implementation with an option to mark a point of control (POC) based on volume.
Config: Hide default candles. Select a session time using exchange timezone. Experiment with tick multiplier value to achieve desired level of detail. Choose the symbols of your choice, e.g. squares or A-Z chars. For multiple sessions you will have to add additional instances of this script with a different time configuration.
Limitations: TradingView has a hard limit for the number of characters (500), if it's reached, label rendering stops. Try increasing tick multiplier value to reduce the number of labels rendered or reduce the window size.
Features:
Config: Hide default candles. Select a session time using exchange timezone. Experiment with tick multiplier value to achieve desired level of detail. Choose the symbols of your choice, e.g. squares or A-Z chars. For multiple sessions you will have to add additional instances of this script with a different time configuration.
Limitations: TradingView has a hard limit for the number of characters (500), if it's reached, label rendering stops. Try increasing tick multiplier value to reduce the number of labels rendered or reduce the window size.
Features:
- Use symbols or A-Z chars for TPOs
- Mark POC
- Calculate Value Area (volume or time based)
- Highlight single prints (SP)
- Highlight VWAP
- Show daily bar
- Highlight Open and Close
- Highlight current price row (during live market)
- Highlight initial balance (IB)
Phát hành các Ghi chú:
Removed unused text size options.
Phát hành các Ghi chú:
Remove unused attribute.
Phát hành các Ghi chú:
Cleanup unused code.
Phát hành các Ghi chú:
Touchup
Phát hành các Ghi chú:
Update chart
Phát hành các Ghi chú:
Make sure the script works on free accounts.
Phát hành các Ghi chú:
- Extend VAH/VAL and POC lines (disabled by default)
- Mark period opening price, either use case swap or '0' character (disabled by default)
Phát hành các Ghi chú:
Fix house rules violation
Phát hành các Ghi chú:
Update the chart
Phát hành các Ghi chú:
Bugfix: terminate extension lines even for 24h sessions
Phát hành các Ghi chú:
- Introduce weekly and monthly profiles
- Add value area percentage input
Phát hành các Ghi chú:
- Add option to split the profile (available only if A-Za-z rendering is selected)
Phát hành các Ghi chú:
Introduce a "Fixed" range timeframe (arbitrary start/end date profile)
E.g.
E.g.
Phát hành các Ghi chú:
Add option to show volume numbers in "Fixed" market profile mode
Phát hành các Ghi chú:
Add background for fixed range
Phát hành các Ghi chú:
Improve closing price marking in A-Za-z profiles
Phát hành các Ghi chú:
- Add high/low extension lines (hidden by default)
- Simplify lower TF logic (volume)
Phát hành các Ghi chú:
Use all or nothing for VP
Phát hành các Ghi chú:
Allow to show midpoint extension line (hidden by default).
Midpoint calculation algorithm can be either:
Midpoint calculation algorithm can be either:
- High/Low based (midpoint)
- TPOs count based (similar count on both sides)
Phát hành các Ghi chú:
Add an option to choose the time settings in a specific timezone (defaults to exchange timezone).