Skip to content

Instantly share code, notes, and snippets.

View keepanote's full-sized avatar
🎯
Focusing

levelup keepanote

🎯
Focusing
View GitHub Profile
@m-ahmadi
m-ahmadi / all-technical-indicators.md
Last active August 17, 2024 02:12
A List of All Technical Indicators
@trumad
trumad / tradingViewMultipleWindows.py
Last active September 11, 2023 12:10
See multiple tradingview windows side by side, hopefully without ads and popups.
# 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",
@edew
edew / how_to_provide_logs.md
Last active September 11, 2023 12:13
How to get Charting Library debug logs
  1. Enable debug mode
  2. 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.
  3. Open the browser developer console and copy ALL of the output to a text file.
  4. Share that text file with us.

output