| ID | Code | Display Name | Kategori | Default Params (JSON) | MQL5 Template | Status | Aksi |
|---|---|---|---|---|---|---|---|
| 3 | EMA | Exponential Moving Average | trend | {"period": 50, "source": "PRICE_CLOSE"} |
iMA(_Symbol, _Period, {period}, 0, MODE_EMA, {source}) |
Aktif |
|
| 2 | SMA | Simple Moving Average | trend | {"period": 20, "source": "PRICE_CLOSE"} |
iMA(_Symbol, _Period, {period}, 0, MODE_SMA, {source}) |
Aktif |
|
| 1 | RSI | Relative Strength Index | momentum | {"period": 14, "source": "PRICE_CLOSE"} |
iRSI(_Symbol, _Period, {period}, {source}) |
Aktif |
|