Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.008-dev-new #753

Merged
merged 82 commits into from
Aug 5, 2024
Merged

v3.008-dev-new #753

merged 82 commits into from
Aug 5, 2024

Conversation

kenorb
Copy link
Member

@kenorb kenorb commented May 7, 2024

No description provided.

kenorb and others added 30 commits August 2, 2022 22:17
… introduced MemoryFileSystem for accessing temporary files written by MQL/C++ code.
kenorb and others added 13 commits April 26, 2024 01:26
* tag 'v2.012': (84 commits)
  EA: Sets trade params across all strategies
  EA/Strategy/Trade: Adds AddTaskObject()
  EA/Strategy/Trade: AddTask: Fixes code syntax to avoid issues with invalid pointers
  Trade: TradeParams: Sets log_level in struct constructor
  Trade: Disables filling modes for MQL4
  EA/Strategy: Improves trading logic
  EA: Fixes recent issue with error during trade request
  Indicator: Fixes timeframe assignment in class constructor
  EA/Strategy: More fixes for log printing based on the level
  EA/Strategy: Fixes log printing based on the level
  Strategy/Trade: Adds log level getters/setters
  Trade/Strategy: Improves logic on detecting defined spread limits
  Trade: TradeParams: Adds max_spread
  Trade: Checks spread limits
  Fixes spread/deviation limit logic
  IndicatorData: Adds setter for IndicatorDataParams struct
  Exchange: Uses AccountBase instead of AccountMt
  Account/AccountMt: Fixes zero division
  Account: Renames Account to AccountMt
  Exchange: Expands test
  ...
* tag 'v2.012': (84 commits)
  EA: Sets trade params across all strategies
  EA/Strategy/Trade: Adds AddTaskObject()
  EA/Strategy/Trade: AddTask: Fixes code syntax to avoid issues with invalid pointers
  Trade: TradeParams: Sets log_level in struct constructor
  Trade: Disables filling modes for MQL4
  EA/Strategy: Improves trading logic
  EA: Fixes recent issue with error during trade request
  Indicator: Fixes timeframe assignment in class constructor
  EA/Strategy: More fixes for log printing based on the level
  EA/Strategy: Fixes log printing based on the level
  Strategy/Trade: Adds log level getters/setters
  Trade/Strategy: Improves logic on detecting defined spread limits
  Trade: TradeParams: Adds max_spread
  Trade: Checks spread limits
  Fixes spread/deviation limit logic
  IndicatorData: Adds setter for IndicatorDataParams struct
  Exchange: Uses AccountBase instead of AccountMt
  Account/AccountMt: Fixes zero division
  Account: Renames Account to AccountMt
  Exchange: Expands test
  ...
* origin/v3.004-dev-cpp:
  Adds clang-format pre-commit hook
  Adds .clang-tidy
…008-dev-new

* origin/v3.004-dev-indi-rename:
  Moves Indicator and IndicatorBase into Indicator/
…ev-new

* origin/v3.003-dev-vscode:
  devcontainer: Adds vscode Vim extension
  Converts tabs into spaces in devcontainer.json
  Adds additional vscode C++ extensions
  Adds .devcontainer
…-new

* origin/v3.004-dev-cpp2:
  Adds clang-format pre-commit hook
…008-dev-new

* origin/v3.004-dev-new-std-fix:
  Std: Uses Alert() and DebugBreak() for MQL only
* origin/v3.005-dev: (42 commits)
  Fixes ZigZag and ZigZagColor value validation.
  Fixes problem with not preserving TF passed to Candle indicators.
  Fixing CompileTest
  Should fix problems with DrawIndicatorTest as Platform::AddWithDefaultBindings() must take symbol and time-frame (we use fixed pair of symbol and time-frame, so code will work in c++).
  Little changes required by emcc support.
  Should fix problem with MA expecting additional bar, despite it has all required bars to generate averages.
  Fixes warning "too many arguments for function-like macro 'RUNTIME_ERROR'"
  Tiny internal changes. Part of testing emcc API.
  Fixes tests using Platform::FetchDefaultCandleIndicator() as method now requires both, symbol and time-frame to be passed.
  Fixes Indi_RSI #elif error. Also, added PERIOD_TF_IRREGULAR enum value for ENUM_TIMEFRAME, so IndicatorTfParams could be initialized as non-tf-based indicator type.
  Empty commit to run tests.
  src/IndicatorTest.cpp
  WIP. Making a Tester class and exporting IndicatorTfDummy and RSI indicator to be used in JS.
  Little changes for array #defines.
  Fixes recent syntax errors for C++.
  WIP. Testing RSI over IndicatorTfDummy over Indi_TickProvider. RSI returns values. It's good!
  WIP. Testing RSI over IndicatorTfDummy over Indi_TickProvider. Now we need to implement missing extern functions.
  WIP. Fixing MT4 errors.
  Fixing MQL4 errors.
  WIP. Using Indi_TickProvider to provide tick for Candle indicator and finally, for RSI or other one.
  ...
…ams' Get<T>() and Set<T>() methods. Also fixed formatting of files.
…ams' Get<T>() and Set<T>() methods. Also fixed formatting of files.
Fixed problem with casting string to ENUM_LOG_LEVEL
@kenorb kenorb added this to the v3.008 milestone May 7, 2024
nseam and others added 14 commits May 22, 2024 19:39
Also changed .clang-format in order to indent macros.
Changed Indi_Bands's OnCalculate param names in order to prevent warnings.
…e indicator and fixes in Indi_TickMt.

Still requires work in the area where ticks are used to form candles.
* origin/v3.007-dev-new:
  Legacy code for MT4. OnCalculate() automatic ticking, ArraySetAsSeries() for buffers and support for calling MT5 code from MT4.
  Refs #11. WIP. Making indicators to use Platform::OnCalculate(), Platform::Tick() and IndicatorData::EmitHistory().
…ams' Get<T>() and Set<T>() methods. Also fixed formatting of files.
* origin/v3.008-dev-new:
  Fixed problem with casting string to ENUM_LOG_LEVEL via indicator params' Get<T>() and Set<T>() methods. Also fixed formatting of files.
… After fixing errors and before clang-format.
…lasses into v3.008-dev-new--fixes-after-merge-from-v3.007-dev-new-itemshistory-fixes
…g slots two times. There is still a problem with GetEntry() using too many entries.
…t-entry-problem

WIP. Dict now uses class instead of struct in order to prevent copying slots two times.
@kenorb kenorb merged commit eb38f88 into v3.007-dev-new Aug 5, 2024
140 of 162 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants