none

Results 4 issues of none

Hello, Thanks for this simple bot. Bot not able to sell order on FTX. May be instade of calculating how much crypto is there from the current balance, keep the...

Future plan: Auto-update the software or an option to check the update available, click to download and install or something similar for a better user experience.

feature request

I was doing `ADA/USD` on kraken but got error. Not remember what was the amount I tried. May be tried 11$. Error was `{"name":"InvalidOrder"}`. The error is not clear what's...

enhancement

Hi, Trying to train the model. When running this code block. ``` model_return = CatBoostClassifier(iterations=12000, #boosting_type='dart', #random_state=42, #num_leaves=41, learning_rate=0.002, #max_bin =10, task_type='GPU') model_return.fit(train[col_use], train['target'], #eval_metric='binary_error', verbose=100, #early_stopping_rounds=200, eval_set=[(val[col_use], val['target'])], )...