mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
explaining arbitrary stake amount in comment
This commit is contained in:
parent
7ddbaa70ad
commit
2d17346b0e
|
@ -223,9 +223,13 @@ class Edge():
|
|||
# 0.05% is 0.0005
|
||||
# fee = 0.001
|
||||
|
||||
# we set stake amount to an arbitraty amount.
|
||||
# as it doesn't change the calculation.
|
||||
# all returned values are relative. they are percentages.
|
||||
stake = 0.015
|
||||
fee = self.fee
|
||||
|
||||
|
||||
fee = self.fee
|
||||
open_fee = fee / 2
|
||||
close_fee = fee / 2
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user