THETA / Tether

Testo

63
// Set the moving average period
period = 10

// Calculate the moving average
ma = sma(close, period)

// Set the entry and exit conditions
entryLong = crossover(close, ma)
exitLong = crossunder(close, ma)

// Use the luxAlgo function to create the Lux Algo signal
luxAlgo(entryLong, exitLong)

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.