Fabo

Results 3 issues of Fabo

It will be interesting if we can build a signal performance database. Also, it is giving viceversa signals, like buying when must selling, Please let me know if you require...

## Issue searched Yes ## Environment * CCXT version: 1.18.1187 * Branch: Master ## Issue: CCXT has already upgraded Binance Margin orders and there is not a configuration to use...

Enhancement

The current implementation of password and private key handling stores decrypted private keys in `localStorage`, which poses a significant security risk: [**auth.ts:**](https://github.com/MostroP2P/mostro-web/blob/main/stores/auth.ts) ``` nuxtClientInit() { const decryptedPrivKey = ref(localStorage.getItem(AUTH_LOCAL_STORAGE_DECRYPTED_KEY)); if...