Apple, Advanced Micro Devices Inc, Amazon Com Inc, Facebook Inc, ROKU INC, BEYOND MEAT INC
S&P 500, Nasdaq Composite, מדד דאקס, Dow 30, ניקיי 225, Shanghai Composite
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
זהב, Brent Oil, נפט גולמי, CFDs on Natural Gas, Palladium, כסף
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...
SUMMARY: A strategy wrapper that makes a detailed and visual comparison between a given strategy and the buy & hold returns of the traded security. DESCRIPTION: TradingView has a "Buy & Hold Return" metric in the strategy tester that is often enough to assess how our strategy compares to a simple buy hold. However, one may want more information on how and when...
Hello traders Hope you enjoyed your weekend on my behalf. Was staying home working ... ^^ This is my first strategy educational post I'm doing ever While I'm generally against posting strategies because it's very easy to fake performance numbers... I cannot prevent myself from sharing a few cool strategy snippets anyway. So from now on, I'll be sharing a few...
Continue looking for more signifcant pivot points. This script is based on my "Significant Pivot Reversal Strategy". In this strategy I use concept of pivot of pivot points. So for PoP I require that pivot highs point should have 2 lower pivot highs points around them and pivot low 2 higher pivot lows points. Transparent lines represent usual pivot levels...
The result after having a good wine... Data with reliable volume required. to enjoy!
This script tries to ride bull trends and stay out of the market in bear trends.
This script was built using a logical approach to trading systems. All the details can be found in a step by step guide below. I hope you enjoy it. I am really glad to be part of this community. Thank you all. I hope you not only succeed on your trading career but also enjoy it. docs.google.com
Credit goes to QuantNomad for the idea behind this code. Here is the original script. This strategy simply goes long on a cross above zero of the calculated delta line and short on a cross down below zero. The delta line is calculated using 2 volume based moving averages. There is a fixed 9% stop loss but you can change this to an ATR Derived stop in the settings.
Allows for back test of the "QQE Cross v6.0 by JustUncleL-Long-Short Alerts by sscogin" indicator/strategy. Provides the ability to test this strategy on long/short trades with the added option to select a %stop loss or %take profit signals. Easy to adjust settings to long only, short only, or continuous long and short, and to immediately analyze profit %...
It's my new strategy using EVWMA (Elastic Volume Weighted Moving Average). Now I created a Bollinger Bands strategy where basis level is EVWMA. It looks pretty interesting but you have to be careful with the entries/exits on the same bar, I'm using stop orders, so on big moves it happens pretty often. In the next version, I will try to eliminate these issues....
This is a Strategy version of my Golden X/Death X indicator. The strategy goes long on a golden cross and short on a death cross. You can change the MA types and periods in settings.
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 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 script is for a triple moving average strategy where the user can select from different types of moving averages, price sources, lookback periods and resolutions. Features: - 3 Moving Averages with variable MA types, periods, price sources, resolutions and the ability to disable each individually. - Crossovers are plotted on the chart with detailed...
Basicaly long when price above middle of highest and lowest price in lookback period.
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 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.
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...