Ability to import custom signals via a CSV file #7
Closed
TradingDominion
started this conversation in
Ideas
Replies: 1 comment
-
This has been completed with Version 2.6.0, released at 2023-03-30 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be useful to be able to import a signals CSV file.
The first column would contain the date, and the subsequent columns would have the heading as the signal variable name and the column contents would contain the numerical signals.
Sample CSV file contents:
We could then reference these signals from the entry or exit conditions for each trade.
ExitCondition = Signal1 > 0
Beta Was this translation helpful? Give feedback.
All reactions