Rafal W.
Rafal W.
``` >ssh -v staging ... debug1: Setting implicit ProxyCommand from ProxyJump: ssh -v -W '[%h]:%p' bastion-prod debug1: Executing proxy command: exec ssh -v -W '[10.10.1.186]:22' bastion-prod debug1: permanently_drop_suid: 197609 debug1:...
Repro steps: 1. Run: `docker pull ansible/ansible` The above command results in: ``` Using default tag: latest Error response from daemon: manifest for ansible/ansible:latest not found ``` I understand I...
Page: https://docs.wasmer.io/integrations/python/setup Clicking on Examples link at the bottom, points to Javascript at https://docs.wasmer.io/integrations/js/wasi/browser/examples
Page: https://docs.wasmer.io/integrations/c Page not found when clicking 'Wasmer C API' subpage, which points to https://docs.rs/wasmer-c-api/*/wasmer_c_api/wasm_c_api/index.html
- [x] https://github.com/EA31337/Strategy-TMA_CG - [ ] https://github.com/EA31337/Strategy-BB_SVE_BB - [ ] https://github.com/EA31337/Strategy-TMA_Bands_RSI_True - [ ] https://github.com/EA31337/Strategy-TMA_Bands_MTF - [ ] https://github.com/EA31337/Strategy-Hull_MA_MTR - [ ] https://github.com/EA31337/Strategy-Volume_Price_Change - [ ] https://github.com/EA31337/Strategy-CCI_Arrows - [ ]...
Most of indicators have `int _shift = 0` passed into IndicatorParams, but it's not in use.
### Discussed in https://github.com/EA31337/EA31337-strategies/discussions/67 Originally posted by **mavidelisi** August 26, 2023 Hi Kenorb ; Is it possible for us to create a TDI Strategy ? Is it possible for us...
- [x] https://github.com/EA31337/Strategy-TMAT_SVEBB/issues/4 - [ ] https://github.com/EA31337/Strategy-BWMFI/issues/4
### Discussed in https://github.com/EA31337/EA31337-strategies/discussions/63 Originally posted by **kenorb** August 11, 2023 ``` if (rsi_buffer[i] < rsi_oversold && close[i] > ma_buffer[i]) { // Generate a BUY signal (you can implement your...