๐๏ธ Delta Hedging
To show how Delta Hedging can be done with MesoSim, letโs consider a structure consisting of two legs (separate option contracts):
๐๏ธ Enter on Down or Up Day
Filtering when to enter is possible with the Entry.Conditions field.
๐๏ธ Choose a Leg certain points away
Updated for v3 ยท Migration Guide
๐๏ธ Set Qty Dynamically
As the account size grows by incurring profits during trading it is useful to adjust the position sizing based on the
๐๏ธ Use Indicators
Removed in v3 ยท Migration Guide
๐๏ธ Add Comments to the Job
The Strategy Definition uses JSON as a data interchange format.
๐๏ธ Add Randomness to Entries
Once a Strategy is built, it makes sense to test its robustness.
๐๏ธ Export to OptionNet Explorer
One key feature of MesoSim is its ability to export to OptionNet Explorer.
๐๏ธ Have multiple position in flight
It's a common practice both for equity and options trading strategies to spread out the entry so that the chance that we go โall-inโ
๐๏ธ Enter in a High-IV environment
MesoSim exposes IV Rank and IV Pct variables via the ScriptEngine.
๐๏ธ Share External Data
Updated for v3
๐๏ธ Use External Data
Updated for v3
๐๏ธ Finding spreads
Updated for v3