https://blueshift.quantinsti.com/research/strategies/63a5e29d9d2fe02fe2079265cc13f1eb/edit Hi... When I tried to run backtest to the strategy above the message below popped up: "syntax error: Error in line 13, file <TenggilingBerguling.py>:Illegal code technicals" ...I didnt do any modification before and the codes was able to run without error. When i tried to backtest blueshifts other strategy template the same error pop out. This is due to the line: "from blueshift import indicators....." Has anything change in the buleshift library lately?
Thanks vm for reporting this. This is a known bug introduced in a recent release. We are working on to get fix in our next release. Meanwhile I have patched this, it should work now. Give us a shout at blueshift-support@quantinsti.com for any further issues.
Hi Prodipta.
Thanx for replying…
I managed to make it running again by creating a folder library/technical/indicators at the workspace, I then paste the indicators library from your github. However, the word 'technicals' cannot be used.
You need to use the word 'technical' (without the 's') instead.
Thanx…
Glad to know it worked out for you. Also note, on blueshift, all strategies are by default private and cannot be accessed by others simply by a shared link (as in your original question).