Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.87 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.87 KB

TradingView Custom Pine Scripts

DCACB - Dollar Cost Average Cost Basis

Shows the cumulative cost-basis for buying a fixed $ quantity of the asset over various plots: 30 days, 60, 90, 120, 180, and 1-6 years

  • when the current price is profitable for the DCA plot, fills red
  • when it will reduce the cost-basis for a DCA investor to buy more, turns green
  • draws heavier support lines for longer term DCA investors
  • intensifies colors to show where larger pools of players stand with DCA profitability
  • has a rolling window option (default is false/static)

Note: since pinescript doesn't have arrays/collections and you can't plot within a for loop anyway, this repo contains gen.dcacb.sh, which generates the repetitive pinescript using bash.

VTI Continous VTI Rolling BTCUSD Continous BTCUSD Continous Log Scale BTCUSD Rolling

AUSROD - atomantic ultimate stochastic RSI of Destiny

A combined indicator, overlapping the following three indicators

  • RSI (with option to add second timeframe)
  • Stochastic RSI
  • Ultimate Oscillator Alt text

Making Money From My Work?

⚡ Lightning Network Satoshi Tips Accepted https://tippin.me/@antic

With the advent of Bitcoin Lightning Network, you can tip me as little as 1 satoshi (.00000001 $BTC). 1000 satoshi is about $.04 as of this writing. Any amount is appreciated :)

Don't have Lightning?

Contributing

I welcome pull-requests. Feel free to submit Issues on this project or submit your own modifications or scripts