Untitled
unknown
plain_text
9 days ago
470 B
10
Indexable
Never
// 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 scope
Leave a Comment