Commissions
#551
-
How can I access to the commission value set in the Backtest() function inside my strategy? I've tried something like |
Beta Was this translation helpful? Give feedback.
Answered by
kernc
Dec 12, 2021
Replies: 2 comments 3 replies
-
It's |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
epsilon07
-
Hello kernc, how can I access to the entry_price value? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's
self._broker._commission
, but this is not public API so use it sparingly. 😃