Level: 5 Background In order to celebrate the breakthrough of 4000 followers of my account, I decided to release the Sextan backtesting framework for free use to help more quantitative traders quickly evaluate any technical indicators. The version released this time is based on the algorithm framework optimization of the old version, and integrates the new...
Simple backtest for Top Trend found here: What this backtest includes: -Customization of inputs for Top Trend calculation -Take profit 1 (TP1), and Stop-loss (SL), calculated using standard RMA-smoothed true range -Activation of TP1 after entry candle closes -Long and short signal cross entries Happy trading!
TRADE CONDITIONS Long entry: Tenkan-Sen is above Kijun-Sen (blue line above red line) Price closes above both Tenkan-Sen and Kijun-Sen (price closes above both blue and red lines) Tenkan-Sen and Kijun-Sen is above Senkou Span (both blue and red lines are above cloud) Senkou Span is green (cloud is green) Price pulled back and closed below both...
WHAT IS EasyBacktester ? EasyBacktester is a tool that helps you backtest trading strategies built by yourself with an included strategy builder and a multitude of options. From within the parameters of the tool, you can specifically pick your entry settings across 12 most common indicators, such as "RSI", "MACD", "Moving Averages" etc... Then you can immediately...
TRADE CONDITIONS Long entry: QQE Mod changes to Blue (leading indicator) SSL Hybrid is Blue and price is above MA Channel line Waddah Attar Explosion is Green and above Explosion line Short entry: QQE Mod changes to Red (leading indicator) SSL Hybrid is Red and price is below MA Channel line Waddah Attar Explosion is Red and above...
This is a early version of the Pinball Trading Strategy turned into a Tradingview strategy for automated backtesting. I have tried to include as many customization options as possible. Currently you can choose two options to define the trend and 5 options to define your entry. The option 'do you want the acc in your stoploss' makes for unexpected behaviour...
This is combo strategies for get a cumulative signal. First strategy This indicator plots 2/20 exponential moving average. For the Mov Avg X 2/20 Indicator, the EMA bar will be painted when the Alert criteria is met. Second strategy This indicator plots the oscillator as a histogram where blue denotes periods suited for buying and red . for...
This is combo strategies for get a cumulative signal. First strategy This indicator plots 2/20 exponential moving average. For the Mov Avg X 2/20 Indicator, the EMA bar will be painted when the Alert criteria is met. Second strategy This indicator calculates 3 Moving Averages for default values of 13, 8 and 5 days, with displacement 8, 5 and 3 days:...
This is combo strategies for get a cumulative signal. First strategy This indicator plots 2/20 exponential moving average. For the Mov Avg X 2/20 Indicator, the EMA bar will be painted when the Alert criteria is met. Second strategy Bear Power Indicator To get more information please see "Bull And Bear Balance Indicator" by Vadim Gimelfarb. ...
This is combo strategies for get a cumulative signal. First strategy This indicator plots 2/20 exponential moving average. For the Mov Avg X 2/20 Indicator, the EMA bar will be painted when the Alert criteria is met. Second strategy This histogram displays (high-low)/close Can be applied to any time frame. WARNING: - For purpose educate only -...
This is combo strategies for get a cumulative signal. First strategy This indicator plots 2/20 exponential moving average. For the Mov Avg X 2/20 Indicator, the EMA bar will be painted when the Alert criteria is met. Second strategy The related article is copyrighted material from Stocks & Commodities Mar 2010 WARNING: - For purpose educate only -...
This is combo strategies for get a cumulative signal. First strategy This indicator plots 2/20 exponential moving average. For the Mov Avg X 2/20 Indicator, the EMA bar will be painted when the Alert criteria is met. Second strategy The Average Directional Movement Index Rating (ADXR) measures the strength of the Average Directional Movement Index...
Backtesting Script that compares different way to trade the Ichimoku Cloud. With this script you can test 2*2 different Ichimoku Cloud Entry conditions, more on that down below. This script is useful to figure out what conditions work best for the applied market (so not only parameters of the Ichimoku Cloud are changeable). Strategy foundation This conditions...
This Strategy uses a EMA as a trend filter and MACD for entries. The stoploss can be calculated by the last highs/lows or by the ATR. Entry Conditions Long: close price must be above the EMA MACD-Line crossover MACD-Signal-Line MACD-Signal- Line mus be below 0 Short: close price must be below the EMA MACD-Line crossunder MACD-Signal-Line ...
For anyone interested, Here is an example of how to put backtesting results into an Indicator. This calculates the same values as you find in the Summary Screen of the built in Strategy backtester. This will use the same result size as the standard backtester i.e. 5 minute chart grabs roughly 1 month of data, 1 minute chart grabs 1 week of data, etc... I tried...
Are you tired of being able to see the future while you're backtesting? Have you ever clicked to a higher timeframe in bar replay, only to realize you've just seen everything that's going to happen before you've had a chance to test it? If you've had this problem, Backtest Helper is here for YOU. All you have to do is set a start date and time, then set your...
This pine script strategy allows to backtest Grid bots. This initial version offers the following features: - Set the top and bottom limits of the grid - Plots the average position price, realised and unrealised profits - Set the value to invest - This script is a strategy so you can check each individual buy/sell, stats and all included with strategies ...
Many traders spend a lot of time to create algorithms full of unrealistic and far from reality indicators and market conditions. With this script I want to help traders understand the advantage of the Pine language. Using indicators with no statistical foundation and creating algorithms with technical indicators and thousands of conditions is not always the right...