Combo Backtest 123 Reversal & D_Three Ten OscThis 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 Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
TradeStation does not allow the user to make a Multi Data Chart with
a Tick Bar Chart and any other type a chart. This indicator allows the
user to plot a daily 3-10 Oscillator on a Tick Bar Chart or any intraday interval.
Walter Bressert's 3-10 Oscillator is a detrending oscillator derived
from subtracting a 10 day moving average from a 3 day moving average.
The second plot is an 16 day simple moving average of the 3-10 Oscillator.
The 16 period moving average is the slow line and the 3/10 oscillator is
the fast line.
For more information on the 3-10 Oscillator see Walter Bressert's book
"The Power of Oscillator/Cycle Combinations"
WARNING:
- For purpose educate only
- This script to change bars colors.
M-oscillator
DD_Bravo_StrategyThe DD_Bravo_Strategy is a mean reversal strategy that captures oversold or overbought levels, and accordingly goes long or short. It is based on price difference between successive candles and normalization of this difference. It works best on 12H timeframe for BTCUSD.
DM me for details for access.
MACD Multi-MA StrategyThis 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 blow this back testing out of the water!!!
To set alerts simply turn script into study
//@version=2
study(title="MACD Multi-MA Study", overlay=false)
src = close
len1 = input(8, "FAST LOOKBACK")
len2 = input(144, "SLOW LOOKBACK")
/////////////////////////////////////////////
length = len2-len1
ma = vwma(src, length)
plot(ma, title="VWMA", color=lime)
length1 = len2-len1
ma1 = rma(src, length1)
plot(ma1, title="RMA", color=purple)
length2 = len2-len1
ma2 = sma(src, length2)
plot(ma2, title="SMA", color=red)
length3 = len2-len1
ma3 = wma(src, length3)
plot(ma3, title="WMA", color=orange)
length4 = len2-len1
ma4 = ema(src, length4)
plot(ma4, title="EMA", color=yellow)
long = ma > ma and ma1 > ma1 and ma2 > ma2 and ma3 > ma3 and ma4 > ma4
short = ma < ma and ma1 < ma1 and ma2 < ma2 and ma3 < ma3 and ma4 < ma4
alertcondition(long == true, title='MACD LONG SIGNAL', message='MACD LONG!')
alertcondition(short == true, title='MACD SHORT SIGNAL', message='MACD SHORT!')
Pro CryptoSolver Strategy [Jwammo12]This is a pro strategy for trading crypto pairs. It trades both long and short and includes an adjustable stop loss.
Lowering the activity parameter increases the number of trades and is not bounded by zero.
Message me for a free 7-day trial and pricing for lifetime access.
[astropark] Crypto Swing Trading [strategy]Dear Followers,
today a Swing Trading Strategy , runnable on a bot , which works great from 30m timeframe and above. Best suggested timeframes are 1h and 4h.
If you are a scalper, you will love suggested entries for fast profit. You can run it from 1 minute timeframe if you are used to scalp trading and close each trade whenever you fell happy (a proper trailing stop strategy is suggested anyway).
This strategy can trigger till 5 or 20 buy or sell signals in a row before reverting (it changes greatly depending on timeframe you use), so use a proper money management .
Strategy results are calculated on the timeframe from January 2018 to now, so on about 2 years, using 10000$ as initial capital and working at 3x leverage (very safe leverage!).
This is not the "Holy Grail", so use a proper risk management strategy.
This script will let you backtest this script.
The alarms version of this indicator, which will let you set all notifications you may need in order to be alerted on each triggered signals, can be found by searching for "Crypto Swing Trading" and then choosing the "alarms" version.
This is a premium indicator , so send me a private message in order to get access to this script.
ALL.COIN.V1phiên bản này chỉ dùng cho ALL COIN, và chỉ dùng 1 lệnh duy nhất, khồn có gì chắc chắn 100% cả sẽ có lệnh thắng và thua, nhưng đối với chiến lược này giảm thiểu nhữung lệnh thua tới mức thấp nhất có thể, chiến lược chỉ dành cho biểu đồ 1 phút.
This version is only used for ALL COIN, and only one order is used, there is nothing 100% sure that there will be orders to win and lose, but for this strategy to minimize the loss of orders as much as possible, The strategy is only for 1 minute chart.
XBT.BTC.V1phiên bản này chỉ dùng cho sàn bitmex , và chỉ dùng 1 lệnh duy nhất, khồn có gì chắc chắn 100% cả sẽ có lệnh thắng và thua, nhưng đối với chiến lược này giảm thiểu nhữung lệnh thua tới mức thấp nhất có thể, chiến lược chỉ dành cho biểu đồ 1 phút.
This version is only used for bitmex, and only one order is available, there is nothing 100% sure that there will be orders to win and lose, but for this strategy, the order of losing orders is as low as possible. The strategy is only for the 1-minute chart.
Reticulata - StrategyThis is the backtesting script for Reticulata
Reticulata is the first of many scripts to come from Bull Bear Bots. It is an early release version and supports multiple trade logics.
The script works across various markets including Forex and Cryptocurrencies.
All of our scripts are designed for manual traders but are ready to use with automated trading bots.
www.bullbearbots.com
Black Hawk StrategyThis TradingView strategy looks at 4 SMMAs and tries to find crosses that initiate a long or short position.
This strategy also tries to look at certain scenarios where previous opportunities in the past have offered up good long & shorts.
There are 3 take profit points for this indicator. These values at the time at posting were the most optimal. You may find other scenarios that better fit your liking.
There are multiple stop-loss functions.
Yellow Dot contains:
A trailing stop that follows price action. It also includes a stop loss that is only executed if the price closes above/below it.
Red Dot contains:
Typical stop-loss that executes when reached.
#Disclaimer:
1. not a financial advisor.
2. I do not guarantee this script will provide consistent profits or that anyone can make money with it.
Combo Backtest 123 Reversal & D_ELI (Ehlers Leading Indicator) 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 Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
This Indicator plots a single
Daily DSP (Detrended Synthetic Price) and a Daily ELI (Ehlers Leading
Indicator) using intraday data.
Detrended Synthetic Price is a function that is in phase with the dominant
cycle of real price data. This one is computed by subtracting a 3 pole Butterworth
filter from a 2 Pole Butterworth filter. Ehlers Leading Indicator gives an advanced
indication of a cyclic turning point. It is computed by subtracting the simple
moving average of the detrended synthetic price from the detrended synthetic price.
Buy and Sell signals arise when the ELI indicator crosses over or under the detrended
synthetic price.
See "MESA and Trading Market Cycles" by John Ehlers pages 64 - 70.
WARNING:
- For purpose educate only
- This script to change bars colors.
💲SuPeR-RePaNoCHa💲 [Backtest]Script for automatic trading (Backtest). This is the second part of the previous RePanoCHa script but with Take Profit.
It Use 6 indicators + volume:
-JURIK MOVING AVERAGE
-RANGE FILTER (from Donovan Wall)
-ADX (ORIGINAL VERSION)
-PARABOLIC SAR
-RSI + VOLUME WEIGHTED
-MACD
-VOLUME
To close the position you can choose between Take Profit only, Trailing Stop only or both at the same time.
MarketCipher B Backtest (FOR TESTING ONLY, NOT SAFE TO TRADE)A script to backtest the strategy outlined. This is not a final version of the script and is therefore not safe to trade. If you choose to ignore this warning, trade at your own risk.
Combo Backtest 123 Reversal & Detrended Synthetic Price V 2 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 Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
Detrended Synthetic Price is a function that is in phase with the
dominant cycle of real price data. This DSP is computed by subtracting
a half-cycle exponential moving average (EMA) from the quarter cycle
exponential moving average.
See "MESA and Trading Market Cycles" by John Ehlers pages 64 - 70.
WARNING:
- For purpose educate only
- This script to change bars colors.
Combo Backtest 123 Reversal & D_DSP (Detrended Synthetic Price) 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 Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
Detrended Synthetic Price is a function that is in phase with the
dominant cycle of real price data. This DSP is computed by subtracting
a half-cycle exponential moving average (EMA) from the quarter cycle
exponential moving average.
See "MESA and Trading Market Cycles" by John Ehlers pages 64 - 70.
WARNING:
- For purpose educate only
- This script to change bars colors.
[Tirano] Volume Paradox DemoHi. this is Tirano
Introduction to Volume Paradox
1. The lines where the support or resistance acts once are expressed by lines. Once hit and bounced, there is a retest through bounce, and it is likely to bounce again.
- Therefore, if you enter from the section represented by the line when the recurrence occurs, the probability of linking with the profit is high.
2. Express the overall flow in the form of clouds and channels.
- If the cloud is going down slowly, it is better to go into the short when touching the cloud, rather than going into long in the buy signal.
- You can trade without overtaking the whole flow (trend).
- It is advantageous for one way situation that goes in one direction.
If you have any other questions, please leave a comment.
DD_Alfa_StrategyThis is my alfa strategy.
Backtested on the 12H timeframe from June 14, 2019 to November 11, 2019.
Summary:
Net Profit: 50.99%
B&H Return: - 4.49%
Max Drawdown: - 5.41%
Sharpe Ratio: 1.309
Profit Factor: 3.979
Hit Rate: 61.33% (Overall), 47.5% (Longs), 77.14% (Shorts)
Message me for access.
On Balance Volume Oscillator Strategy [QuantNomad]Looking for the way to use OBV Oscillator in a strategy.
Here is my first try. I just enter to position of a cross of 2 emas based on OBV.
Here is my original oscillator indicator:
Combo Backtest 123 Reversal & Cueing Off Sup/Res Levels 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 Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
Cueing Off Support And Resistance Levels, by Thom Hartle
modified by HPotter for trade signals.
The related article is copyrighted material from Stocks & Commodities.
WARNING:
- For purpose educate only
- This script to change bars colors.
Combo Backtest 123 Reversal & Confluence 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 Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
This is modified version of Dale Legan's "Confluence" indicator written by Gary Fritz.
================================================================
Here is Gary`s commentary:
Since the Confluence indicator returned several "states" (bull, bear, grey, and zero),
he modified the return value a bit:
-9 to -1 = Bearish
-0.9 to 0.9 = "grey" (and zero)
1 to 9 = Bullish
The "grey" range corresponds to the "grey" values plotted by Dale's indicator, but
they're divided by 10.
WARNING:
- For purpose educate only
- This script to change bars colors.
GoombX backtestThis is the Strategy version of GoombX for backtesting.
Share your best settings in Discord
To learn how to backtest, please look here:
backtest-rookies.com
and here:
backtest-rookies.com
I strongly recommend backtesting with fees if you plan on using GoombX for automated trading
PB SAR BackTest - ColorbarIndicator with buy/sell alerts for setup/trigger conditions
Built upon Peterbolic SAR current version as of publishing
[BERA] KEANU REEVES STRATEGY TESTThis is a strategy test of my indicator.
Indicator based on Average true range.
LIME ARROW = LONG
RED ARROW = SHORT
LIME COLOR BARS IF GREEN ARROW CONDITION VALID.
RED COLOR BARS IF RED ARROW CONDITION VALID.