Tutto
Domande frequenti
Comunicazioni
Documenti prodotto
Portfolio margin mode: cross-margin trading (Risk Unit Merge)
Spot in use Spot in use, or how much spot is used under the risk unit, is determined by the delta of derivatives that belong to the same risk unit. Spot is only added when derivatives of the corresponding risk unit can be hedged with the spot.Data di pubblicazione: 3 dic 2024Data di aggiornamento: 4 dic 2025Documentazione 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: 3 dic 2025Documentazione prodotto
Visualizzazione di 1-2 di 2 articoli