Query on storagedb.get_db("foo")
Posted: Thu Dec 17, 2020 3:24 am
Hi,
Can storagedb.get_db("foo") be accessed from multiple indicator/strategy instances without any locking/threading issues?
And the handle returned by storagedb.get_db("foo") in Prepare function can be safely used later in Update calls?
Regards
Vivek
Can storagedb.get_db("foo") be accessed from multiple indicator/strategy instances without any locking/threading issues?
And the handle returned by storagedb.get_db("foo") in Prepare function can be safely used later in Update calls?
Regards
Vivek