-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
nseam
added a commit
to nseam/EA31337-classes
that referenced
this issue
Mar 22, 2024
…tStats indicator.
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
…tStats indicator.
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
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 dedicatedAccountHistory
class in classes repo, in this case usev3.003-dev-stats
branch. Maybe we can create newIndicators/Account/Indi_Account.mq5
indicator (usingAccount/AccountMt
class).The text was updated successfully, but these errors were encountered: