Untitled

 avatar
unknown
plain_text
9 months ago
470 B
22
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 scope
Editor is loading...
Leave a Comment