//First script I have published. Constructive criticism is welcome. // I hope this may be helpful to you. // Initially, I did this for myself as I was getting some odd results from the ta.change function. Turns out it was my error LOL. What a surprise! // Typical syntax: ta.change(source, value) // value doesn't need to be included. If it isn't, it will only...
I have been asked for this a lot, so here it is! It's an easy script to read, and for all you aspiring Pinescript coders out there it might serve as a little introduction on Tables , switch operator, and a bit of UI/UX! Description: This is just a watermark, which follows my personal style an aesthetic when it comes to Pinescript tools. I like to keep my...
It is a simple indicator that provides buy or sell signals based on the intersection of two EMAs and a simple moving average (SMA). once the Relative Strength Index has confirmed it. For greater accuracy, add additional indicators like stochastic RSI, MACD, etc. Use only for intraday trading, Not for Positional Trading
Simple "benchmark" strategy for ETFs, Stocks and Crypto! Super-easy to implement for beginners, a DCA (dollar-cost-averaging) strategy means that you buy a fixed amount of an ETF / Stock / Crypto every several months. For instance, to DCA the S&P 500 (SPY), you could purchase $10,000 USD every 12 months, irrespective of the market price. Assuming the...