This script has more indicators than previous code. It uses: 1. Exponential Moving Average (EMA) 2. Relative Strength Index (RSI) 3. Average True Range (ATR) 4. Volume EMA and RSI
This is a special script that has been tested longest compared to previous script. Another indicator is added from the previous script which is the Fibonacci retracement level. Stop Loss also
Continue ReadingNew Pine Script: Fibonacci Retracement + EMA + RSI = Momentum Strategy
This pine script is the improved version of previous script. Check here. The strategy mainly the same, except it now has StopLoss function, so you sleep soundly knowing your capital
This post is mainly for my own reference actually, so that i could easily come back grab the lines of pine scripts to be inserted into my pine script strategy.
Continue ReadingMy sets of favourite pine codes (for easy revision)
This is a momentum strategy that strikes while its hot and exits before the momentum ended. It is actually quite by using only 2 indicators which Exponential Moving Average (EMA)
Continue ReadingNew Pine Script Published: EMA RSI Momentum Strategy
This pine script is adapted from Cosine Kernel Regression by QuantraSystems. Credit goes to this brilliant script writer. The Cosine Kernel Regressions indicator (CKR) uses mathematical concepts to offer a
This new pine script code is revision of previous Buy-on-Whale-signal pine script. It has start-stop time setting. This function is there for 2 reasons: 1. If you are using ‘Percentage’
This strategy is adapted from an indicator Whale detector, which is thanks to BLACKCAT1404, the curator of the indicator. Startegy Description: It places buy order when then whale detector bar
Continue ReadingNew Pine Script Stratgey: Buy on Whale Signal
This strategy is quite simple, it only uses strategy uses EMA and SMA crossover. Since now is bullish season, this bot able to catch bullish momentum upon starting, and it
Continue ReadingNew Pine Script Strategy: MA Crossover Momentum
This strategy uses VWAP with period 7. The success rate about 50%, and one huge drawback is the huge drawdown. I do not set up stop loss for this strategy.