Giter Site home page Giter Site logo

pradip-interra / pinescripts Goto Github PK

View Code? Open in Web Editor NEW
20.0 2.0 10.0 122 KB

TradingView compatible PineScripts (version-5)

License: MIT License

PostScript 100.00%
pinescript pinescript-indicators pinescript-strategies trading-strategies tradingview-pine-scripts

pinescripts's Introduction

PineScripts

This is our Public repository where we contribute various PineScript indicators and stragegies we are developing over time.

These pinescript can be easily added to your own TradingView platform.

How?

  • Just go to the PineEditor tab below in your TradingView panel:

image

  • Copy-paste the script into it.

  • Save it with any name you prefer.

image

  • Click on "Add to Chart". That's all.

image

  • Optionally you can also mark it as your favourite! How? Just click the Star:

image


Twitter: @pradip_ TradingView username: pradipandsuvra Youtube: Pradip Speaks

Enjoy.


Brief Introduction of Various Scripts:

  1. stragegy_ht_ce_pd_rsi_combined.ps : It's a stragegy works well with Heiken Ashi (HA) candles in 15m timeframe, a nice blending of multiple interesting indicators, combined as strategy. It has enough knobs to control it's strict (less trades, better accuracy) or relaxed (more trades, false positives).
  2. stragegy_scalping_1m_HA_SMA_RSI.ps : It's a very simple Heiken Ashi (HA), 1m timeframe scalping stragegy works well for impatient fellows.
  3. my_candlestick.ps : It's plain, old Candlestick pattern identifier. Just that it can smartly detect not only single and double candles patterns, but also 3-candle patterns (e.g Morning Star, Evening Star). It marked all the patterns nicely with dotted boxes such that anyone new to this can use to learn it. It also provides control of which all patterns you're interested in (e.g you can only keep inside-candle and engulping patterns)
  4. indicator_bb_dc_rsi_ssma_ema.ps: This is an indicator combining Bollinger Band, Donchian Channel, RSI, simple-smoothen moving average and exponential moving average. It has all you need .. you can just control which all suits your taste (e.g. Donchian with EMA or Bollinger Band with RSI).
  5. RSI_based_support_resistance: This indicator tracks when the stock is overbought (RSI > 70) or oversold (RSI < 30), picks up the highest/lowest points of the OB/OS regions and draw resistance/support (or supply/demand) lines respectively.
  6. Price_Action_in_Action: This indicator, also in PineScript-v5 (not all warnings are cleaned up), has the various RSI based support/resistance, demand-supply and candlestick patterns (1-candle, 2-candles, 3-candles, everything) integrated into a single indicator. It also shows the strenght of the support/resistance by showing the number as tiny labels with count 1, 2. It has the volume indication also, if the current bar's volume is more than the last 20 bars volume-weigted-moving-average (VWMA). So one indicator is sufficient for your Price-Action trading.
  7. Strategy_CMEMA_BraidFilter_ADXDI_combined: This script describes a strategy devised and shared by "Trade Domination" in his youtube channel on 08/22/2022. Video name: "I Found The Best 1 Minute Scalping Strategy That Will Change Your Life!". Link: https://www.youtube.com/watch?v=jGHXDDwjj8I. Link of the channel: https://www.youtube.com/c/TradeDomination. The strategy code is culminated by TradingView user @pradipandsuvra (Pradip-And-Suvra), amalgamating all the Indicators used (after converting everything in PineScript v5, originally Indicators are in v4). Indicators combined : 1. CM EMA Trend Bars by ChrisMoody, 2. Braid Filter by Mango2Juice (Robert Hill), 3. ADX and DI by BeikabuOyaji
  8. Strategy_OLH: This is a simple strategy with Open-High-Low (OLH).

pinescripts's People

Contributors

pradip-interra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.