-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from mchiuminatto/TB-7-Plot-full-Triple-Barrier
TB-7 plot full triple barrier
- Loading branch information
Showing
28 changed files
with
2,777 additions
and
956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Architecture Decision Record | ||
|
||
## March 7th 2024 | ||
|
||
### Topic: plot barrier with triple barrier with the closing hit event | ||
|
||
Regarding some question opened during the analysis of adding the plotting of the closing event to triple barrier, here are the decisions taken: | ||
|
||
1. Will triple barriers implement trailing stops? | ||
|
||
Not for now, but will be added to TODO list | ||
|
||
2. WIll dynamic barriers be plotted vertically or horizontally. | ||
|
||
Considering that the only vertical barrier and in consequence the trade expiration time, and to be consequent with stop loss and take profit that are price levels and dynamic barrier either, dynamic barrier will be plotted horizontally | ||
|
||
3. In the case there are more than one occurrence of a dynamic close event, before the time barrier, only the first one will be considered and plotted. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# TODO | ||
|
||
Updated: March 8th 2034 | ||
|
||
1. Add tgraling stops | ||
2. Refactor StoLoss, Take Profit and Dynamic Barrier to reduce code by building a base class | ||
3. Add possibility to plot oscilators in a pannel below |
Oops, something went wrong.