Trend Movement S1-TMIdea:
This script combines: Moving Average (MA), Directional Movement (DMI), MACD
When condition of long or short position from all mentioned indicator are met script opens position. Once trend changes, it closes the position.
Then add some filter conditions to avoid noise.
Concept:
(Note that we take the close to get the closing price)
-Using only cross up down with MA will give a reversal point, but the downside is that it can be noisy.
-MACD will show the current trend detected by cross point.
-Then the +DI , -DI , ADX values are taken into account to confirm the price direction and movement strength.
-This strategy solves this problem by combining 2 more moving averages called 2 trend lines 1 long and 1 short. When the short line crosses up, it will show that the price trend is increasing (at this time the background between these 2 lines will be green) and vice versa (red). To determine if the current trend is bullish or bearish . This will avoid buying when price tend to go down.
-However, there will be many points where some more complex logic is needed. It will add conditions and calculate the probabilities before triggering the signals (You can see them through the item symbols B1, B2, ... ).
How it works:
1. The thin line is stand for short term moving average, and the thick line is stand for long term moving average.
If thin lines cross the thick lines, their color and background will turn green, the price is tend to go up (Uptrend).
If thin lines cross down thick lines, their color and background will turn red, the price is tend to go down (Downtrend).
2. Ability to check the checkbox in setting to show the Golden/De*ath cross.
The yellow symbol "+" is the Golden cross.
The black symbol "+" is the De*th cross.
3. Buy and Sell are show clearly on strategy as the buy and sell point. The default source from bar is CLOSE
4. Setting "Buy only" it using for spot market.
5. When "Not buy in down trend" is checked, it will not trigger buy when in down trend (thin lines cross down thick lines like description in 1.)
6. Setting High spread will call Close buy when it match the High spread bar with the High spread % value
7. It provides setting "Back test From date/To date" for backtest feature. You can set "BacktestFrom date" as the begin of test period. If check box "Using To Date" is check: "Backtest To Date" will be the end of test period.
Suitable time frames:
4h, 1D, 1W
* Please note that this logic does not attempt to predict future prices or 100% accurate signal; Strategy Tester are available to test the profitability of this strategy.
(INVITE ONLY indicator. Please direct message or visit website to try it out)
Hope you guys enjoy!
Examples:
BTCUSD 4H
TSLA 4H
Auto
HULL SUIT ,VORTEX,VOLUME OSC this strategy includes 3 free tradingview indicators
the 1st indicator is hull suit and the 2nd indicator is vortex and the final one is volume oscillator
for a long signal to be valid
the price must be above green hull suit line
, with new bullish cross on vortex , the blue line has to crossover the red line this would be anew signal to entr long position if volume oscillator above zero line , our stoploss must be under the recent lower low
and the risk to reward ratio will be 1.5
for a short signal to be valid , the price must be below red hull suit line
, with new cross on vortex , the red line has to crossover the blue line this would be anew signal to entr short position if volume oscillator above zero line ,
and lets see what happened to our trade
boonam17_ALERT이용 관련 문의는 이메일 boonam17@naver.com 통해 해주시기 바랍니다.
백테스트 결과와 실제 투자 결과는 개인 블로그를 통해 업데이트할 계획입니다.
Godtrix's Crypto HA+RSI+EMA+ATH+DCA Strategy 3.0New Updates is here! Upgrade from previous version 2.0 (Please avoid using v2.0 as it's outdated.)
Great stability, Repaint bug fixes, and New features!
==================
| Introduction: |
==================
This is a Long Term Strategy, using compounding profit method, it can generate high returns, but it also risk for losses, this can be overcome if you set Stop Loss to over 25% for bitcoin & 60% for Altcoins.
Best profit plan with this strategy is you trade on Future leverage while you hold on to your coin, so that when price goes up, your coin value goes up, and at the same time, you trade with your leverage to earn even more, easily doubling up your total profit.
Benefits:
Fully customizable and you can easily personalized it and FINE TUNE it according to the market or coin you trading on.
The strategy is based on REAL PRACTICAL trading skills, so it works in real-world.
I fixed the "repainting" issue so the backtest it shows you IS ACCURATE when you run for real-time.
We all know one indicator is not going to help you win your trades, so this strategy combines ALL three: EMA for long+short term trend, HA for short term trend, RSI for entry/exit
This strategy is designed for LONG trade (Buy low, Sell high), not for SHORT trade.
This is not day trading, it is more to mid-term trading, where there's only few trades per month
Mainly is coded to work with 3Commas bot auto trading, so you only need to key in your Bot ID & Email Token.
Bot trading NOTE:
- You need to replace the Alert Message with this: {{strategy.order.alert_message}}
- And you'll need the Bot's webhook Url set with the Alert too.
- One Alert will work for both Buy and Sell Order
- If you using other Bot service, you can enter Custom Command in Input Settings too, it works on any bot service.
Lastly,
regarding the setting advice, I would say you try playing with different settings and your objective is to achieve a backtest result that has:
1) Profitable is > 80%
2) Losing trades is nearly 0 or below 25% of your winning trades. Trick is using far stop loss %
3) Net Profit be almost same or more than "Buy & Hold Profit"
==================
| Latest Updates: |
==================
=| Tidy Up Codings |=
- Group input fields so it'll be easier to understand and find the settings
- Upgrade code for obsolete 'transp' options
=| Repaint Issues |=
- Previous v2.0's RSI has repaint issue, creating false result against real-time data. I've fixed this.
- Also done fine-tuning other parts of the codes to prevent possible repaint issues.
=| Bot System |=
- Improved Custom Bot system, so that you're able to set dynamic order size/quantity with my custom keyword: and
Base Order Example:
{ 'message_type': 'bot', 'bot_id': 1234567, 'email_token': 'abcdefgh-1234-1234-1234', 'base_order': , 'delay_seconds': 0, 'pair': 'USDT_BTC'}
=| EMA Downtrend Exit |=
- Added option for you to decide whether to close position when detected EMA Long term downtrend.
=| EMA 2 (short term) is removed |=
- After several test, I've decided to remove this because it doesn't contribute to improving the results.
=| Heikin Ashi System |=
- Improved the chart display, now you'll see the HA candle 'shadowed' behind, so you'll see both actual price candle and HA candle at same time.
- Added the system that detect the HA candle sizes to decide specifically when it's suitable for Entry and Exit.
>> For "Entry/Exit Range"
- This means after HA is valid for Entry or Exit, how many following bars are allowed to stay valid so it will match other requirements to be completely fulfilled for Entry or Exit.
>> For "Crossing Interval"
- This means after detected HA line crossover, how many HA intervals is allow to Entry or Exit
>> For "Reversed Exit"
- This function let's you decide whether to close position if after HA bull (green candle) changed into HA Bear (red candle)
=| RSI A Entry |=
- Added option to avoid Entry during NTZ (No trade Zone)
- Also added the option to avoid next same condition RSI A entry too soon
=| RSI B Entry |=
- This function is for Entry if RSI is going very low, mostly due to bigger price drops in short time, it's good for buying DIP, however we'll never be able to know when a DIP ends, so do more test on this settings before put into real use.
- Added "avoid" options to help avoid getting Entry at "false" DIP, more like a short & fast pullback which causes RSI to drop very low but actually the price is near ATH or Recent High.
- Added option for Entry with Trailing Price Lower Buy combine with a limit order that grabs low price, so whichever it fulfill first.
=| New: Avoid Entry |=
- Well, it's a pain if you bought at the top, so I've added two options that will avoid buying near ATH and Recent High.
=| Time-limit Removed |=
- Sorry that I've missed look on the script policy which I'm not allowed to put a time-limit for public scripts.
=| System Improvements |=
- HA condition detection is optimized and bug fixed
- RSI values now reads accurately on each bar despite using higher timeframe, especially when moving to next interval
=| New: Dollar Cost Averaging (DCA) Orders |=
- Although DCA strategy is not appealing for Long term strategy, but I've added it for your extra options and flexibilities.
- The settings are quite straight-forward and standard, so I won't be explaining here.
=| New: Backtest Start & End Date |=
- This is very good function when you need more accurate result starting at specific date & time.
- Also if you set the date & time for your real trading starts, it'll much result the same as your actual trading records, which helps you to see clearer and make future decisions.
Any found bugs or flaws, please feel free to PM me, I can't get notifications from comments here below, so I'll not able to reply you the soonest possible, still not sure how to turn on notification for comments, anyone who knows can PM and teach me, lol... Thanks in advance!
Well, this is free version, hope it helps! Feedbacks are all welcome :)
(To Moderators: I've fully use the "f_security()" guideline, but instead of creating a separate function, I apply directly on all security() function. Please don't ban my script before fully check if I've truly fixed repaint. Thank you.)
BITSTAMP:BTCUSD COINBASE:BTCUSD COINBASE:ETHUSD BINANCE:BNBUSDT
Crypto Tipster Pro+ (Optimized for LTCUSD)===========
Crypto Tipster Pro+ Optimized for LTCUSD
===========
This script is a carbon-copy of our Crypto Tipster Pro Strategy , but also includes our Custom & Fully Optimized Settings for turbo-charging your Litecoin (LTCUSD) trading.
-----------
We keep all our Crypto Tipster Pro+ (Optimized) strategies regularly updated and maintained. The purpose of these Add-On's to our Crypto Tipster Pro Strategy is to keep each trading plan relevant, up-to-date and most of all profitable within ever-changing markets.
We will always keep our main Crypto Tipster Strategy active, as we find the default settings are the best "all-rounder" set-up and work with many crypto pairs over many different time frames, try it for yourself! This Set-Up for Litecoin enables you to hone in on one certain trading pair on the 'D' chart and maximize your overall trading experience.
-----------
Visit the link below for Full & Immediate Access!
Good Luck and Happy Trading!
Crypto Tipster Pro+ (Optimized for DASHUSD)===========
Crypto Tipster Pro+ Optimized for DASHUSD
===========
This script is a carbon-copy of our Crypto Tipster Pro Strategy , but also includes our Custom & Fully Optimized Settings for turbo-charging your DASH (DASHUSD) trading.
-----------
We keep all our Crypto Tipster Pro+ (Optimized) strategies regularly updated and maintained. The purpose of these Add-On's to our Crypto Tipster Pro Strategy is to keep each trading plan relevant, up-to-date and most of all profitable within ever-changing markets.
We will always keep our main Crypto Tipster Strategy active, as we find the default settings are the best "all-rounder" set-up and work with many crypto pairs over many different time frames, try it for yourself! This Set-Up for DASH enables you to hone in on one certain trading pair on the 'D' chart and maximize your overall trading experience.
-----------
Visit the link below for Full & Immediate Access!
Good Luck and Happy Trading!
Crypto Tipster Pro+ (Optimized for ETCUSD)===========
Crypto Tipster Pro+ Optimized for ETCUSD
===========
This script is a carbon-copy of our Crypto Tipster Pro Strategy , but also includes our Custom & Fully Optimized Settings for turbo-charging your Ethereum Classic (ETCUSD) trading.
-----------
We keep all our Crypto Tipster Pro+ (Optimized) strategies regularly updated and maintained. The purpose of these Add-On's to our Crypto Tipster Pro Strategy is to keep each trading plan relevant, up-to-date and most of all profitable within ever-changing markets.
We will always keep our main Crypto Tipster Strategy active, as we find the default settings are the best "all-rounder" set-up and work with many crypto pairs over many different time frames, try it for yourself! This Set-Up for Ethereum Classic enables you to hone in on one certain trading pair on the 'D' chart and maximize your overall trading experience.
-----------
Visit the link below for Full & Immediate Access!
Good Luck and Happy Trading!
Crypto Tipster Pro+ (Optimized for BTCUSD)===========
Crypto Tipster Pro+ Optimized for BTCUSD
===========
This script is a carbon-copy of our Crypto Tipster Pro Strategy , but also includes our Custom & Fully Optimized Settings for turbo-charging your Bitcoin (BTCUSD) trading over the last 12 months.
-----------
We keep all our Crypto Tipster Pro+ (Optimized) strategies regularly updated and maintained. The purpose of these Add-On's to our Crypto Tipster Pro Strategy is to keep each trading plan relevant, up-to-date and most of all profitable within ever-changing markets.
We will always keep our main Crypto Tipster Strategy active, as the default settings are the best "all-rounder" set-up and work with many crypto pairs over many different time frames. This Set-Up for Bitcoin enables you to hone in on one certain trading pair on the D chart and maximize your overall net profit.
-----------
Visit the link below for Full & Immediate Access!
Good Luck and Happy Trading!