mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-08-17 10:40:13 -04:00
chores: refactor for the new ai research, add linter, gh action, etc (#27)
This commit is contained in:
parent
fb4ab80dc3
commit
d5467e559f
40 changed files with 5177 additions and 2476 deletions
|
@ -2,8 +2,12 @@
|
|||
|
||||
<br>
|
||||
|
||||
* **net pnl (net profit and loss):** how much money an algorithm makes (positive) or loses (negative) over some period, minus trading fees
|
||||
* **net pnl (net profit and loss):** how much money an algorithm makes (positive) or loses (negative) over some period,
|
||||
minus trading fees
|
||||
* **alpha nad beta**
|
||||
* **shape ratio:** the excess return per unit of risk you are taking (return on capital over the standard deviation adjusted for risk; the higher the better).
|
||||
* **maximum drawdown:** maximum difference between a local maximum and a subsequent local minimum as an another measure of risk.
|
||||
* **value at risk (var):** how much capital you may lose over a given time frame with some probability, assumong normal market conditions.
|
||||
* **shape ratio:** the excess return per unit of risk you are taking (return on capital over the standard deviation
|
||||
adjusted for risk; the higher the better).
|
||||
* **maximum drawdown:** maximum difference between a local maximum and a subsequent local minimum as an another measure
|
||||
of risk.
|
||||
* **value at risk (var):** how much capital you may lose over a given time frame with some probability, assumong normal
|
||||
market conditions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue