Untitled
Anonymous
plain_text
09/28/2024 7:58 PM
628 B
34
Indexable
// Döngü için değerleri önceden hesapla
for i = 0 to length - 1
array.set(highestValues, i, ta.highest(avpchange, i + 1))
array.set(lowestValues, i, ta.lowest(avpchange, i + 1))
The function 'ta.highest' should be called on each calculation for consistency. It is recommended to extract the call from this scope
The function 'ta.lowest' should be called on each calculation for consistency. It is recommended to extract the call from this scopeEditor is loading...
Leave a Comment