I want to generate unique ID for PineScript\'s strategy.entry function:
unique_id = tostring(bar_index) strategy.entry(unique_id, ...)
The proble