TradingView
Galactus-B
Oct 13, 2021 9:40 AM

Argo I (alerts for 3commas single bots) 

SOL / TetherUSBinance

Description

This script lets users create BUY/SELL alerts for 3commas single bots in a simple way, based on a built in set of indicators that can be tweaked to work together or separately through the study settings. Indicators include Bollinger Bands, Williams %R, RSI, EMA, SMA , Market Cipher, Inverse Fisher Transform.

If the user choses to create both BUY and SELL signals from the study settings, the alert created will send both BUY and SELL signals for the selected pair. Note the script will only send alerts for the pair selected in the study settings, not for the current chart (if different).

How to use:
- Add the script to the current chart
- Open the study settings , insert bot details. Pairs MUST be in capital letters or 3commas will not recognize them.
- Still in the study settings, tweak the deal start/close conditions from various indicators until happy. The study will plot the entry / exit points below the current chart (1 = buy, 2 = sell)
- Ideally, test the settings with a backtesting script. The present script is compatible with the Trading Parrot's backtester.
- When happy, right click on the "..." next to the study name, then "Add alert'".
- Under "Condition", on the second line, chose "Any alert () function call". Add the webhook from 3commas, give it a name, and "create".

Happy tweaking!

Release Notes

- Added deal start conditions: RSI falling / rising and MACD
- Fixed alerts when sending both BUY and SELL signals

Release Notes

- Now with the same indicators as Argo IV Strategy, but as a "study" compatible with The Trading Parrot's DCA backtesting script
- Replaced the 3commas bot details fields: instead of entering bot details, now you can just copy paste the original json message from your 3commas bot (less user friendly but less room for errors)
- Cosmetic changes to the "settings" tab

Release Notes

- Now draws vertical green lines on BUY signals, and red lines on SELL signals.
- Most indicators are displayed when activated. Can be individually hidden if it gets too messy

Release Notes

Converted to Pinescript 5

Added several new EMA options: can use up to 3 custom EMA lines as indicators, and can send alerts based on whether the price is above/below/crossing a given EMA, or whether a given EMA is above/below/crossing another EMA.

It is now possible to use the RSI value of any external signal for added protection , not just BTC and TOTAL2

Release Notes

Added two new indicators:
- Bull / Bear power
- SuperTrend

Release Notes

Added QLF as indicator

Release Notes

Removed Supertrend indicator as it was giving an internal server error.
Added QFL .
Comments
joylay83
Thank you very much :)
suggestion: can add ADX and Supertrend either as a parameter or as a bypass. this is to filter out ranging markets from a trending strategy and vice versa.
Galactus-B
@joylay83, thanks for the feedback ! I will dedinitely have a look at your suggestions
awang3648
what settings should i put to replicate what you got in the image of the chart?
KB0006
Thank you for coding this! I wanted to test out TTP's victoria indicator without paying $250+ a month! lol
Galactus-B
@KB0006, Well TTP's Victoria is more powerful, especially after recent updates. My script merely gives a taste of IFT, and its added value lies more in the ability to mix things up with other indicators. See it as a sandbox ;)
KB0006
@Galactus-B, So can this combine IFTRSI and EMA? For example trade only above 200EMA etc.
Galactus-B
@KB0006, Not this particular combination, as i have not coded it (yet). As it stands, the script can check whether EMA is in an uptrend of downtrend, in addition to using IFTRSI. It shouldn't take much to make it check whether the price is below or above the EMA. I take note for future updates.
KB0006
@Galactus-B, I'd love to see that! Ive backtested IFTRSI quite a bit, some months return losses. I'd like to cut those with EMA.
Galactus-B
@KB0006, See last version! A lot of EMA options to play with and combine with other indicators
joylay83
another suggestion: selectable timeframe for bollinger bands and inverse fisher might be useful. eg 5 min chart on a 4H bollinger :)
More