21 lines
496 B
JSON
21 lines
496 B
JSON
|
|
{
|
||
|
|
"id": "macd_7335a9bd",
|
||
|
|
"name": "MACD Standard",
|
||
|
|
"description": "Standard MACD (12, 26, 9) for trend changes",
|
||
|
|
"type": "macd",
|
||
|
|
"display_type": "subplot",
|
||
|
|
"parameters": {
|
||
|
|
"fast_period": 12,
|
||
|
|
"slow_period": 26,
|
||
|
|
"signal_period": 9
|
||
|
|
},
|
||
|
|
"styling": {
|
||
|
|
"color": "#fd7e14",
|
||
|
|
"line_width": 2,
|
||
|
|
"opacity": 1.0,
|
||
|
|
"line_style": "solid"
|
||
|
|
},
|
||
|
|
"visible": true,
|
||
|
|
"created_date": "2025-06-04T04:16:35.459030+00:00",
|
||
|
|
"modified_date": "2025-06-04T04:16:35.459030+00:00"
|
||
|
|
}
|