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

Add method to set preference for execution mode #116

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

anupkumar-singh-algobulls
Copy link

@anupkumar-singh-algobulls anupkumar-singh-algobulls commented Jul 11, 2024

Changes in this PR

  1. We have introduced a new function, set_execution_mode_preference, allowing users to set preferences for their strategy execution mode. The available preferences are Regular and Fast, applicable to different trading types such as paperTrading, backTesting, and liveTrading.

  2. Additionally, we have added a new key in the backtest, papertrade, and realtrade functions to set the execution mode before running the strategy. If the user specifies an execution_mode while calling these functions, the strategy will execute in the designated mode.

@anupkumar-singh-algobulls anupkumar-singh-algobulls changed the title Fix/add execution mode in jupyter notebook Add method to set preference for execution mode Jul 11, 2024
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.

1 participant