Renko with Volume and Time in the box was developed by David Weis (Authority on Wyckoff method) and his student. I like this style (I don't know what it is officially called) because it brings out the potential of Wyckoff method and Renko, and looks beautiful. I can't find this style Indicator anywhere, so I made something like it, then I named "Numbers Renko"...
Hello All, There are built-in and published Pivot Point High Low indicators in Public Library but as far as I see none of them is for Higher Time frames. so I decided to write & publish this script. I hope it would be useful while trading or developing your own scripts. I also did this to use in one of my future projects (we will see it in a few weeks/months ;)...
█ OVERVIEW The indicator introduces a new representation of the previous days, weeks, and months highs & lows ( DWM HL ) with a focus on untapped levels. █ CONCEPTS Untapped Levels It is popularly known that the liquidity is located behind swing points or beyond higher time frames highs/lows (in a sense, an intraday swing point is a day high/low)....
Recent events inspired me to create a small widget that allows you to spot from when current value is lowest / highest. Just add it to chart and script will compute most recent day when price was higher / lower than current and it will display: Line coming from that value to the current one A table with previous low/high information Thanks to @MUQWISHI...
█ OVERVIEW This library is a Pine Script™ programmer’s tool containing a variety of time related functions to calculate or measure time, or format time into string variables. █ CONCEPTS `formattedTime()`, `formattedDate()` and `formattedDay()` Pine Script™, like many other programming languages, uses timestamps in UNIX format, expressed as the...
█ OVERVIEW TASC's June 2022 edition Traders' Tips includes an article by John Ehlers titled "Ehlers Loops. Part 1". This is the code implementing the price-volume Ehlers Loops he introduced in the publication. █ CONCEPTS John Ehlers developed Ehlers loops as a tool to visualize the performance of one data stream versus another, both filtered and...
Hello, introduce another bot this BOT works best on a chart --->> BINANCE:BTCUSDTPERP this scalper is quite interesting It will perform very well on 2X Leverage (Solid leverage, not variable depending on the volume ) TP: 1.2 % TP-2: 2.3 SL : - I decided to not use stop-loss, but also I make this bot that way to open a tons of new position instead of change...
It's a 3D sine wave! Cool! I made a cube follow a sine wave, it doesn't reflect any data on the chart, it just looks pretty. There are some settings to play around with, too. You could plug the cube into any input you like, just replace the 'wave' variable with whatever you want. Watch it on the 1 second timeframe!
The Supertrend is one of the most used indicators by traders when it comes to determining whether the market is up-trending or down-trending. This indicator is displayed as a trailing stop, showing a lower monotonic extremity during up-trends and an upper monotonic extremity during down-trends. Today we propose a channel indicator based on the Supertrend trailing...
This indicator uses Tom DeMark’s TD Sequential counting from 1 to 13. Number 9 and 13 usually identify an exhausted trend and mark a trend reversal. The important numbers get displayed as labels (7-13), where 9 and 13 are both highlighted as "Long" or "Short". Besides the numbers the price candles are colored based upon the sequence. Bullish colors are...
This my version of try to think about next movement of chart. WARNING: - For purpose educate only
Introduction Wikipedia: A Market Profile is an intra-day charting technique (price vertical, time/activity horizontal) devised by J. Peter Steidlmayer, a trader at the Chicago Board of Trade (CBOT), ca 1959-1985. Steidlmayer was seeking a way to determine and to evaluate market value as it developed in the day time frame. The concept was to display price on a...
'Solution Zigma' is strategy for any securities because this strategy use EMA of Fibonacci Level and Plot Like candle easy for analysis trend impulse. This strategy used DMI(ADX) for filter sideway but not greatest indicator, Please use this strategy with Risk Management.
Library "FunctionIntrabarCrossValue" intrabar_cross_value(a, b, step) Find the minimum difference of a intrabar cross and return its median value. Parameters: a : float, series a. b : float, series b. step : float, step to iterate x axis, default=0.01 Returns: float
Supply and Demand - Order Block - Energy Candles Description An experimental script, designed as a visual aid, to highlight the last up or down candle before a fractal break. We can assume these candles where the point of origin that generated enough strength to break recent structure. By using them as reference points, traders are expected to follow their...
This is slightly different implementation of RSI using arrays. But, it also comes with a twist. Formula for standard RSI can be found here: www.investopedia.com If there is green candle, gain for the candle is equal to price movement from previous bar and loss for that candle is 0. Similarly in case of red candle, loss is considered to be movement from...
Some time ago I published Monthly returns table. Now It's time for weekly one. To get it work you need a pretty big screen, but I hope it will be useful for some of you. Features of this table includes: Display weekly returns of your strategy, benchmark, and alpha over this benchmark. Select benchmark to be another instrument Select the date from...
It's a pretty simple example of a nice custom screener you can run for multiple timeframes. This is an RSI screener, but you can easily change the function for your own Indicator. Screener displays: Last value of the instrument RSI value for up to 10 instruments / 4 timeframes. In Parameters you can change: 4 timeframes 10 instruments ...