I am using blueshift to backtest strategy
When using
print('Test')
not able to see this in log. can you let me know
def handle_data(context, data):
"""
A function to define things to do at every bar
"""
print('Test')
Also when pressing ctrl + space always it says "No Suggestions"
Please help me.