Name | Acronym | Type | Lead^/Lag* | tv | mt5 | tt | tc2 | mio | mv | pc | js | js2 | py | py2 | mat |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Absolute Breadth Index | Momentum | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ||
Absolute Price Oscillator | APO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First install webview: | |
# pip install pywebview | |
# Then create a config.json file in the same folder with the following options: | |
""" | |
{ | |
"content":[ | |
{ | |
"exchange":"Bitstamp", | |
"ticker":"BTCUSD", |
- Enable debug mode
- In the widget constructor adding the
debug: true
property: https://github.com/tradingview/charting_library/wiki/Widget-Constructor#debug - In the widget constructor adding
"charting_library_debug_mode"
to theenabled_features
array https://github.com/tradingview/charting_library/wiki/Widget-Constructor#disabled_features-enabled_features. - Use the setDebugMode method:
tvWidget.setDebugMode(true)
- In the widget constructor adding the
- Open the chart in your web browser and reproduce your issue. For example if you have an issue when adding a Moving Average indicator then add the indicator so the logs cover the issue you are reporting.
- Open the browser developer console and copy ALL of the output to a text file.
- Share that text file with us.
Net Liquidity formula:
Net Liquidity = Federal Reserve Balance sheet - Treasury General Account - Reverse Repo
Twitter thread by Max Anderson:
OlderNewer