-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
-
Hi all,
I ́m quite new using this tool, I would like to understand the meaning of Size paramater. I use basic buy order, so I asume I expend all my money at any order.
thanks in advanced
Beta Was this translation helpful? Give feedback.
All reactions
Have you found size=
described in the docs?
Replies: 1 comment 4 replies
-
Have you found size=
described in the docs?
Beta Was this translation helpful? Give feedback.
All reactions
-
ahhhhh
It is the number of stocks bought. SIZE = ActualCAsh/UnitStockPrice
Beta Was this translation helpful? Give feedback.
All reactions
-
then, what do you represent with triangle size? it is not linked to trade size
Beta Was this translation helpful? Give feedback.
All reactions
-
Indeed, plot triangle size is proportional to trade size:
backtesting.py/backtesting/_plotting.py
Lines 400 to 411 in 0ce24d8
Beta Was this translation helpful? Give feedback.
All reactions
-
thanks Kernc for the explanation.
Thank you also for the great job
Beta Was this translation helpful? Give feedback.