Plotting custom data - daily = ok, weekly = not ok

前端 未结 1 518
一生所求
一生所求 2021-01-28 10:30

This is my example script

//@version=4
study(\"\", overlay=true)

// Colors
C_FORECAST_HIGH             = color.red
C_FORECAST_LOW              = color.red
C_FOR         


        
相关标签:
1条回答
  • 2021-01-28 11:28

    Need to delete this var. Otherwise, once it's set to false its state is remembered through all successive function calls, like a static variable, so no further inits can take place.

    0 讨论(0)
提交回复
热议问题