Brandon Fan
Brandon Fan
Just curious, we might be able to integrate IBKR into the base package with the external API. We might also make it easier by hosting the IBKR API for you...
Awesome! Yeah we’ll take a look at this! @aggregated love to hear more about how we could work with you guys institutionally! Are you part of our discord by chance?
I've seen a similar problem...
Great, thank you so much @lfz.
Is there a way to show all nodules that were detected by the detector network and they're associated malignancy probabilities?
Just change the code to be `pred[(ydata == 1).flatten)]`. Do this for all of the `ydata` ones, or you can change it to `ydata.flatten()` before any of the boolean maskings.
Please close this if the problem is solved. @lfz @nkh222
This impacts things because it starts loading it as each page is its own HTML and not as a total react app. For example, if you're using firebase auth, the...
Hey @SamsTheGreatest , thanks for the help here. Yes, we've been actively looking for a better solution compared to the Blankly Platform as we currently are working with an external...
The best way is to use global variables that are defined outside of the strategy (so anything that is outside of your strategy will still be stored and you can...