This is the data repository for the BlueDot Trading System. Processed CSV files are automatically deployed here for access via TradingView Pine Script.
Access data in Pine Script using:
indicator("BlueDot Signals", overlay=true)
symbol = "AAPL"
blue_dots = request.seed('stocks_chimmu_ms_daily_' + symbol, 'BLUE_DOTS', close)
Source code and documentation: GitHub Repository