Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
Apple, Advanced Micro Devices Inc, Amazon Com Inc, TESLA INC, NETFLIX INC, Facebook Inc
S&P 500, Nasdaq 100, Dow 30, Russell 2000, U.S. Dollar Index, Bitcoin Index
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
A simple strategy backtest using two Triple Exponential Moving Averages (TEMA) crossing up and down. The default is a 20 TEMA crossing above 60 TEMA generates a long signal. Short signals are turned off by default, but included in the code at the last 2 lines (remove the '//'). Parts of script borrowed from other public scripts.
Moving Averages are among the most common trading indicators. They are straightforward to interpret and effective to use. One of the limitations of using moving averages is they can provide buy and sell signals with a relatively high lag , making it very difficult to spot the lows and tops of the trend. Moving averages calculated with a low number of periods...
This is my first ever script so any suggestions, recommendations or improvement ideas welcome! This strategy is an implementation of a standard three exponential moving averages strategy (defaults: EMA1=5, EMA2=20 and EMA3=50 candles). Trades are executed if EMA1 crosses above/below EMA2 and they are both above/below EMA3. In addition, the close of the current...
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...
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...
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...
MACD Buy/Sell Strategy Filters bearish crossovers above the 0 line and bullish crossovers below. Uses 34 ema to further filter the trades and take only longs above and only shorts below. Apply at least 2:1 risk to reward ratio to account for losing trades. Trade at own risk!
Today I have published a Backtest edition of one of my scripts. For anyone looking into the indicators please have in the source below where the logic behind the indicator is nicely explained also the source of the inspiration of me coding it in...
Following the introduction of the Moving Regression Prediction Bands indicator (see link below), I'd like to propose how to utilize it in a simple band breakout strategy : Go long after the candle closes above the upper band . The lower band (alternatively, the lower band minus the 14-period ATR or the central line ) will serve as a support line . ...
This strategy implements a simply scalping using the RSI (calculated on two periods), the slopes of two MAs ( EMA or SMA ) having different lengths (by default, I use 50 and 200). A trailing stop loss (%) is used. Entry conditions: .) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long .) Fast MA < Slow MA and Price < Slow MA...
One of the questions hobbyist traders more often ask is: what is the perfect trading indicator? Every indicator is just a tool, so its efficiency is proportional to your ability to read its signals and translate them into an actionable trading strategy. The RSI is likely the most flexible and easy to use among the technical indicators. This trading strategy...
This double EMA crossover strategy aims to illustrate a good strategy design. It is currently the only published script that: supports a proper date picker for the backtest period is able to test in short and long mode only
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...
Script implements strategy: 1 Buy at RSI (10) < 30 2 Sell at RSI (10) > 40 or after 10 days The strategy is not profitable for long term trading.
Galileo Galilei Is the simplest of them all and easy to understand: It has an Exponential Moving Average that you can modify to suit your pair on the chart with it's timeframe, looking at the strategy tester to compare results; The prices for the EMA are taken from the OPEN of every candle (depending on your timeframe); If the current candle's price closes...
Strategy used in the CDI community that consists of having as a signal to enter long when it crosses the entire Ichimoku cloud . It is recommended to use the strategy in one hour candles and the profit / loss ratio is 2 to 1 for swing trading, however it can be used at any time frame. The purpose is to perform a bakctesting quickly by setting the limit and stop...
Overview: This momentum and trend-following strategy captures the majority of any trending move, and works well on high timeframes. It uses an equal-period EMA and SMA crossover to detect trend acceleration/deceleration, since an EMA places a greater weight and significance on the most recent data. This version is optimized for longs, and designed to cut...
Hello everyone! I proudly present the backtest Strategy Script for my "Buy and Hold entry finder" Script. It basically shows you the outcome, if you would use my indicator in the past. The buy signals are limited to 1 order per month. Order Size: Allows you to choose, how much money you want to invest per month. (Please consider, it will only invest an x...