trizin
trizin
16. Stochastic RSI (StochRSI). [https://runkit.com/anandaravindan/stochasticrsi](url) 404 Not Found
Add tests for Predictoor Predictoor pr: https://github.com/oceanprotocol/ocean-subgraph/pull/678
## Context Binance futures has the lower fees and most liquidity, making it the best choice for trading. ## DoD Note: There are no Binance Futures feeds on Predictoor at...
Fixes #1073 Changes proposed in this PR: - Add payout batch size configuration for predictoor_ss - Add batch processing for pending slots in find_shared_slots function - Add tests for different...
Define max payout batch size, this will prevent predictoor from trying to claim payout for too many slots and resulting in a failed tx.
Submit prediction fails with insufficient balance to pay the fees, despite wallets having enough balance. This problem occurred on a MacOS running a fresh pdr-backend instance, specifically on commit 50399e8f08b42c401e65dc8ff7458f0adda48248....
Currently, the multisim uses asyncio for handling multiple runs concurrently. While asyncio is effective for I/O bound operations, it still runs on a single thread and is not well-suited for...
## Background The Python [ta](https://technical-analysis-library-in-python.readthedocs.io/en/latest/) library has 200+ "technical analysis" indicators. Taking these as inputs (along with their interactions, eg -, /, *) could be very useful. (from https://github.com/oceanprotocol/pdr-backend/issues/1406) ##...
When trying to run a predictoor on macOS without completing the code signing step, the following error message is displayed ``` insufficient balance to pay fees ``` This message is...
Fixes #1756 This pull request updates the `READMEs/testnet-faucet.md` documentation to replace instructions for obtaining fake OCEAN tokens with instructions for obtaining fake USDC tokens on the Sapphire testnet.