Rafal W.
Rafal W.
I've installed `pv` to check the speed while pipe'ing, but it doesn't work. ``` $ seq 1 1000000 | pv -l | wc -l 12.8k 0:00:33 [0.00 /s] [ ```...
### Problem/Motivation As per [quick-start.html](https://docs.drupalconsole.com/en/commands/quick-start.html), I expect that `drupal quick:start` will download, install and serve a new Drupal project. Instead, I've got the error: ``` $ ./vendor/bin/drupal quick:start [ERROR] DrupalConsole...
Refs: https://docs.mql4.com/basis/function/events#ontester Related: GH-148 E.g. ``` /** * Test completion event handler. * * Returns calculated value that is used as the Custom max criterion in the genetic optimization of...
> In the documentation we can see that "when optimizing by using Every tick modelling, you can pick 7 (ticks at peak)" but if I choose 7 I don't have...
### Discussed in https://github.com/EA31337/EA31337/discussions/319 Originally posted by **brndn16** January 5, 2022 Hi, I am new to this project, I just wanted to know if it is possible to set stop...
- [ ] Boosting: Boosting with trend only - [ ] Boosting on peak hours only - [ ] Reverse orders - [ ] Placed orders (no market orders) -...
E.g. ``` if (_cmd == ORDER_TYPE_BUY && !BuyAllowed) return false; if (_cmd == ORDER_TYPE_SELL && !SellAllowed) return false; ```