Rafal W.
Rafal W.
``` Run EPMatt/reviewdog-action-prettier@v1 with: github_token: *** level: error reporter: github-pr-review workdir: . filter_mode: added fail_on_error: false tool_name: prettier prettier_flags: . ``` ``` 🔄 Running npm install to install prettier... npm...
##### Summary I've included the following Debian 6.1 in `meta/main.yml`, but the syntax fails validation: ``` platforms: - name: Debian versions: - all - "6.1" ``` ##### Issue Type -...
Consider refactoring patterns by splitting them into bear, bull and neutral categories. Related: GH-785.
Should support multiple high timeframes.
This code potentially returns EMPTY_VALUE. ``` case IDATA_BUILTIN: _value = Indi_Volumes::iVolumes(GetSymbol(), GetTf(), /*[*/ GetAppliedVolume() /*]*/, _mode, _ishift, THIS_PTR); break; ``` Initialized by: ``` IndiVolumesParams _indi_volumes_params(VOLUME_TICK, ::Rider_Indi_Volumes_Shift); _indi_volumes_params.SetTf(Get(STRAT_PARAM_TF)); SetIndicator(new Indi_Volumes(_indi_volumes_params), INDI_VOLUMES);...
When TFM is set to 4, some SOFM filters are ignored (e.g. 1). Filter is ignoring opening multiple trades in the same strategy's candle as no trades has been opened...
`if (_trade.Get(TRADE_STATE_MONEY_NOT_ENOUGH))`