├── .gitattributes ├── Indicators ├── README.md ├── [Pirate] 2MA Cross.pine ├── [Pirate] Deconstructed FMAs + Crosses.pine ├── [Pirate] Highs and Lows.pine ├── [Pirate] T3 MA.pine └── [Pirate] Triple EMA.pine ├── README.md └── UNLICENSE /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiPirate/TradingView/HEAD/.gitattributes -------------------------------------------------------------------------------- /Indicators/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiPirate/TradingView/HEAD/Indicators/README.md -------------------------------------------------------------------------------- /Indicators/[Pirate] 2MA Cross.pine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiPirate/TradingView/HEAD/Indicators/[Pirate] 2MA Cross.pine -------------------------------------------------------------------------------- /Indicators/[Pirate] Deconstructed FMAs + Crosses.pine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiPirate/TradingView/HEAD/Indicators/[Pirate] Deconstructed FMAs + Crosses.pine -------------------------------------------------------------------------------- /Indicators/[Pirate] Highs and Lows.pine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiPirate/TradingView/HEAD/Indicators/[Pirate] Highs and Lows.pine -------------------------------------------------------------------------------- /Indicators/[Pirate] T3 MA.pine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiPirate/TradingView/HEAD/Indicators/[Pirate] T3 MA.pine -------------------------------------------------------------------------------- /Indicators/[Pirate] Triple EMA.pine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiPirate/TradingView/HEAD/Indicators/[Pirate] Triple EMA.pine -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiPirate/TradingView/HEAD/README.md -------------------------------------------------------------------------------- /UNLICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiPirate/TradingView/HEAD/UNLICENSE --------------------------------------------------------------------------------