TradewithPuneet: Pro-PatternsThe Pro-Patterns strategy is designed to trade classic chart patterns. At present, it identifies the Ascending Triangle patterns and Weekly Inside Bars patterns and takes Long or Short entries, as the case may be.
Ascending Triangle patterns:
- The strategy identifies ascending triangle patterns ranging from 40 to 120 days.
- BUY signals are generated on the breakout of the horizontal resistance line. No SHORT signal is generated on the breakdown of the rising trend line.
- The importance is given to higher lows, instead of attempting to make a perfectly straight rising trend line. Hence, the drawing of the rising trend line is skipped.
- The strategy gives BUY signals on continuation as well as reversal patterns.
- Users can choose exit rules either on the breakdown of a certain number of days or based on ATR.
- The Ascending triangle patterns can be seen on Daily timeframes only.
Weekly Inside Bars
- The strategy identifies inside bars on weekly charts with three candles. This means, that Weekly Inside Bars pattern is said to be formed when the current week's candle is inside the previous week and the previous week's candle is inside the week prior to it.
- A BUY or SHORT signal is generated next week on breakout or breakdown of high or low of third week’s candle.
- The importance is given to a decrease in volume on second & third weeks’ candles.
- The strategy gives BUY or SHORT signals on continuation as well as reversal patterns. However, users can choose to see trading signals on continuation patterns only.
- Users can choose exit rule on breakdown or breakout of a certain number of weeks in case of BUY & SHORT signals respectively.
- The Weekly Inside Bars patterns can be seen on Weekly timeframes only.
The strategy guides you the price level at which to BUY / SHORT and EXIT. It is intended for short to medium-term traders. It is important for the security to close beyond the trigger point for the signal to remain in force.
Strategy!
Ichimoku Kinko Hyo Cloud - no offset - no repaint - strategyIchimoku Kinko Hyo Cloud - no offset - no repaint - RSI filter - strategy
The indicator contains both the standard Ichimoku Cloud , as well as the one without the visual offset.
The Strategy Tester indicates good backtest results when the Ichimoku Cloud is paired with the RSI .
However, it seems it likes to work more as a standalone system.
The indicator can be easily converted to the study() mode by commenting/uncommenting a few lines,
then the alarms can be configured.
There are entry and exit signals ready to be used by the alert system.
The coloring of the cloud without offset contains all 3 conditions: Uptrend , Downtrend , Transition .
Strategy Death To The Bear Simple strategy for the indicator "Death To The Bear".
Simple rules:
- Entry according to the selected weapons.
- Take profit 1 (TP1) in% of daily ATR (can be set, default 20%)
- Active Stop in Breakeven when I take profit in TP1.
- Take profit 2 (TP1) in% of daily ATR (can be set, default 30%)
* Pyramidization can be changed from the configuration (maximum number of tickets to average your price)
* Many do not like to pyramid, but I can assure you that with good management, and good choice of the instrument and time frame, you will get good money.
Note: at the request of some people who cannot see the EMOJI in the configuration you can choose TEXT.
Thumbs up
Altsignals-Running EquityThis is a backtested for the running equity for our Altsignals Indicator PRO+ and SLIM+.
It shows you the performance of each trade, shows you periodical equity, resets the equity after each period to 0, shows histograms after each trade.
This is an easy visual tool following Gainzys style to see how the algorithm performed previously and which settings might be the most or more profitable ones in the near future.
The source of calculation to choose a value between one and close.
Added to show LONG ONLY and SHORT ONLY Equity for LONG ONLY or SHORT ONLY strategies.
Best regards, Altsignals
Strategy MACD vs BBStrategy based on MACD and Bollinger Bands, where BBs are calculatend from macd signal.
Strategy doesn't open at breakout of bands but it waits for a pullback.
Upper and lower bands are used as resistance and support.
There are various parameters that can be optimized.
I have also a study with alerts.
Please use comment section for any feedback or cointact me if you need support.
BEST Trailing Stop StrategyHello traders
Here we go again.... with the second strategy snippet.
Reminder: the first snipper was a Trailing Profit strategy script
What's on the menu?
A trailing stop is designed to protect gains by enabling a trade to remain open and continue to profit as long as the price is moving in the investor's favor.
The order closes the trade if the price changes direction by a specified percentage or dollar amount.
Trigger me I'm famous
I developed many trading strategies in my career and often I've been asked to trigger a trailing-stop once a certain % move has been made.
On the screenshot below, the SL trigger is plotted in maroon.
Once the price goes past that level for the first time, I'll start trailing the trailing stop level.
In other words, when we see a price makes an interesting move in percentage value - we decide to trail the stop for at least not losing any more
All the BEST
Dave
T3+SMA This source code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org
© 03.freeman
This strategy is based only on T3 moving average, but uses sma 200 as filter for enter long or short.
The default settings considers a daily timeframe.
The strategy is very simple: long if T3 increase, short if T3 decrease.
Note that if you set volume factor to 0 you will have an exponential moving average, while if you set to 1 you'll get a DEMA.
HXRO Bot Backtest Time HighlightThis script allows you to highlight the HXROBot backtest interval with the possibility of fragmenting the view to better identify the key areas of your strategy
BEST Trailing Take Profit StrategyHello 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 strategies also - generally not to showcase performance but only to show what pinescript can do.
As once again strategy performance can be faked is so many ways... :)
What's on the menu?
We all know what a trailing-stop is. right? right? Ok... sharing the definition here :)
A trailing stop is designed to protect gains by enabling a trade to remain open and continue to profit as long as the price is moving in the investor's favor. The order closes the trade if the price changes direction by a specified percentage or dollar amount.
But...do you know what a trailing profit is?
Short definition : Well the same but with your profit limit order.
Long definition : A trailing profit is designed to increase your gains by enabling a trade to remain open and continue to profit as long as the price is moving in the investor's favor. The order closes the trade if the price hits the trailing profit level specified percentage or dollar amount.
Some trading strategies used both a trailing stop AND trailing profit. Not making any recommendation here - only sharing what's possible in the realm of trading and pinescripting
Trigger me I'm famous
I developed many trading strategies in my career and often I've been asked to trigger a trailing-stop or trailing-profit once a certain % move has been made.
I integrated here a Take Profit trigger - once hit, it will activate the trailing profit
On the screenshot below, the TP trigger is plotted in orange. Once the price goes past that level for the first time, I'll start trailing the profit level.
In other words, when we see a price makes an interesting move in percentage value - we decide to offset the profit as we concluded that once it reached such distance - then it leads often to more profit
Of course, using only a trailing profit without stop/trailing-stop/invalidation isn't smart and the surest way to kiss goodbye a trading capital and trading and your good mood
See you tomorrow for another strategy snippet
All the BEST
Dave
Moving Average Ribbon strategy [2H timeframe]Moving average based strategy.
This strategy basically buys when close price of n previous + current candle is above ribbon and sells when below.
You can change the type of MA directly in the parameters.
Best use on 2H TF.
Jurik Moving Average Crossover Strategy [ChuckBanger]The classic moving average crossover strategy does not work well in markets that, instead of trending, tend to frequently reverse within a trading range. The lag between the actual time the market has reversed direction and when the moving average is signalling a trade, the trend is already over and the market is about to go against your position. In this environment, a more appropriate trading strategy is suggested here using an JMA Keltner Channel.
The idea is to create a channel based of support and resistance. When the market breaks out of the channel, and fails to maintain momentum. It is likely the price will fall back toward the center of the channel. This tendency can be exploited in the following manner.
In the chart above, The aqua and maroon (center line) and the blue lines are part of a channel. The middle line is a slow running JMA of the closing prices, with Length = 30 and phase = 0. The upper blue band is constructed by adding 1.5 times of 30-bar ATR (average true range) to the center JMA line and the lower blue band by deducting the same amount. There is a grey line running through the data- That is a fast running JMA with length = 5 and phase = 100 representing the price.
The red dots indicate that the the price is going back in the channel and the market is retracting from a failed upward breakout, and the green dots mark when price is retracting from a failed downward breakout. These are places where one might want to enter the trade. The orange dots indicate where price crosses the center line, a reasonable place to take profit from or even exit the trade.
The center line also shows the up or down movements if the setting is ticked. This feature is useful to use when exit a trade. For example, you enter a long position on a green dot signal and the color is maroon. You can wait for 3-5 candles (depending of markets). And if the color doesn’t change it can be an indication that the price is going lower. Here it is possible to switch to a short possible or the opposite apply if you enter on a red dot.
The parameter use in this study is for demonstrating purposes only. This is to show how you can use JMA. Do not trade with real money without thoroughly test the strategy. And always use stop-losses.
Expert studio strategy 1 - GBPUSDThis is part of a series of strategies developed automatically by a online software.
I cannot share the site url, which is not related to me in any way, because it is against the TV reules.
This strategy was optimized for GBPUSD, timeframe 1D, fixed lots 0.1, initial balance 1000€.
LOGIC:
- LONG ENTRY when previous candle is bear
- LONG EXIT: RVI > signal line
- SHORT ENTRY when previous candle is bull
- SHORT EXIT: RVI < signal line
NOTE: I considered the open of actual candle instead of close otherwise there will be a back shift of 1 candle in pine script
Take profit = no
Stop loss = no
I have also a study with alarms.
Please use comment section for any feedback.
Harsachs Grinder StrategyThis is the first public script of Harsachs.
Harsachs Grinder Strategy buys and sells depending on the Average True Range and Moving Average data.
It has 4 functions; Buy, sell, buy stop and sell stop.
Use this strategy to trade all equities in 15 minutes timeframes. Don't forget to take profit manually because Harsachs Grinder Strategy may wait for Average True Range to hit to buy or sell stop.
Please like the script before using it. Ask your questions in the comment section below!
High Gain Volume Strategy Only 2 Candles The result after having a good wine...
Data with reliable volume required.
to enjoy!
CCI strategy on OIL1HThis indicator is based on Commodity Channel Index.
It buys when CCI on period 200 is under -130 and it´s rising last 12 bars. It closes the position by hitting Take Profit, Stop Loss or opening short position.
It sells when CCI on period 200 is over 130 and it´s falling last 12 bars. It closes the position by hitting Take Profit, Stop Loss or opening short position.
This strategy seems to working just on USOIL on 1 hour chart. This can predict that it´s just luck and not proper strategy or indicator I would use for trading.
This script is just for educational purposes and that´s why the script is open. I will be happy if you will leave comment and try to come up with some ideas how to improve this strategy, so it can be used also on other commodities/forex pairs.
DELTA7 StrategyStrategy Tester Script for DELTA7. It includes all strategies in main scripts.
However, be aware that DELTA7's main purpose was designed to be an analysis tool system and not a signal bot.
DELTA7 System is a full-featured system with advanced chart-overlay and one augmented RSI oscillator that doesn't require any further indicators.
It's a complete solution focused on being simple and minimal for a traders/investors that want to make decisions based on momentum, trend, price and market structure.
Main scripts are found at
These indicators have been published for private-use and paid customers. Access cannot be granted to anyone else.
Thanks.
Hades [HighRisk/BTCUSDT/2H/Binance only](v1.0)Hi everyone!
This is the " high-risk/Higher reward " version of my BINANCE:BTCUSDT accumulator: Hades .
This indicator has been developed for BINANCE:BTCUSDT /Binance/2H/Candles only.
Hades is looking for specific money/price patterns and compare the results with the "retails sentiment" then, the potential signals are filtered out with an advance/exclusive trend detector. ("Apóllôn" module)
- Very High Profits (~23700% in about 2.5y compounding and fees included)
- High accuracy (~80%)
- Med-Low Drawdown (~26%)
As usual with my scripts:
- No repaint.
- Two Weeks of trial. (Minimum 1 Full trade/nothing to lose!)
Don't hesitate to claim your trial to check on its performance.
More information in my signature.(again don't hesitate to send me a message if you have question)
Have a Good Day!
Combo Backtest 123 Reversal & D_Three Ten Osc 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
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.
Impulse Scalper [NXT2017] - with included market scannerPrivate Indicator.
HI BIG PLAYERS,
with this indicator it is possible to analyze small rebound effects in the trading market and to scalp the movement into the trend again.
HOW IT WORKS
Hereby the indicator use a candleformation with a huge wick inside of a band, based on a Simple Moving Average on the 50 highs and 50 lows.
A signal is shown with vertical red/green background around the bar for selling/buying. Furthermore, the high/low of the signal serves as StopLoss line and makes a horizontal red line inside the active trading time. The trade is to closing if the second candle after the signal is finished.
For example:
1. candle => signal
2. candle => entry on open price with the SL
3. candle => nothing to do
4. candle => close your trade after candle 3 is finished
For the analysis I have set the following settings:
Initial Capital: 100 000 (the default setting)
Base Currency: USD
OrderSize: 3% of equity
Pyramiding: 1 orders
Commission 0%
Verify Price For Limit Orders: 0 ticks
Slippage 0 ticks
Recalculate:
After Order is Filled (deactived)
On Every Tick (deactived)
A market scanner is also integrated in this indicator. Since good signals rarely occur in a market, the market scanner allows up to 10 markets to browse for the signals simultaneously. My favorite markets are currently selected as default.
The 10 default markets are:
AUDJPY
BTCEUR
BTCUSD
ETHBTC
ETHUSD
EURJPY
GBPNZD
NZDUSD
USDCAD
USDJPY
Market Scanner in action (in the settings you can also hide the labels):
Of course, alerts are also possible with the TradingView Alerts system. For example it's possible to get a message per signal to your e-mail, that you use on TradingView.
Access to the indicator: use the link below, thanks for your attention!
Kind regards
NXT2017
OnePunch Algo Hard BUY/SELL and Date Range - Version 1~~~ How to Detect Sell Signals ~~~
The First Red Outlined Yellow Bar after a purple "close entry order long" signal : then that is a SELL
~~ What is Purple Signal~~~
Purple "Close Entry Order Long" is a warning for a trend reversal. Normally this is given when the upward trend is reversed.
~~~ How to Detect Buy Signals ~~~
Like in the screenshot, the 1st blue "long" signal after 1 or couple of white bars; then it is a BUY.
Note: This is only available for invited members only. This is a new strategy with Dates ranges.
Highest/Lowest Center Lookback StrategyBasicaly long when price above middle of highest and lowest price in lookback period.
EVWMA VWAP Cross Strategy [QuantNomad]Continue to experiement with VWAP and EVWMA.
It seems that just simple crosses between VWAP and EVWMA can be pretty good signals. VWAP is a bit choppy so you can use VWAP smoothing input to smoth it a bit.
Here are few other strategies based on EVWMA:
EVWMA VWAP MACD Strategy
QuantNomad - EVWMA MACD Strategy
MACD Indikator v1If you make a loss, I am not responsible for it. Please use this with caution.
==================================================================================================================================================
MACD - Strategy
Considering cross the lines and Top / Buttoms.
==================================================================================================================================================
Do realize that the indicator is not 100% accurate and please use this with caution. Please read the disclaimer below before using this indicator or the services (Telegram/ Twitter , Trading View etc.) services associated with this indicator:
Disclaimer:
No Investment Advice Provided
Any opinions, chats, messages, news, research, analyses, prices, or other information contained here are provided as general information for educational and entertainment purposes only and do not constitute investment advice. My bullshit statements should not be relied upon as a substitute for an extensive independent market research before making your actual trading decisions. Opinions, market data, recommendations or any other content is subject to change at any time without notice. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from use of or reliance on such information.
I do not recommend the use of technical analysis or any analysis as a sole means of trading decisions. I do not recommend making hurried trading decisions. I have no clue about PAST PERFORMANCE or any INDICATIVE FUTURE RESULTS.
THE script and its associated services ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE, WEBSITE, SCRIPT, SIGNALS.