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

Implement extension support #4

Closed
d-e-s-o opened this issue May 8, 2022 · 1 comment
Closed

Implement extension support #4

d-e-s-o opened this issue May 8, 2022 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@d-e-s-o
Copy link
Owner

d-e-s-o commented May 8, 2022

It would be really nice to add extension support to the application. What I mean by that is basically having a way to write scripts/programs that can be invoked as an apcacli sub-command, similar to how you can write git or cargo sub-commands.

We have written something like that for nitrocli. From my perspective, most of that could be copied to apcacli. A discussion thread with most of the design discussions is d-e-s-o/nitrocli#50 (though not everything is applicable) and the main part of the implementation d-e-s-o/nitrocli#112 (likely more relevant). I don't recall all the details off the top of my head, so I don't know exactly how much is transferable and whether there needs to be some design work.

Anyway, this would be really nice to have and would allow us to move functionality that is currently stand-alone into the repository. E.g., I have a program that is useful for mostly manual trading, which basically ensures that stop orders are present for all positions that are above a certain percentage gain (which I see I haven't even published yet).

@d-e-s-o d-e-s-o added the help wanted Extra attention is needed label May 8, 2022
@d-e-s-o d-e-s-o self-assigned this Dec 2, 2023
@d-e-s-o
Copy link
Owner Author

d-e-s-o commented Dec 4, 2023

Closed by 92b0e2c.

@d-e-s-o d-e-s-o closed this as completed Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant