TCPDashboard/config/indicators/user_indicators/bollinger_bands_69b378e2.json

20 lines
499 B
JSON
Raw Normal View History

{
"id": "bollinger_bands_69b378e2",
"name": "Bollinger Bands",
"description": "Standard Bollinger Bands (20, 2) for volatility analysis",
"type": "bollinger_bands",
"display_type": "overlay",
"parameters": {
"period": 20,
"std_dev": 2
},
"styling": {
"color": "#6f42c1",
"line_width": 2,
"opacity": 1.0,
"line_style": "solid"
},
"visible": true,
"created_date": "2025-06-04T04:16:35.460105+00:00",
"modified_date": "2025-06-06T05:32:24.994486+00:00"
}