UnknownUnicorn28067390

Juicy Trend

UnknownUnicorn28067390 Atualizado   
This script is simple.
It uses EMA and HMA crosses to find entries and exits.
There is an option for sourcing Heikin Ashi based entries/exits.
There is an option for Stop Loss percentage.
It is made for finding Long entries on the 45min chart.
You can optimize the signals by adjusting the moving average lengths.
The default settings are for BTC/USDT 45min.
Suggestion, reduce the Stop Loss percentage for smaller / more volatile assets.
Notas de Lançamento:
I have added the Stochastic RSI into the equation because it seems to make a positive difference.
You can choose what level the Stochastic RSI must be under in order to "BUY".
I have also fixed the labels so they show up in the correct location, corresponding with the actual orders placed in back testing.
This indicator is getting shockingly powerful.
Enjoy.
Notas de Lançamento:
I have updated the "percent of equity" value as to not portray unrealistic back testing results.
Notas de Lançamento:
The chart did not contain the script modifications previously noted.
Now the chart image displays the script properly with realistic back testing results.
Notas de Lançamento:
Improved the Inputs layout.
Added the K period smoothing for the Stochastic RSI.
I did not find it helpful to change the smoothing, but perhaps you will find it useful for the assets you're trading.
Notas de Lançamento:
Another update to the stop loss option.
Before it would occasionally fail to stop a losing trade.
Now it works properly.
Notas de Lançamento:
I have updated the "percent of equity" value as to not portray unrealistic back testing results.
Notas de Lançamento:
I have modified the Alerts so they print on the bar after a BUY/SELL/STOP label is printed instead of the same bar.
The labels repaint on the current bar, after the bar has closed, the label is final and will not repaint.
This prevents a bot from buying or selling based on an alert that may be repainted (invalidated)
If you are using an Alert based trading bot, then modify the Alert messages at the bottom of the script.
If you would like for the bot to send alerts on the current bar rather than the next one, then remove from "buyoption", "strategicsell", and "stop"
I hope this was easy to understand and helpful.
Notas de Lançamento:
I have left more valuable instructions at the bottom of the script.
Notas de Lançamento:
Updated Alerts to display on current bar because I didn't know strategy indicators are already delayed one bar. So there's no point to delay the alerts another bar.
Notas de Lançamento:
Updated percent of equity.
I use 90% of equity with my trading bot.
But most people won't use more than 20%.
So I don't want to show unrealistic results.
Notas de Lançamento:
Added categories to the Inputs tab to reduce clutter.
Notas de Lançamento:
Refreshed the entire script with added features.
You can choose the MA type and whether or not you only want to sell in profit.
These added features increased the net profit by around 30% in my testing on Harmony(ONE)/USDT and Bitcoin(BTC)/USDT.
Notas de Lançamento:
Updated the slow ma color.
Notas de Lançamento:
Added "Tool Tips" on the inputs tab to help you understand how to tune the indicator for the asset you're trading.
Notas de Lançamento:
Added the option to only place trades with the Moving Average #3 trend direction.
Notas de Lançamento:
Updated the tooltip for the "Only Trade with Trend" option.
Notas de Lançamento:
Updated the MA 3 adjustment step.
It increases or decreases by 5 now.
Man this indicator is turning out awesome.
Works VERY well on medium sized cryptos like ONE, FTM, AXS, ENJ.
I got it up to 108,000% net profit on FTM 45min... The potential is unbelievable.
Notas de Lançamento:
Added custom Alert messages to the inputs tab.
Now you can type your alert message into the settings input tab.
Or you can insert your 3Commas alert messages there after formatting them correctly.

//BOT Instructions//////////////////////////////////////////////////////////////

//In the Indicator Setting Inputs Tab, do the following...
//Replace the "BUY" message with your 3Commas "Deal Start" message.
//Replace the "SELL" and "STOP" messages with your 3Commas "Deal Close" message.

//In the Alert Settings, do the following...
//Condition = "𝐉𝐔𝐈𝐂𝐘 𝐓𝐑𝐄𝐍𝐃" and "alert() function calls only".
//Expiration time = Maximum time possible.
//Alert actions = Webhook URL (provided by 3Commas)
//3Commas BOT will receive the messages and initiate trades accordingly.
Notas de Lançamento:
Previously, after a "BUY" signal, an alert would be send on every bar after that "BUY" signal.
Now the Alert will only be sent one time after a "BUY" signal.
The same is true for "SELL" signal alert.
However, "STOP" signal alerts will still repeat on every bar... This is due to the limitations of the script but is also not a bad feature. It may be good to send redundant alerts for the stoploss.
Notas de Lançamento:
Updated entry and exit comments.
Notas de Lançamento:
Added my name just for fun. lol
Notas de Lançamento:
Make my name yellow just cause.
Notas de Lançamento:
This is a bot indicator for snowballing equity as quickly as possible.
As such, I have increased the trade quantity to 30%.
I have also fixed an issue with STOP signals being recognized as SELL signals.
This caused the same alerts to show up for STOP and SELL signals, now they are individualized.
Notas de Lançamento:
Updated the Alerts, Labels, and Trades.
SELL and STOP signals are individualized better.
Notas de Lançamento:
I decided to test the indicator on the worst performing Cryptocurrency this week (AAVA) on the most difficult time frame (5min).
I did this to prove that even in the worst case scenario, you or your bot can still be profitable with this indicator.
11% month is NOT a bad "worst case scenario", am I right?
Notas de Lançamento:
Updated input section titles just for fun.
Notas de Lançamento:
Added a Take profit option.
Next I will add an option to make the stop loss trailing.
Notas de Lançamento:
Updated Default Inputs for ONE/USDT 45min
Notas de Lançamento:
Updated Tooltip
Notas de Lançamento:
Added a trade expiration feature.
This will stop trades after the chosen amount of bars so your bot can get back into action.
There was an issue with trades waiting a very long time for the price to come back into profit which was not practical in some situations.
Notas de Lançamento:
Updated alerts and tool tips.
Notas de Lançamento:
You can now change the minimum profit required for the "Only Sell in Profit" option.
Notas de Lançamento:
Added the option to sell after an uptrend has ended.
If you're only trading with the trend, there will be one final trade at the end that is not sold in profit.
If you have enabled the feature to only sell in profit then you will have to use this new feature to force the trade to stop.
Notas de Lançamento:
Adjust how long the trend must be have reversed before selling.
Notas de Lançamento:
The "minimum profit" is now actually percentage based.
I coded it wrong the first time, it was tick based.
Now you can choose the minimum percent profit if you're selling only in profit.
Notas de Lançamento:
Updated tooltip.
Notas de Lançamento:
Name and Tooltip Update
Notas de Lançamento:
Expire Alert Fix
Notas de Lançamento:
Simple Update
Script de código aberto

Dentro do verdadeiro espírito TradingView, o autor deste script publicou ele como um script de código aberto, para que os traders possam compreender e checar ele. Um viva ao autor! Você pode usá-lo gratuitamente, mas a reutilização deste código em uma publicação é regida pelas Regras da Casa. Você pode favoritá-lo para usá-lo em um gráfico.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Quer usar esse script no gráfico?