CMO & WMA Backtest ver 2.0 This indicator plots Chandre Momentum Oscillator and its WMA on the
same chart. This indicator plots the absolute value of CMO.
The CMO is closely related to, yet unique from, other momentum oriented
indicators such as Relative Strength Index, Stochastic, Rate-of-Change,
etc. It is most closely related to Welles Wilder?s RSI, yet it differs
in several ways:
- It uses data for both up days and down days in the numerator, thereby
directly measuring momentum;
- The calculations are applied on unsmoothed data. Therefore, short-term
extreme movements in price are not hidden. Once calculated, smoothing
can be applied to the CMO, if desired;
- The scale is bounded between +100 and -100, thereby allowing you to clearly
see changes in net momentum using the 0 level. The bounded scale also allows
you to conveniently compare values across different securities.
Cerca negli script per "algo"
Strategy - Bobo's Pivot ATR SwingHi there, welcome to my pivot ATR swing bot. I put this out there with source code hidden to see what ideas others have to use it. Also if there are any coders of trading systems out there who wanted to work with me to put this into a form that could trade automatically we could both use... I'd welcome that kind of collaboration and will happily share the underlying rules of this and the more highly developed version that isn't public.
But as it is, the signals are free for all, use them as you wish and at your own risk. If you want to discuss the code, strategy or ideas, I'm around fairly regularly just message.
The bot is fairly simple design that will give you signals for long and short intraday/week on equity futures / CFDs / ETFs. You'll see it backtests fairly well on an hourly SPX500 chart as configured. You will need to set up certain parameters to account for any different timeframes and markets you wish to trade. For me it's most effective pick out a few good swing trades per week in equity futures. However part of the idea of putting this in the public domain is to see if other people will have good but different ideas how to use it. Please share with me if so :).
The basic concept is a series of 3 lines that define the area and movement we wish to trade. The daily pivot is the central line (blue). We are looking to capture reversions to this middle line from extremes (red and green). Therefore the bot will signal exit at the close of every candle that has passed through the pivot.
Entry is decided by the outer bands around the blue line. Red is the top band, green the bottom. As configured, these are simply placed a daily ATR value apart, centred around the pivot. You can change this quite a lot though, so let's go through the settings:
Pivot Timeframe - simple, a daily pivot is calculated from the previous day's values (high + low + close)/3 . BUt the same calculation can be applied to any length candle, day, minute, month or whatever. This makes the middle target line more or less responsive to recent price action.
ATR Band Timeframe - When we calculate the average range, we need to know what candle length makes up our series. Daily candles is the default, but you can change that here.
ATR Lookback - When we calculate the average range, we need to know how many instances of the timeframe (day, minute, hour etc) we look back to create an average. The lower the lookback value, the more the width of the bands (the distance from pivot) will change quickly based on the volatility of previous candles. The higher the lookback value, the more stable the band width will be to recent volatility.
ATR divisor - The ATR value above is divided by this value, before being added or subtracted to the pivot to create the red and green lines. Default value is 2, and this means the distance from the red band to the green band will be equal to 1 ATR, as calculated according to the parameters above. Setting this to 1 would mean that each band is one ATR away from pivot (ie the bands got wider apart). Set this to 4, and it means that it is only 1/2 an ATR from green to red.
Take Profit / Stop Loss. - We know what a stop and profit target are, but worth nothing that a 0 value disables stop loss or profit targets. The bot will still close positions when crossing pivot.
Also, note the mintick value of the instrument you apply this to. For example for the CFD chart SPX500 the mintick value is 0.1. So a 100 value for stop loss = 10 points on SPX500. but if you were to trade the same thing basically, but the emini future ES, the mintick value is 0.25. So for a 10 point stop on the ES chart, you would need a value of 40 in this bot. US30 and YM have convenient mintick values of 1. Currencies can be a bit of a nightmare :).
Trend Trader Bands Backtest This is plots the indicator developed by Andrew Abraham
in the Trading the Trend article of TASC September 1998
It was modified, result values wass averages.
And draw two bands above and below TT line.
Trend Trader AVR Backtest This is plots the indicator developed by Andrew Abraham
in the Trading the Trend article of TASC September 1998
It was modified, result values wass averages.
Ichimoku Backtest Ichimoku Strategy
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Oscillating Market Case StudyThis is a little something I created to analyze the market. Ultimately, I wanted to create something that could encapsulate the entire market as best as possible. The idea was simple, use technical analysis to create cases that would indicate entry positions and exit positions for long positions initially. After completing that, I decided to add a few shorting cases.
A combination of 25-30 indicators were used to create this, and the indicators were modified with a filter to create a smoothed overlay.
So here's the breakdown:
- 10 total cases: 7 long, 3 short
- The 7 long cases are broken down into three categories; long term, medium term, short term
- Short Term: OC1, OC2, STB1, STB2
- Medium Term: STB1, STB2
- Long Term: LTB1
- Shorting Cases: SC1, SC2, SC3
- The cases are both plotted as text and entry orders; this can be toggled on and off through the format menu.
I suggest you use the format menu to get the most out of this script. The menu consists of toggles to turn of the plots and/or the entries. It's pretty self explanatory. Use it to keep the chart cleared and concise so you only visualise the cases that you need.
Personally, the cases that have worked the best for me are:
- Long Cases: OC1, OC2, STB2, LTB1
- Shorting Cases: SC2, SC3
I kept this description as short as possible, but please feel free to reach out if you have any questions.
Pretty much, use the cases and see if it works for you.
Quantitative R-Difference Trading Strategy/SystemWorks extremely well with many stocks.
This strategy was tested on all components of the Dow since 1987. It averaged 22% a year. Slippage and commission were accounted for. 70% of the trades were profitable. The average maximum drawdown was around 15%.
This strategy has also been tested against random. The results indicate that this strategy's results are not due to random chance, but rather it has an edge in the stock market.
Does not repaint, and is not a curve fitted strategy.
Absolute Price Oscillator (APO) Backtest 2.0 The Absolute Price Oscillator displays the difference between two exponential
moving averages of a security's price and is expressed as an absolute value.
How this indicator works
APO crossing above zero is considered bullish, while crossing below zero is bearish.
A positive indicator value indicates an upward movement, while negative readings
signal a downward trend.
Divergences form when a new high or low in price is not confirmed by the Absolute Price
Oscillator (APO). A bullish divergence forms when price make a lower low, but the APO
forms a higher low. This indicates less downward momentum that could foreshadow a bullish
reversal. A bearish divergence forms when price makes a higher high, but the APO forms a
lower high. This shows less upward momentum that could foreshadow a bearish reversal.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Market Facilitation Index (MFI) Backtest The Market Facilitation Index is an indicator that relates price range to
volume and measures the efficency of price movement. Use the indicator to
determine if the market is trending. If the Market Facilitation Index increased,
then the market is facilitating trade and is more efficient, implying that the
market is trending. If the Market Facilitation Index decreased, then the market
is becoming less efficient, which may indicate a trading range is developing that
may be a trend reversal.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Keltner Channel Backtest The Keltner Channel, a classic indicator
of technical analysis developed by Chester Keltner in 1960.
The indicator is a bit like Bollinger Bands and Envelopes.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
[frac] Flowrate StrategyThis script employs an algorithm to assess the net volume traded. Entry and exit signals are a function of the MA crossovers. The default settings produce extremely strong results on 4hr charts. Alternative settings set to EMA and a 233 Channel Length also produce very encouraging results on higher resolution timeframes, specifically the 15m-1hr.
[Development version] XBTUSD (Bitmex) Short term- Features:
+ Development version for XBTUSD (Bitmex) short term: M15/M5
+ Separately optimized AI trading algorithm for different time frames: M15/M5 (including Margin and Exchange Trading).
+ Trustworthy backtesting accuracy result with 100% non-repainting, no difference between backtesting and live trading.
+ Still in development stage, will release this version asap.
XT AI Trading System for XBTUSD (BitMEX)- Features:
+ XT-AI-TRADE System with special built-in XT-AI Trend line, trend cloud indicator for XBTUSD (BitMEX) with the best performance.
+ Full backtesting from April 2018 with results as below:
Time frame / Net profit / Percent profitable / Profit factor
H1: 450% / 80% / 74.187
H2: 445% / 100% / Max
H3: 778% / 80% / 17.264
H4: 624% / 85.71% / 119.905
D1: 169% / 100% / Max
+ Separately optimized AI trading algorithm for different time frames: H1/H2/H3/H4/D1 (including Margin and Exchange Trading).
+ Trustworthy backtesting accuracy result with 100% non-repainting, no difference between backtesting and live trading.
+ Real-time push notification system: Email / Telegram... to your PC and Smartphone => Enjoy trading life.
+ 24/7 business operation.
*** Sign up for a trial here : goo.gl
Woodie Pivot Points Backtest Simply input the vales of the high, low and closing price of the previous
period to calculate the Woodie pivot point and the associated resistance
and support levels for the present period.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Volatility Backtest The Volatility function measures the market volatility by plotting a
smoothed average of the True Range. It returns an average of the TrueRange
over a specific number of bars, giving higher weight to the TrueRange of
the most recent bar.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
DNP V3DNP V3 identifies optimal times to enter and exit a trade on relatively high-volume goods. The in-house algorithm works against all asset classes, from Forex, stocks, options and, especially, cryptocurrencies.
Through TV's alert system you can set up email alerts to notify you of any meaningful change in market activity, thereby giving you more time to take care of the things in life that are truly important.
There's no skill of interpretation required. Simply discover a set of values that return favorable profits on the backtest, set up the alert according to them and then buy and sell when told.
Welcome to the matrix
This script works best with: high volume, long-term goals, large trade positions.
TFS: MBO Backtest MBO indicator is the third component of TFS trading system. This indicator
was developed by Bryan Strain and Mark Whitley.
The idea of MBO is similar to moving average convergence/divergence (MACD)
indicator. It is calculated by subtracting the 200-day moving average from
the 25-day moving average.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
TEMA1 Backtest This study plots the TEMA1 indicator. TEMA1 ia s triple MA (Moving Average),
and is calculated as 3*MA - (3*MA(MA)) + (MA(MA(MA)))
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Zos Ichimoku Trading SystemFully automated Ichimoku Cloud based trading system. Automated entry and exits.
Message me on Telegram for access. @zacharyo
(c) Bronte Capital
LFT (Low Frequency Trading) StrategyLFT (Low Frequency Trading) Strategy - For Brokers with HIGH FEES.
Hi,
This is a LFT Strategy made for brokers with high fees per trade. It minimizes the amount of signals given by using an algorithm which only enters when the market has satisfied 15 different indications, and a few custom requirements such as VOD. (Volatility on Daily)
Also you should set a 100 point SL.
DO NOT USE THIS IF THE BROKER YOU ARE USING DOES NOT HAVE HIGH FEES - THIS STRATEGY SHOULD ONLY BE USED FOR LARGE SWING TRADING, NOT SCALPING. YOU WILL NOT RECEIVE SMALL SIGNALS, ONLY MAJOR MOVEMENTS.
I will make modifications to the strategy and publish a version which can be used for scalping, only if there is demand.
To get this strategy just comment below and I will grant you access for a while until the next large update.
Use at your own risk, you are increasing your chances at losing money by not following my instructions. USE ONLY FOR HIGH FEE BROKERS.
Smart Money Index (SMI) Backtest Attention:
If you would to use this indicator on the ES, you should have intraday data 60min in your account.
Smart money index (SMI) or smart money flow index is a technical analysis indicator demonstrating investors sentiment.
The index was invented and popularized by money manager Don Hays. The indicator is based on intra-day price patterns.
The main idea is that the majority of traders (emotional, news-driven) overreact at the beginning of the trading day
because of the overnight news and economic data. There is also a lot of buying on market orders and short covering at the opening.
Smart, experienced investors start trading closer to the end of the day having the opportunity to evaluate market performance.
Therefore, the basic strategy is to bet against the morning price trend and bet with the evening price trend. The SMI may be calculated
for many markets and market indices (S&P 500, DJIA, etc.)
The SMI sends no clear signal whether the market is bullish or bearish. There are also no fixed absolute or relative readings signaling
about the trend. Traders need to look at the SMI dynamics relative to that of the market. If, for example, SMI rises sharply when the
market falls, this fact would mean that smart money is buying, and the market is to revert to an uptrend soon. The opposite situation
is also true. A rapidly falling SMI during a bullish market means that smart money is selling and that market is to revert to a downtrend
soon. The SMI is, therefore, a trend-based indicator.
Some analysts use the smart money index to claim that precious metals such as gold will continually maintain value in the future.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Percent difference between price and MA Backtest Percent difference between price and MA
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Modified Price-Volume Trend Backtest The related article is copyrighted material from
Stocks & Commodities.
Strategy by HPotter.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.