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
Strategy!
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.
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
I Like Winners And Love Loosers!Maby you could, use this simple long/short strategy with a few % leverage to work around your hodl position?
NINJA SCALPERNinja Scalper is the next evolution of the Trade Trend Indicator.
I have been trading for over 23 years now and these indicators are based on my trading style risk verse reward. The change in this is to make it more responsive and to integrate with Sword.
The background of this indicator is:
The original Trade Trend Indicator (indicator) has been the brain child of 23 years of trading experience rolled into a simple to understand all market setup alert system based solely on 5 high probability trade set ups with a 6th high risk. The hope is to provide something that is can assist traders in building confidence in their trades with a little assistance from the indicator.
This like any and all indicators is not a be all and end to trading, yes while back tested the indicator has produced fantastic profitable results; past performance is not a guarantee of future but which with human intervention can increase the return result exponentially.
You need to be able to chart simple candle sticks and you need to have an understanding of support and resistance areas to make sense of what you are doing in trading otherwise even this indicator won't help you.
While this may alert buy or sell / long or short entrance these are to be taken as educational points of reference and if you wish to trade you are understanding that you enter and exit at your own risk. Not many indicators will alert you to the possibility of a rogue wave spike / dump or both, this will but everything is perspective of the time frame you are on.
The indicator is designed for the 4hour time frame with trade entry on the 15min and managed on the 30min time frame. Alot can happen within these time frame but as we know not every trader can sit in front of a screen for hours at a time and this let's one trade for swings. Once you have your entry you place your exits and you set your stops. If you wait for the alert to exit you are in a draw down this should never reach that point pay yourself for being right.
The some set ups are simple:
1. Trend change from bearish to bullish buys are dip interim support entries.
2. Trend change from bullish to bearish sells are top interim resistance exits.
3. Blue buy is an entry position for a trade.
4. Blue long is an add position for a trade.
5. Red short is just that a short trade idea. (this is advanced and requires a manual cover target),
6. Green buy is a break out over the next candle to print above (highest risk)
All trades are based on a 5% to 10% of capital entry with no more than 40% ever in 1 trade goal is many consistent trade wins while limiting the losses and size.
Certain set ups such as longs over the Moving Averages but below the cloud can lead to strong rally returns as well as short in a bearish trend just above the Moving Averages can give prolonged selling pressure.
Pay attention to the golden dump line as it rises the closer to the candle it gets the higher the risk of the trade lacking continuation.
None of this is to be taken as investment advice but rather Edutainment and infotainment
#TradeSocially
Cyatophilum BITCOIN Daily IndicatorFree indicator
To get it, add it to your favorites using the button below, then you will find it on your chart in the "favorites scripts" tab
I wanted to have a tool that would quickly show me an overview of the Bitcoin chart each day, and receive alerts when something was happening, so I made this indicator.
Optimized for Bitcoin / USD on the daily timeframe, this indicator uses many technical tools such as a double Donchian channel, momentum, volume, RSI, divergences and moving averages.
HOW TO USE
Signals - You can create Automated Alerts corresponding to the graphic labels on chart.
BUY: Most bullish signal. Go long or buy bitcoin if you haven't already.
⚠️ REVERSAL: The bear trend might be over soon. Prepare some stable coins on your exchange to make sure you are ready to trade.
⚠️ RISE: Very bullish signal meaning a lot of people are buying. At this point you should just follow the sheep herd and buy.
⚠️ DROP: A drop is very likely to happen. Take your profits even though the rally can continue. Most of the time the price will drop significantly.
SELL: Most bearish signal. Go short or sell bitcoin.
Note: Use 'Once per bar close' option when creating alerts to get the exact same signals as on the chart, but only at candle close. Otherwise use 'Oncer per bar' to get them as soon as possible but the graphic-signal can disappear (unvalidated) at candle close.
Parameters
"Show 3 EMAs": Show a 50, 100 and 200 EMA. Usefull for golden/death cross.
"Channel_Length" Length in bars for the double Donchian Channel. Default is 30.
Any feedback is welcome!
To get access to my private strategies, use the link below