This is an improved version of previous Martingale strategy. We have fixed the Stop Loss function to be able to calculate drawdown of cumulative all positions. Normally we do not
This script actually does not really involve any Technical Analysis (TA). It just a bot that runs on traditional martingale strategy. Martingale startegy is a risk management strategy that originated in
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