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

Account Stats indicator #2

Open
kenorb opened this issue Dec 12, 2023 · 0 comments
Open

Account Stats indicator #2

kenorb opened this issue Dec 12, 2023 · 0 comments
Assignees

Comments

@kenorb
Copy link
Member

kenorb commented Dec 12, 2023

  • Oscillators/Account/Account_Stats.mq[45] (dev branch)

The goal of Account Stats indicator is to plot the historical value of account statistics (such as balance, equity and margins). Since indicator operates on historical data, different methods needs to be used which can retrieve past data (currently it uses Account class which only support retrieval of the current values). So the approach should be to write a function (can be part of the indicator for now) to retrieve historical account details which can be plotted. I'm not sure if Timeseries can help, otherwise History*(). We could also have dedicated AccountHistory class in classes repo, in this case use v3.003-dev-stats branch. Maybe we can create new Indicators/Account/Indi_Account.mq5 indicator (using Account/AccountMt class).

@kenorb kenorb added this to EA v3.001 Dec 12, 2023
@kenorb kenorb moved this to Todo in EA v3.001 Dec 12, 2023
nseam added a commit to nseam/EA31337-classes that referenced this issue Mar 22, 2024
nseam added a commit to nseam/EA31337-classes that referenced this issue Mar 27, 2024
…r to be finished. Awaiting to fix MT5 compiler bug.
kenorb pushed a commit to EA31337/EA31337-classes that referenced this issue Apr 24, 2024
kenorb pushed a commit to EA31337/EA31337-classes that referenced this issue Apr 24, 2024
…r to be finished. Awaiting to fix MT5 compiler bug.
kenorb added a commit to EA31337/EA31337-classes that referenced this issue Apr 29, 2024
* v3.003-dev-stats:
  WIP. Refs EA31337/EA31337-indicators-stats#2. Indi_AccountStats closer to be finished. Awaiting to fix MT5 compiler bug.
  Refs EA31337/EA31337-indicators-stats#2. Closed to finish Indi_AccountStats indicator.
kenorb added a commit to EA31337/EA31337-classes that referenced this issue May 1, 2024
…v-new

* origin/v3.003-dev-stats:
  WIP. Refs EA31337/EA31337-indicators-stats#2. Indi_AccountStats closer to be finished. Awaiting to fix MT5 compiler bug.
  Refs EA31337/EA31337-indicators-stats#2. Closed to finish Indi_AccountStats indicator.
kenorb added a commit to EA31337/EA31337-classes that referenced this issue May 1, 2024
…-new

* nseam/v3.003-dev-stats:
  Refs #738. Matrix multiplication via OpenCL. Ready for testing.
  Refs #738. WIP. Matrix multiplication via OpenCL. Working on OpenCL buffers caching when passing matrices into kernel arguments. Got rid of templated version of Run() and RunMany().
  Refs #738. WIP. Partially working Matrix multiplication via OpenCL. Now we need some improvements and Matrix::Deflatten().
  Refs #738. WIP. OpenCL integration for Matrix class needs rework as previous implementation we based on was buggy.
  Refs #738. WIP. OpenCL wrapper class and OpenCL integration for Matrix class (not yet complete).
  WIP. Refs EA31337/EA31337-indicators-stats#2. Indi_AccountStats closer to be finished. Awaiting to fix MT5 compiler bug.
  Refs EA31337/EA31337-indicators-stats#2. Closed to finish Indi_AccountStats indicator.
  ACQUIRE_BUFFERn / RELEASE_BUFFERn functionality required for EA31337/EA31337-indicators-stats#1
kenorb added a commit to EA31337/EA31337-classes that referenced this issue May 1, 2024
…-new

* nseam/v3.003-dev-stats:
  Refs #738. Matrix multiplication via OpenCL. Ready for testing.
  Refs #738. WIP. Matrix multiplication via OpenCL. Working on OpenCL buffers caching when passing matrices into kernel arguments. Got rid of templated version of Run() and RunMany().
  Refs #738. WIP. Partially working Matrix multiplication via OpenCL. Now we need some improvements and Matrix::Deflatten().
  Refs #738. WIP. OpenCL integration for Matrix class needs rework as previous implementation we based on was buggy.
  Refs #738. WIP. OpenCL wrapper class and OpenCL integration for Matrix class (not yet complete).
  WIP. Refs EA31337/EA31337-indicators-stats#2. Indi_AccountStats closer to be finished. Awaiting to fix MT5 compiler bug.
  Refs EA31337/EA31337-indicators-stats#2. Closed to finish Indi_AccountStats indicator.
  ACQUIRE_BUFFERn / RELEASE_BUFFERn functionality required for EA31337/EA31337-indicators-stats#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants