Skip to content

akilakuma/trading-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trading-analysis

Trading backtest results analysis.

1. gain-loss-continuous (2025/01/09)

description:

A trend-following strategy based on the idea that long sideways movement often creates new trends, or trends will move into sideways after some time. This means trades are not standalone events. When market conditions are poor, multiple losses in a row are normal for strategies with low win rates. I need a new way to measure the strategy's success rate.

destination:

Prepare data for the AI agent to calculate the success rate

2. max-loss (2025/01/09)

description:

Idea from kadane's algorithm to solve max sub array problem. It is the most important thing to know how much you could lose.

destination:

Calculate max accumulation loss.

3. first-day-price-range (2025/01/10)

destination:

Looking for if some data features hide in transaction first day price range.

4. clean-data (2025/01/10)

description:

Download Data from Taiwan Government and clean up.

destination:

Remain TX category and drop other contract price record.

About

Trading backtest results analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages