Creating a custom backtesting. #198
-
I was trying to test signals generated from outside the program. The generated signals have date , symbol and price columns . The number of assets is very large ( 700+) got Error. index at position 1 could not be aligned Can you please guide me on how to proceed fix this and apply various exit (trailing stop loss like ATR, fixed % and compare those)? How do we display plot in in a normal environment (not notebook)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
What's the index, columns, and shape of each
|
Beta Was this translation helpful? Give feedback.
What's the index, columns, and shape of each
price_info
,entries
, andexits
?Portfolio.from_signals
hassl_stop
,sl_trail
, andtp_stop
, you can combine these.