Write your own strategy and use Hodl to Sodl to send Alerts for when to buy & sell, and automatically plot your anticipated buys/sells to the chart. A must have for AutoView users. Requires Pine Script coding. Not compatible with "Strategy Tester" tab and "Paper Trading" tab in TradingView. Hodl-Sodl itself is not a strategy. It is a framework for building...
This is a fork of JustUncleL's Dual MA Ribbons R0.13 It is now a blank template for making new strategies / alerts for autoview The changes are as follows: Removed actual algo Establish functions for long Signal, long Close Signal and short Signal, short Close Signal to minimize the places code must be edited to update / replace algos Make allow Long and...
This script lets you separate alerts into batches, and trigger each batch in either sequential order or (pseudo)random order. You can also specify the number of batches being used. This is helpful when you have alerts to be triggered on every candle, but the number of alerts causes API errors if they are all executed at once.
Study version companion to my Zerolag Strategy :) As usual, all proceeds go to the betterment of these scripts as well as my upcoming surgery (Carpel Tunnel Syndrome, yuck) 1Dsg49Zt2FQ9BnUHrmXQwvhL5dd3teqa7g ltc addy- LYUpgsHSHnKeYdNaj9bu9prK4QsnJXEQtP pinkcoin addy- 2PoeXyAk3rF9FmMC8azme2mGzMYsEiZ5eS
It 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!!!
Autoview qualified Study Script Alerts for Autoview Please Set Up Alert 1x Bars Close For Margin Trading (Poloniex) ULTIMATE PINE INJECTOR V1.2 INSERT MACD Created by user ChrisMoody NO REPAINT With Stopp Loss and Trailing Stopp and Backtest Now is for Free for all !
This Stochastic Special Strategy features inputs for: - Custom Backtesting Date Range - Long and Short Strategy Discinctions - Utilize SMI, RSI, Martingale, and Body-Filter Strategy - Adjust the SMI Percent Lengths and Limit - Automate with the Autoview Trading Bot Strategy script may be tested by favoriting and adding to any chart. Study script is...
This TMA study is called rollercoaster for the rounded ways it follows the moving average. Tried pinpointing entry/exit points as well as I could. Included alertconditions as well as syntax at the bottom for use with Autoview in a margin or spot trading environment. There is also the Strategy side chart use :) As usual, free to use, change it to suit your needs,...
Hello Tradingviewers I don’t claim that anything I share is original, but I will never intentionally steal someone else’s work other than using plug and play pieces of code that are shared publicly because that’s how I’m learning to code in the first place I started learning to trade and code on this very platform few months ago, AKA noob on both fronts and I...
Library "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 -...
Library "myAlerts" My Alerts Functions - To use with autoview f_order(_price, _qty, _position, _account, _exchange, _i, i_qtyTypeOrder, typeMsg, syminfoticker) - Write the entry order message Parameters: _price : - The order price _qty : - The order quantity _position : - The order side _account : - The user account _exchange : -...
Just simple script to act as conditional stop loss Problem : Traditional Market Stop or Limit Stop, you have to set it with specific price and wait for the price to drop/pump to your stop then it will trigger. But sometime ( so many times ) the price will leave a very long wick up or down to hunt the stoploss that already set in the exchanges.. then it turn...
just publishing to share to novice pine coders like myself any feedback on layout/structure/shortcuts will always be appreciated, not that this is a long script with much that can go wrong short little what ever to show variable alert message needs to draw the number from a plotted number like line 18 and 19, and cant be gettin the numbers from line 14 and 16
This one is a bit of an experiment.. The theory is, if you have an asset that you firmly believe will rise in the future for fundamental reasons and are happy to hold until that happens i.e. a be a position trader, you can take advantage of market volatility at the same time in a relatively safe way, so theoretically, you profit when the price goes up or down...
So I took an idea from various scripts out there that fcus on EMAs, EMA Ribbons, SMAs, including gains. The idea behind this is to eliminate excess noise by cross referencing values from both SMA and EMA in a more competitive environment. What this does is provide the trend determined by EMAs while using a SMA gain to cut out the fluff so to speak. Works good on...
This TMA strategy is called rollercoaster for the rounded ways it follows the moving average. Tried pinpointing entry/exit points as well as I could. Included alertconditions as well as syntax at the bottom for use with Autoview in a margin or spot trading environment. There is also the Study side for syntax and alertconditions use :) (autoview users and...
This is a script for a view I wanted to go along with the Autoview plugin I bought. Keep in mind this is my first script and was created for me to learn the Pinescript framework. This isn't meant to be perfect. Indicator colors are usually blue or green or red. Also keep in mind since this is my first script in a new framework, the more stuff I build the better...
This is version 2 of Special features: Added partial profit taking as price rises. Profit taking is triggered by price crossing an EMA. After profit taking, price has to rise by a user-specified percent before taking profits again. Also includes condition for fully closing position after meeting specified profit target. To incorporate into your algo,...