mjj38
- ago
For strategies that use limit orders and produce any NSF positions it would be helpful to see a distribution of the possible outcomes depending on the combination of the trades which get executed. I'm excluding strategies using just market orders since really you should never get NSF positions in that situation.

For example:
The strategy generates 20 signals for a given day but buys the first 10 stocks at a limit price with a size of 10% equity (assuming no margin).

Show a graph of the distribution of probabilities of achieving various risk measures.
3
711
6 Replies

Reply

Bookmark

Sort
- ago
#1
You could try coming up with code, leveraging the bundled ScottPlot library to visualize this in your strategy. See this tutorial for a quick preview of the feature:

https://youtu.be/0ZrmJVm5vBI?t=1072
1
Glitch8
 ( 9.56% )
- ago
#2
I think this could become a new Monte Carlo Lab analysis setting, something I've been thinking about actually.
1
mjj38
- ago
#3
QUOTE:
You could try coming up with code, leveraging the bundled ScottPlot library to visualize this in your strategy. See this tutorial for a quick preview of the feature:
Nice, I'll take a look!
0
mjj38
- ago
#4
QUOTE:
I think this could become a new Monte Carlo Lab analysis setting, something I've been thinking about actually.
That would be great! Another thought is just a simple metric on the summary that gives a confidence interval of achieving a given profitability.
0
Cone8
 ( 26.99% )
- ago
#5
It's already a setting in Monte Carlo Lab (and was even in WL6) - Same Date Scramble
0
mjj38
- ago
#6
QUOTE:
It's already a setting in Monte Carlo Lab (and was even in WL6) - Same Date Scramble
Thanks Cone, but I was referring to just the NSF position aspect not the strategy as a whole.
0

Reply

Bookmark

Sort