Title: UP DOWN Indicator based on ADX Strategy - Accurate Signal Provider with Enhanced Success Potential Description: The Martingale ADX Indicator is a groundbreaking tool meticulously crafted to offer traders unparalleled precision in signal generation and risk management. Leveraging the power of the Average Directional Index (ADX), this indicator provides...
The Line Colorizer is a simple indicator that can plot up/down-colorized lines for up to 10 unique individual sources! Plot up/down colors are based on whether the current value is above or below the previous value. Also included is a separate color for when the current value is equal to the previous value. All colors can be modified, along with the plot...
Taking Volume and Open Interest data to the next level of visualization I created a 'heatmap'. The indicator uses a colour gradient and plots boxes from the source candle to the current candle with one of the following data sources: - Volume - the total volume of transactions, buys and sells - Up Volume - the total volume from buys only - Down Volume - the total...
Volume, Cumulative Delta Volume and Open Interest are great indications of strength and sentiment in the market. Until now they have required separate indicators, but this indicator can show them all. With a clean and aesthetic plot, this indicator has the option to choose the data source: - Volume - the total volume of transactions, buys and sells - Up Volume -...
This is a consecutive bar up/down strategy for going long only where you can specify how many bars up to buy and how many bars down to sell. It also has code to check and make sure the condition is still true when launching the official alert, which helps back testing and live results line up, however be sure to enter commission and slippage into the properties to...
This is a consecutive bar up/down strategy where you can specify how many bars up to buy and how many bars down to sell. It also has code to check and make sure the condition is still true when launching the official alert, which helps back testing and live results line up, however be sure to enter commission and slippage into the properties to accurately reflect...
Up/Down Volume Ratio is calculated by summing volume on days when it closes up and divide that total by the volume on days when the stock closed down. High volume up days are typically a sign of accumulation(buying) by big players, while down days are signs of distribution(selling) by big market players. The Up Down volume ratio takes this assumption and turns...
Here is an attempt to segregate ATR into ATR of up days and down days. While setting trailing stops based on ATR, you probably need to consider more on how an instrument can drop during red days. Hence, ATR of only red days makes more compelling case than overall ATR. Another use case for this kind of indicator may be in options if you are selling puts and calls...
this update is meant for use with regular candles, but it will mimic the color pattern of heikin ashi candles and allow alerts based on the heikin ashi patterns. Also there are alerts for when the price is above a set moving average. was going to just update the original script but there are a lot of changes to make it smoother etc, original script:
a simple up down candle strategy with a built in MA control alerts script:
Logic With the lookback period set to 20 (editable), the script loops over the last 20 bars starting from the current bar and counts the up days (Close > Open) and down days (Close < Open). Then it divides the up/down days by the total number of days to give the %. Color themed fib levels are also implemented in this indicator. Find me on Twitter
Custom strategy that was developed for a Backtest-Rookies development service customer. Published for verification, testing and acceptance. If you are interested in development services send me a message or visit the backtest-rookies (.com) webiste for more information Consecutive Up/Down Days - Custom Indicator The indicator builds upon the built-in...
Here is the lazy person's Fibonacci retracement drawing machine. Keep the bars in range pretty big, but you can play around and see what it does. If too small, it gets in your way, and If oversized, your retracements will not properly work upward and downward according to action. So, if you notice that it's always retracing the same direction, then lower the...