My ugly one . . . #262
Benouare
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Nice! I wonder what the names natixis, fagron, wendel, solvay ... signify. Are these strategies based on news / business networks? 😅 How long does it all take to recompute? Based on 9.04e7 return over 13 years, how leveraged is this? 50% temporal exposure, with those returns, indicates the strategy is clearly overfit! 😛 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
That's post is just to give you some ideas.
So, for my use, I decide to build an app based on django and the backtesting lib.
With this, there is some custom wrapper to consume API to get last OHLC of the day for example.
The index :
So you can see a beautiful web 1.0 app, with beautiful colors (style="color:red"), and nice html table...
About the menu :
In the table, u can see different stocks that i am currently working with. There is some informations like if the trade is "open"(in blue) or not (in white), if i must buy/sell a stock tomorrow (in orange), the current price of my TP/SL, the pl of the trade, the 6 month WinRate, 6 months return, 6 months PV-MV, ... the name of the algo that is used for this stock, win rate from the begining, the win rate from the begining....
You can see some times that the PL/SL is in red, that's mean that at Day-1, it the SL/TP was X, and now I must change it to Y. It makes me able to see quickly and easily what stock i have to upgrade on my bank account.
6 months stats :
I think it doesnt needs comment. That's just a view that makes me able to see quickly some stats about all my stocks.
This view makes me able to see all other stocks that i am not working with. This view makes me able to know witch stock could be interesting. It makes me able to make kind of pre-selection of a stock that I will analyse deeper after.
Here, the details of the performance of the stocks with all my algos (last column, the strat name)
That's a quick and dirty app, but in my case, that's making the job.
Beta Was this translation helpful? Give feedback.
All reactions