Search found 1 match

Go to advanced search

by Dimilet
Mon Oct 16, 2023 11:55 am
Forum: Share Your Scripts
Topic: A friend wrote me a script about supply and demand levels and liquidity. But it won’t be possible to make it multi-timef
Replies: 1
Views: 15211
 
Jump to post

A friend wrote me a script about supply and demand levels and liquidity. But it won’t be possible to make it multi-timef

//@version=5 indicator(shorttitle='My SDL', title='My SDL', overlay=true) // functions get(arr, index) => index < array.size(arr) ? array.get(arr, index) : na busted(highs, lows, times, bounces) => array.shift(highs) array.shift(lows) array.shift(times) array.shift(bounces) or true bounced(bounces) ...

Go to advanced search