Page 1 of 1

Query on storagedb.get_db("foo")

PostPosted: Thu Dec 17, 2020 3:24 am
by AnkaSoftware
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

Re: Query on storagedb.get_db("foo")

PostPosted: Sat Dec 26, 2020 5:10 am
by Apprentice
Sure.
You can use it to forward some data from one instance to another.