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 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 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...
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!!!
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
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,...
When using moving averages there is usually a trade-off between lag and smoothness. Multiple formulas have been devised to reduce lag while maintaining smoothness, and each one has its trade-offs. This script, tweaked from Chris Moody's extremely popular "Ultimate Moving Average-Multi-TimeFrame-7 MA types" is another attempt. Added least-squares moving...
This version triggers every batch within each candle. The previous version only triggered one batch per candle. This will not trigger batches in perfect order, but I left the "sequential" option because it still triggers the batches in order more often than not.
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
Hello traders A bit of context Definition: Volatility is defined as the close of current candle - close of the previous N candle This is an alternative version of my Best Volatility Calculator The other version is displayed on a panel below. This one overlays on the chart using the "overlay=true" setting This indicator shows the average volatility, of...
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...
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...
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...
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 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.