Skip to content

Commit

Permalink
web: fixed nvda control section
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeFreelanceDeveloper committed Sep 7, 2024
1 parent 6c21fa0 commit ff9dce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_pages/markets/pages/nvda.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ trend = price above 200 daily MA + price above 200 weekly MA
## Control
**Turtle strategy example**
```c#
entry = Breakout 20 daily high
exit = Breakout 20 daily low
entry = breakout 20 daily high
exit = breakout 10 daily low
```

<img src="../../../assets/images/markets/nvda/nvda_control.png" class="img-fluid">
Expand Down

0 comments on commit ff9dce2

Please sign in to comment.