Hello, With a new update, my strategy getting errors for parabolic_SAR indicator as below for several stock symbols. I just wonder there is any change in the background? Thanks Ty alpha function parabolic_sar failed for Equity(TSLA [2391]) Error in strategy - Traceback (most recent call last): File "New_Googl.py", line 67, in scheduled_func_3857 blueshift_library.utils.exceptions.ValidationError: validation error: Indicator SAR returned error, too little or no data, got data of size 77. Try a later start date for the strategy run. Blueshift Alert[2021-04-19 09:30:00-04:00] ERROR in algorithm:validation error: Indicator SAR returned error, too little or no data, got data of size 77. Try a later start date for the strategy run. Blueshift Alert[2021-11-23 02:29:08.000847-05:00] WARNING :Shutting down Blueshift gracefully.
This might be because the way the data is handled in the new version and changes in the new universe. If you can share a sample strategy that can reproduce this error, we can take a look and suggest a solution. Please write to blueshift-support at quantinsti.com with the sample strategy attached. If it is a Python strategy, simply attach as a text file. If it is a visual strategy, do the following: 1) open the strategy and right click anywhere on the black (canvas) area. 2) Select copy strategy 3) open a text editor and paste (control + v or command + v) the clipboard. 4) attach this to the email.