mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-08-17 02:30:44 -04:00
people cannot distinguish gpt-4 from a human in a turing test, by c. jones et al (2024)
This commit is contained in:
parent
5a83a44f8e
commit
592f593e44
21 changed files with 78 additions and 53 deletions
9
crypto_agents/strategy_workflow/strategy_metrics.md
Normal file
9
crypto_agents/strategy_workflow/strategy_metrics.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
## trading strategy metrics
|
||||
|
||||
<br>
|
||||
|
||||
* **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.
|
Loading…
Add table
Add a link
Reference in a new issue