docs: add stake_amount_filled documentation

This commit is contained in:
Matthias
2024-11-05 07:19:39 +01:00
parent 3d307fe8ff
commit 07f0e3803a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -890,7 +890,7 @@ class DigDeeperStrategy(IStrategy):
# Hope you have a deep wallet!
try:
# This returns first order stake size
stake_amount = filled_entries[0].stake_amount
stake_amount = filled_entries[0].stake_amount_filled
# This then calculates current safety order size
stake_amount = stake_amount * (1 + (count_of_entries * 0.25))
return stake_amount, "1/3rd_increase"