We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
say i have a notebook for the ES like this, https://10.0.1.2:8888/notebooks/campaign_management/Campaign_editor-ES.ipynb what is the simplest way to replace the active group of alphas with this set. https://10.0.1.2:8888/notebooks/campaign_management/Campaign_Bidirectional_ES_April24_Optunity_DSP.ipynb
many of he members in the second list will already be in the first. I am mostly looking to add a few DSP strategy
The text was updated successfully, but these errors were encountered:
I would also like to add these 2 the the CL Bidirectional V3
'CL_PutSpread_Long_Strategy_DSP_BandPass__Bearish_avgpnl_2_April_25_custom': 1.0, 'CL_CallSpread_Long_Strategy_DSP_BandPass__Bullish_April_25_custom': 1.0,
Sorry, something went wrong.
All you need is https://10.0.1.2:8888/notebooks/campaign_management/Campaign_editor-ES.ipynb
Pretty simple operation:
Copy/paste the output of to the following cell. It's already contains actual alphas, i.e. this is full actual settings for campaign.
Place new alphas settings after this line, using template
Uncomment and edit #'begin': datetime.datetime(YYYY, MM, DD), change 'begin' date to date of start of the trading.
#'begin': datetime.datetime(YYYY, MM, DD),
Run save cells to write changes to the DB
Note To avoid following warnings:
You need to do step No. 1, each time you are editing the campaign
alexveden
No branches or pull requests
say i have a notebook for the ES like
this,
https://10.0.1.2:8888/notebooks/campaign_management/Campaign_editor-ES.ipynb
what is the simplest way to replace the active group of alphas with this set.
https://10.0.1.2:8888/notebooks/campaign_management/Campaign_Bidirectional_ES_April24_Optunity_DSP.ipynb
many of he members in the second list will already be in the first. I am mostly looking to add a few DSP strategy
The text was updated successfully, but these errors were encountered: