10 lines
312 B
Markdown
10 lines
312 B
Markdown
# Turtle Trading
|
|
|
|
This strategy is based on the Turtle Trading method created by Richard Dennis and William Eckhardt.
|
|
|
|
## Rules
|
|
|
|
1. If the asset (e.g., SPY) exceeds its highest high over the past 20 days, enter a long trade.
|
|
2. Exit the trade when the asset drops below the lowest low over the past 10 days.
|
|
|
|
--- |