As promised here is the strategy for using STEM and MATCS. The line of code for the buy and sell signals are bare bones. You will even notice that the ATR_CS is not being included in the logic for the buy/sell signals, which causes the ATR fine tuning not to function. I am presenting the code in this way because I want to encourage people to explore their own...
A simple Keltner Channels strategy For any suggestions about this strategy, please leave your comment below.
I did a modification and added a market filter and changed to buy only. It showed a remarkable good result by doing so. It make sense, since upptrends and downtrends behave different and a strategy that includes both buying and selling will do poorly in general.
A Simple Implementation of a Pairs Trading Strategy It uses a simple moving average of specified length (default = 20) and enters at cutoffs set by Entry ZScore. Trades are exited at the moving average. It is intended to be run on pairs of stocks. To Spread KO and PEP, for example, use the ticker KO / PEP * 1000 To visualise the trade better add Bollinger...
This is part of a series of strategies developed automatically by a online software. I cannot share the site url, which is not related to me in any way, because it is against the TV reules. This strategy was optimized for GBPUSD, timeframe 1D, fixed lots 0.1, initial balance 1000€. LOGIC: - LONG ENTRY when previous candle is bear - LONG EXIT: RVI > signal...
This is a type of mean reversion strategy. It only generates long signals when the price is far away from the mean. It tries buy from the dip. Use it with BTC/USDT pair on 4 hour timeframe.
This is a modified version of the BitMEX pump catcher by Jomy. I have tweaked the algorithm to use the difference in MACD to get the correct direction of entries rather than using direction of candles which are not always indicative of trend direction. These changes increase net profit, profitable trades, while reducing drawdown. Below is a copy and paste of...
Input Information Length Numeric 5 Number of bars used to determine the average true range. NumATRs Numeric .75 Factor used to calculate a percentage of the average true range, used to Long and short entry based on a percentage of price movement beyond the average range. Profitable and simple strategy..
This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the meaning of 9-days Stochastic Slow...
The result after having a good wine... Data with reliable volume required. to enjoy!
This indicator is based on Commodity Channel Index. It buys when CCI on period 200 is under -130 and it´s rising last 12 bars. It closes the position by hitting Take Profit, Stop Loss or opening short position. It sells when CCI on period 200 is over 130 and it´s falling last 12 bars. It closes the position by hitting Take Profit, Stop Loss or opening short...
This script applies the average of each major MA (SMA, RMA, EMA, WVMA, WMA) to the MACD formula. The logic is simple. When all 5 MA's are in agreement in direction, then then script will notify users of change. I posted this as a strategy to help show how logic does in back test. If you use my simple yet effective solution to find take profit locations, you can...
A strategy suitable for volatile Forex pairs. The strategy is simple, buy low band and sell short high band. Doing so, you will always be in a trade, that is important to understand. Tested on 1 hour charts.
1. long a. RSI does not open an order when it is overbought, until the RSI falls below a certain threshold, and then open a position b. There are already many positions. If the RSI is overbought, it will be profitable. When the RSI falls below a certain threshold, open a long position again until the moving average crossover signal turns short. 2. Short a. RSI...
Simple strategy. Price and moving average crossing. There is a choice of type of moving average. Moving average types SMA = Simple Moving Average EMA = Exponential Moving Average VWMA = Volume-Weighted Moving Average DEMA = Double Exponential Moving Average TEMA = Triple Exponential Moving Average KAMA = Kaufman's Adaptive Moving Average PCMA = Central line of...
This isn't my own work, hence giving it in Open Source library for others to benefit from it too. I have tried to refin the output of trendlines in this Strategy The original Code is available at The script needs some modifications, so I'll be making further updates in future, but for now I'm publishing this because...
This strategy suits better for stock, indexes and commodities sufficiently volatile but with not so strong trend, where perspective of future quotations are not so certain. For these financial instruments this system works better than others based on classical trend oscillator (like Supertrend) This strategy starts from the idea of the creator of Aroon lines,...
Create a strategy for the good indicator created by @RafaelZioni Which is composed of ANN data taken from and the super trend shared by www.tradingview.com Feel free to share and copy this script! Enjoy!