Alerts to Google Sheetsa script that will send us alerts from TradingView. For simplicity, I’ve created a basic script that sends long/short signals for each bar, depending on its color. In this example, I construct the JSON manually using string concatenation. This is a straightforward example, but of course, you can create and run much more complex scripts if needed.
Komut dosyalarını "alert" için ara
myAutoviewAlertsLibrary "myAutoviewAlerts"
My Alerts Functions - To use with autoview
@returns - These functions returns a string to use in alerts to send commands to autoview. You can open an order, place a stop or take order, close an opened order or a opened position, or open a hedge position.
@param a = String - Account Identification
@param e = String - Exchange
@param s = String - Symbol
@param b = String - Book Side
@param q = Float - Quantity
@param fp = Float - Fixed Price
@param delay = Integer - In Seconds
@param i = Integer - Account Index (to multiple accounts allerts)
@param base = String - Base Currency (bitmex) - "Tether" or "Bitcoin"
@param fsl = Float - Stop Loss Limit Price
@param c = String - Close -> "order" or "position"
@param ro = Bool - Reduce Only
@param sl = Bool - Stop Loss -> bitfinex
@param t = String - Type -> "market" or "limit"
@function f_order => Open Orders
@function f_stop => Set Stop Loss Order
@function f_take => Set Take Order
@function f_closeOrder => Close Open Orders
@function f_closePosition => Close Open Positions
@function f_hedge => To Open a Hedge Position (short 100% of balance)
Rule Number 1 Signals [ALERTS]Alerts version of rule number 1 signals, a long-only strategy for long term investors to help them enter positions more optimally
Alerts EMA RSI [ Buy/Sell ]Buy alerts when RSI cross over 30, 40, 50, 60, 70 and EMA5 changes > 0.
Sell alerts when RSI cross down 80, 70, 60, 50, 40 and EMA5 changes < 0.
QuantNomad - Significant Pivot Reversal Strategy AlertsAlerts for "Significant Pivot Reversal Strategy":
As one of the ways to filter out insignificant levels I decided to check that pivot point is not above/below neighbors, but check that it's above/below at least by a certain amount.
I use ATR, so in params, you can set length of ATR and also ATR multiplier. The new level will be calculated only if PP will be above/below neighbors by atr * atr_mult.
It seems this approach might help in some cases.
SwenLink BTC Position Trading Strategy [Alerts Only]Alerts for the BTC Position Trading Strategy.
Learn more about the strategy here .
Momentum Indicator Alerts 15m// Alerts based on Momentum Indicator Strategy
// Greatest effect on 15M time frame
// Created and based on Binance chart
// Working with comission
// No repaints
[Alerts] - Flunki OSC scalperYou will need help, but here's a strategy converted to an indicator with working alerts
EMA HLC ATR Alerts// Alerts based on EMA HLC ATR Strategy
// Greatest effect on 2H time frame
// Created and based on Binance chart
// Working with comission
// No repaints
2 EMA CROSSOVERS 2H ALERTS// Alerts based on 2 moving average Strategy
// Greatest effect on 2H time frame
// Created and based on Binance chart
// Working with comission
// No repaints
[ALERTS] Range Filter"This is an experimental study designed to filter out minor price action for a clearer view of trends.
Inspired by the QQE's volatility filter, this filter applies the process directly to price rather than to a smoothed RSI .
First, a smooth average price range is calculated for the basis of the filter and multiplied by a specified amount.
Next, the filter is calculated by gating price movements that do not exceed the specified range.
Lastly the target ranges are plotted to display the prices that will trigger filter movement.
Custom bar colors are included. The color scheme is based on the filtered price trend."
Thanks to Donovan Wall...
Enjoy!
[ALERTS] MA Cross ElevenThis script is a crossing of eleven different MA, with alerts and SL and TP.
The simplest is what works best.
SMA --> Simple
EMA --> Exponential
WMA --> Weighted
VWMA --> Volume Weighted
SMMA --> Smoothed
DEMA --> Double Exponential
TEMA --> Triple Exponential
HMA --> Hull
TMA --> Triangular
SSMA --> SuperSmoother filter
ZEMA --> Zero Lag Exponential
Using "once per bar close" repaint is 0%, but if you like risk can choose "once per bar", better profit.
Thanks to JustUncleL and his amazing sripts.
Jack MA Cross Alerts with TP, SL, TSLAlerts for:
Jack MA Cross is works based on a MA Crossover. What makes this script unique is the framework built behind it. With the ability of adding TP, SL, and TSL. It makes this script more advanced compare to other traditional MA Crossover scripts.
Will add more Moving Averages in the future, making this the Jack of all Trades .
To request a trial for this script, please PM me.
-----------------
Jack MA Cross V1.0.0
- Initial release
[ALERTS] lamBOTghiniIt is a script based on changes in trend of EMAs.
You can copy it, modify it to your liking and maybe even buy a lambo.
Try it and if you can think of how to improve it please comment.
Enjoy!!!
Alerts for Dragon-Bot beta breakout scriptThis is a work in progress for Alerts for a breakout script