how to set stop lose with live price not on closed candle #553
ahmed159159
started this conversation in
General
Replies: 2 comments
-
did you find a solution to this at all? |
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
-
i want to set stop lose percent 1% wen i use
pf = vbt.Portfolio.from_signals(data_df.Close, entries=buy, freq="D",sl_stop=0.005, sl_trail=0.005, tp_stop=0.02, init_cash=100_000, fees=0.0025)
my stop lose hit on close candle how to make on my percent
Beta Was this translation helpful? Give feedback.
All reactions