top of page

Risk Monitor Program Structure for Trading Strategy

Write a program in Python, using Pandas module to calculate various tests which are related to strategy drawdown. The sample data that is coming from sample_data.csv (won't be showed here because of the NDA) should be first read into Pandas dataframe, and then you can use a combination of Python and Pandas to calculate various risk matrix. Assume that such a script will be running every day, showing all the strategies and tests that they violate.

For more details please go to:

https://github.com/dongxulee/riskMatrixForPstrategy

bottom of page