TradingView
UnknownUnicorn28067390
26 Nov 2021 pukul 12.28

Instrument-Z (3Commas Bot) 

Harmony / TetherUSBinance

Deskripsi

Instrument-Z is what I am currently using as my 3Commas Bot.

It allows you to customize signals from 3 indicators; Crossing MA's, Stochastic RSI, and WaveTrend.
Better yet, it allows you to setup these signals separately depending on whether the Trend MA is going up or down.
So there are 2 sets of inputs for everything, Uptrend inputs and Downtrend inputs.
I have realized that we can't expect a strategy to work the same way in an uptrend vs downtrend, so the inputs should be separated too.
In my testing, separating increased the net profit by 60% on average.

You can select whether you are trading Long or Short.
You can choose your stop loss and take profit levels as well as trade expiration.
You can choose if you only want to trade with the trend (making the opposing signals irrelevant).
The trend is based on the Trend MA.

This script is specifically for cryptocurrencies.
I've noticed that MA crosses on other asset classes are unreliable because the fluctuations are not strong enough to push the MA's across each other in a meaningful way.

If you want to use this as a 3Commas Bot, then you will have to copy the code of the strategy and paste it into your own personal script.
Then you have to change the alert messages at the bottom of the script.

Make sure to change your alert message from this;
{"message_type": "bot", "bot_id": 0000000, "email_token": "0b000a0a-0aa0-00aa-0aa0-000a00000a0a", "delay_seconds": 0}
To this;
{\n\"message_type\": \"bot\",\n\"bot_id\": 0000000,\n\"email_token\": \"0a000a0a-0aa0-00aa-0aa0-000a00000a0a\",\n\"delay_seconds\": 0\n}
With \n after each new line and \ before each quotation.

In the Alert setup, select "alert() function calls only".

This indicator is like a middle ground of complexity between the Juicy Trend indicator and the Instrument-A indicator.
And because it does not feature my neural network project, I have made it open script.

Enjoy!

Catatan Rilis

Removed my Bot ID. lol

Catatan Rilis

Removed Short messages as to not confuse anyone.

Catatan Rilis

I have decided to update this script with 3X the backtesting data for Fantom (FTM/USDT) 45min.
I am currently using these standard settings on FTM/USDT 45min with my 3commas bot.
Komentar
Trix87
Hey ZacVaughn! Thanks for another awsome script!

May i ask what crypto and settings did you use for the strategy performance testing?

Thanks!
UnknownUnicorn28067390
@Trix87, The displayed back test is on ONE/USDT 45min with default inputs, 30% of equity, and 0.075% commission per trade.
Trix87
@ZacVaughn, thanks for the info!
Zack_Wallcroft
hi Zac, l want to thank you, your scripts are awesome, very few like this around. I have a few questions for you, 1 what script has given you best results on crypto? (l work with ETH/USDC on Binance with a fee of 0.1% cause is a very stable yet profitable pair) 2 is this better than Neural Network? 3 does it work better with heikin ashi or just normal candles? can you add a detailed instruction on how to setup the 3commas alerts? im having trouble with those even though l tried changing the code acording to your specs.... man l swear, if you can help me consistently grow my porfolio with at least 25% monthly l´ll give you 10% of my earnings over a year. lm chasing the holy grail of trading wich is 1% or more daily almost fully unatended with minimum adjustments. Thanks for your time...and im serious about the 10% l want to live out of trading, not just holding crypto wich is very unpredictable.
wolfy5000
Hi

is there a possibility to add a time frame to the script so that we can back-test it against a certain date range? at the moment it goes back to the beginning of the chart and I want to see what it does year by year
UnknownUnicorn28067390
@wolfy5000, Will work on adding that as soon as possible.
niceSnow28686
@ZacVaughn, Thank you
BigCoinHunter
Nice script. Thanks for sharing.
What IDE are you using to write like these scripts? The code is huge and tradingview's default ide is quite bit useless. How did you handle it :)
UnknownUnicorn28067390
@BigCoinHunter, I put the script together entirely within TradingView. No IDE needed for this one. :) For my Neural Network indicator I started in python.
ardl921444
@UnknownUnicorn28067390, Neural Network indicator please share this indicator . i am searching a lot to find this
Lebih lanjut