How to get Statistical calculations for portfolio?

Login or Register

Please login or register in order to view and post in the Forum.

2 posts / 0 new
Last post
Fiber
Last seen: 4 years 7 months ago
Joined: 09/02/2019 - 08:02
How to get Statistical calculations for portfolio?

Hi, I'm trying to calculate stats not on one symbol but for portfolio. Lets say I want to count gaps bigger then x percent.
I built a Signal and used it with Signal Statistics to get result for one symbol. In my case I want to calculate more variables and for many symbols at once.
In the Homework #10 there are example how to use backtesting and Long/Short trades at the session end to calculate desired result.
But in this case can get max 2 results ( by number Long and Short trades)
What if I store my results in variables V# ? Is it possible to access the values of all V#s after portfolio backtest?

0
Eddy_F
Last seen: 1 week 4 days ago
Joined: 07/30/2014 - 16:18
Hi Fiber,

Hi Fiber,
I am not sure why you need / want to go through a trading systems approach.
If you are able to get the result you need by using a custom Signal and a Signal statistics indicator or token (SSTAT) then you just need to use MPD (with the mixed ticker feature enabled) in order to access the value for each ticker
Looks like your issue is very similar than the one discussed here few months ago
https://www.linnsoft.com/topic/investor-rts-way-combine-multiple-studies...

Cheers
Eddy