Tout
FAQ
Annonces
Documentation de produit
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.Date de publication : 3 déc. 2024Date de mise à jour : 4 déc. 2025Documentation produitComment configurer un bot de trading de signaux OKX avec 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", messageDate de publication : 30 août 2023Date de mise à jour : 3 déc. 2025Documentation produit
Affichage de 1 à 2 articles sur 2