So this function is given in the documentation:
get_locations_in_range(location, radius)
but how am I able to call it in algo_strategy.py ?
Do I need to import another file or something, because right now Im not able to do this.
Ive done a kind of work around, buti ts very inefficient and causes alot of algo time outs.
So how do I use this function anyone?