Replies: 1 comment
-
@a-m-p-m thank you, will be fixed. |
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 looks like
slippage = np.random.uniform(0, 0.005, size=close.shape[0]) should be
slippage = np.random.uniform(0, 0.005, size=price.shape[0]) in
"Records and mapped arrays" example in
https://vectorbt.dev/getting-started/features/#analysis
Beta Was this translation helpful? Give feedback.
All reactions