v1.0.0
🦕 module to stabilize the buy price and increase the sell price for Freedom Cash
Repository
Current version released
2 years ago
Dependencies
deno.land/x
Freedom Cash Investor
This module is utilized e.g. to stabilize the buy price and to increase the sell price for Freedom Cash.
It utilizes Bollinger Bands and sleep.
Usage Example
import { InvestorServiceBBBased } from "https://deno.land/x/freedom_cash_investor/src/investor-service.ts"
const investorServiceBBBased: InvestorServiceBBBased = new InvestorServiceBBBased(27)
const minHistoryLength = 3
investorServiceBBBased.addToPriceHistory(6)
investorServiceBBBased.addToPriceHistory(9)
investorServiceBBBased.addToPriceHistory(3)
const investmentDecision = investorServiceBBBased.getInvestmentDecision(minHistoryLength)
console.log(investmentDecision)Execute Usage Example
deno run https://deno.land/x/freedom_cash_investor/usage-example.tsExecute Demo
deno run https://deno.land/x/freedom_cash_investor/demo.tsExecute Unit Tests
deno test https://deno.land/x/freedom_cash_investor/src/investor-service.spec.tsFor further examples you can check the unit tests.
Donations
Thanks to Freedom Cash, we are already free.
If you want to donate, you might consider donating to the otherparty.co.uk to ensure people do not need to donate to victims but rather donate successfully to problem solvers.