Tutto
Domande frequenti
Comunicazioni
Documenti prodotto
Portfolio margin mode: cross-margin trading (Risk Unit Merge)
Note that assets in tier 2 used to be LTC, BCH, EOS, DOT, BSV, LINK, FI, ADA, TRX, UNI, and XRP.MR2: time decay risk (options only) Time decay risk measures the 24-hour decay in portfolio value, assuming no change in underlying asset price moves and implied volatility.MR3: vega term structure risk (options only) Vega term structure risk arises from differences in options value for the same underlying asset with different expiry dates under the same implied volatility shock.Data di pubblicazione: 3 dic 2024Data di aggiornamento: 5 ago 2026Documentazione prodottoCome configurare un Signal bot di trading OKX con TradingView
@version=5 indicator('MACD Sample Script 1', overlay=true) // Calculate MACD [macdLine, signalLine, _] = ta.macd(close, 12, 26, 9) // Define the golden cross condition goldenCross = ta.crossover(macdLine, signalLine) // Define the death cross condition deathCross = ta.crossunder(macdLine, signalLine) // Use the alertcondition function to generate alerts alertcondition(condition=goldenCross, title="MACD Golden Cross", message="") alertcondition(condition=deathCross, title="MACD Death Cross", messageData di pubblicazione: 30 ago 2023Data di aggiornamento: 5 ago 2026Documentazione prodotto
Visualizzazione di 1-2 di 2 articoli