-
Gunbot would be more powerful with a choice of several automated sizing/money management options that could eliminate the need to manually size up or down frequently.
NCPHD updated
4 years ago
-
Dear Camille,
Many thanks for making the "Sketching in sequence bioinformatics: methods and applications" slides open source. Several questions related to bottom-s MinHash, One Permutation MinHash …
-
**Describe the bug**
Executing the example positionswitch I get this warning when a baseline fit is done
WARNING: The fit may be poorly conditioned [astropy.modeling.fitting]
Perhap…
-
Hello,
I'm following this page: https://probeinterface.readthedocs.io/en/main/examples/ex_10_get_probe_from_library.html
to download a probe from the library.
When I type in my probe of intere…
-
Design | https://youtu.be/bjCmoRi13LI (YT: Design v2) (YT: Design v2) (YT: Design v2)
-- | --
Registration | https://youtu.be/Hl5MGUpuIbw (YT: Registration v2) (YT: Registration v2) (YT: Registrat…
-
@Effanuel Hello master.
Could you add a new feature like this one:
`Crossover_BUY and Cross_under SELL ( for market order and trailing limit orders)` .
Bitmex website has a more or less this f…
-
### What feature would you like to see?
There's a lot of ideas floating around about mission orders, trying to make a single place to discuss them.
## New Mission orders
* Funnel -- An inverted…
-
## Basic Problem
When I ran a grid search for optimizing the Savitzky-Golay filter parameters, I found that for high `polyorders`, the coefficients from `scipy.signal.savgol_coeffs` are numerically i…
-
**There are no relationships between tables to avoid duplicate data.**
Checking the tables that exist in the database I found one called addresses, actually I did not find any SQL instruction that …
-
Currently polynomial fits work as follows
```python
x = [0, 1]
y = [0, 1]
fit = Polynomial.fit(x, y, deg=1)
print(f"Coefficients for 1-order fit on {x=}, {y=}:")
print(f"Raw: {fit.coef}")
pri…