-
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 #43 from fortesenselabs/feature/environments
Trading & ML Enhancements: Position Limits, Signal Validation, Agent Training, and Environments module update
- Loading branch information
Showing
65 changed files
with
38,906 additions
and
7,652 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -279,4 +279,5 @@ research/* | |
add_stage.sh | ||
catalog/ | ||
*.session* | ||
*trades.db | ||
*trades.db | ||
current_open_positions.csv |
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
from .agent import * | ||
from .basic_ml_agent import * | ||
|
||
# ITBAgent => https://github.com/asavinov/intelligent-trading-bot |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.