You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can easily accomplish that using the min, max functions given by the tulip indicators for fast calculation:
upper_donchian = ti.max(high, period)
lower_donchian = ti.min(low, period)
Looking to see if Donchian Channels can be added
The text was updated successfully, but these errors were encountered: