Skip to content

v3.009-dev-new #777

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

Open
wants to merge 68 commits into
base: v3.008-dev-new
Choose a base branch
from
Open

v3.009-dev-new #777

wants to merge 68 commits into from

Conversation

kenorb
Copy link
Member

@kenorb kenorb commented Oct 10, 2024

No description provided.

nseam and others added 30 commits July 19, 2023 13:55
* origin/v3.006-dev-fixme: (26 commits)
  More of C++/MT4/MT5 error fixes.
  Looks like C++/MT4/MT5 errors are fixed.
  Looks like C++/MT4 errors are fixed. Need some additional fixed for MT5.
  C++ and MQL fixes. Cleaned up Std.h regarding array/reference macros. Added Visual Studio file exclusions into .gitignore.
  C++ tests now compiles.
  WIP. Fixing C++ errors. One step further.
  WIP. Fixing C++ errors. Closer to the end.
  WIP. Fixing C++ errors. Closer to the end.
  WIP. Fixing C++ errors. Stuck on ValueStorage's macros.
  Adds PriceRange/tests/Makefile
  Moves global functions at the end for C++ compatibility
  A little step forward in fixing C++ compile errors.
  Another step in fixing C++ compile errors.
  Adds more tests for indicators
  Makefile: Improves syntax
  Adds more tests for indicators
  Adds CPP tests for EA, Log, Refs, Strategy and Trade
  Database: Code improvements and reformat
  Makefile: Fail when make subprocess also fail
  Indicators: Code reformats
  ...
Changes to Trade storing method (GH-687)
* commit 'c6e7145822937f1b4606c93cef73897b8062d17d':
  Removed temporary test code from test file.
  Testing Ref<X> serialization.
Platform: Adds dict of exchanges
Account: Adds ENUM_ACCOUNT_MARGIN_MODE for MQL4

Terminal: Fixes warning 30: macro redefinition

Account: Defines ENUM_ACCOUNT_PARAM_INTEGER so it works for both MQL4 and MQL5
…was deleted despite being in use by SerializerNode.
Fixed SerializerJson which didn't clear pointer to "key"
* origin/v3.008-dev-new:
  CI: Removes Tick workflow as redundant
  CI: Runs tmate only on failure in debug mode
  CI: Do not run test if login is not specified [no-ci]
  C++ compatibility fixes.
kenorb and others added 23 commits September 10, 2024 16:34
…Candle's OHLCVT value.

Also moved ENUM_INDI_CANDLE_MODE enum into separate file.
…-checks

Fixes for GetLowest(), GetHighest() for Indicator/IndicatorData with data export fixes
Copy link

coderabbitai bot commented Mar 9, 2025

Warning

.coderabbit.yaml has a parsing error

The CodeRabbit configuration file in this repository has a parsing error and default settings were used instead. Please fix the error(s) in the configuration file. You can initialize chat with CodeRabbit to get help with the configuration file.

💥 Parsing errors (1)
Validation error: Unrecognized key(s) in object: 'version'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants