-
Notifications
You must be signed in to change notification settings - Fork 0
Sniper calculator
stahnjones edited this page Apr 19, 2023
·
3 revisions
Use the sniper.ps1 to calculate how much it would take to lock in a position. It does not calculate whether it is a good deal or not.
usage: powershell .\sniper.ps1 -currentTotalInvestment 9817 -totalInvestmentToFlip 21777 -investorAmountToBeat 961
powershell .\sniper.ps1 -total 9817 -max 21777 -beat 961
powershell .\sniper.ps1 -c 9817 -m 21777 -b 961
(numbers based on the below screenshot)
output:
6461
It would take 6461 FP to lock in slot 1 in the above example, but a 1.9 return is only 4950 so this would not be a good GB to snipe at this time.