with the advent of Ai those of us who have no idea how to code can start creating things that may or may not help us in trading. So i am starting to create some things that i am testing to see if they will help me visualize trading a little better. the first thing i am posting is something i am going to see if psychologically will help motivate me to act in my best interest...which i havent always done in trading.... so was reading up on impulse control for children...as sometimes when i am on fast charts my mind will drift and my fingers click without full acknowledgment of the other side of my brain :-)
so as i read about how they deal with this with children they had them use coloring sheets with a traffic light... and would teach them before each response they needed to take 5 seconds and go through RED stop Yellow Think Green Go.... when your thinking as a child you ask certain type questions ie will this hurt someone, will this benefit...will this help...etc... once they have the answer then they are to respond.
so i thought what if i do that for a trading chart lol.... so i created a traffic light.... with x amount of response time user selectable. to just think through each step of the trade before i pull the trigger... if i havent gotten to green then either the market is too fast for me to trade or its not my trade and shouldnt take it ... simple tool not sure if it will help but figured i would start posting different tools i create with Ai on this thread.
The pullback bar represents a standard footprint bar, displayed at the end of the chart, which is based upon the Volume at Price data since the most recent new High or Low on the last bar in the chart. On the last bar in the chart, if a new High/Low is made or there is a new bar added to the chart, the pullback column data is reset and the Volume at Price data is accumulated from that point going forward.
Upon a new High or Low, the pullback column will consist of a single price level. If the market trades one tick away from the High, then the pullback column will consist of 2 price tick levels, a tick at the High price and 1 tick below it.
This is very useful to see what is happening on pullbacks to look for exhaustion or interest.
Press Ctrl+Space to reset.
Last update: 20 March 2025 P.S. I developed this on version 8.1.4.1 and i've been made aware that it does not compile on versions below 8.1
V1 - Initial release
V1.1 - Fixed reset on bar low
- Press Ctrl+Space to reset
V1.2 - Added a Delta visualization column
V1.3 - Very small improvement of white border around row of current price
Hello coders, I have a request. Can someone help convert this TV indicator to NT8 indicator? Thanks for the help
// This source code is subject to the terms of the Mozilla Public License 2.0 at
// RedKTrader
The SwingTemp_w_BarCount indicator shows trend lines filtering out changes below a defined level.
</summary>
public class SwingTemp_w_BarCount : Indicator
This one is a new oscillator written by AlexGrover at Alpaca markets and published Pine script and Python code for it. Here is a NT8 conversion of same indicator.
The Andean oscillator calculation is based on two steps:
Estimate price upper/lower extremities.
Determine the degree of variation of each extremity.
The Andean Oscillator can return multiple information to the user. Its core interpretation is given by the bull and bear components.
A rising bull component indicates the presence of bullish price variations while a rising bear component indicates the presence of bearish price variations.
When the bull component is over the bear component market is up-trending, and the user can expect new higher highs. When the bear component is over the bull component market is down-trending, and the user can expect new lower lows.
The signal line allows a more developed interpretation of the indicator and can be used in several ways.
It is possible to use it to filter out potential false signals given by the crosses between the bullish and bearish components. As such the user might want to enter a position once the bullish or bearish component crosses over the signal line instead.
Rules For Trend Trading
Users wanting to use the indicator to perform backtests or paper trading can use the following trading rules:
Long : bullish component cross over bearish component
Short : bearish component cross over bullish component
Exit Long : bullish component cross under signal line
Exit Short : bearish component cross under signal line
Exits rules are optional.
A filter for false signals can be introduced by using the following long/short conditions instead:
Long : bullish component cross over signal line once per detected trend
Short : bearish component cross over signal line once per detected trend
Note that while this might prevent trading certain false signals it will induce a worse timing compared to the first proposed long/short conditions.
This is an indicator based on market structure, which shows the current inside-bar/engulfing-bar pattern for each interval you select. Perfect for pull-back trade setups and price continuation.
Update 12/14:
Removed code regarding EMAs, it is not needed. Now the script can be imported as a standalone, no longer requiring other indicators.
Todo: Fix "Enable Timefrime" checkmarks so that they reflect selections made.
November 22nd, 2024
Size: 28.75 KB
Downloaded: 536 times
2699
rlopjor26
This is a simple indicator plotting fast (8), Medium (20) & Slow (200) EMA values. Optionally, arrows can be printed to mark fast and medium EMAs cross over. Also, coloring of regions between fast and medium EMAs can be enabled.
With this indicator, I have tried to simulate the triple EMA strategy described by @ThinkDecoded
Thank you for converting it to NT8. In the following photo I explain the Strategy. It is a 30 second chart when the 2 indicators coincide and the candle is born from the EMA 8, it is an entry candle. Although in the photo you can see 2 entries, I would …
This is my take on the Detrended Price Oscillator. I've added an ADX component to it which can highlight the bar-outline when the ADX is increasing. It also produces vertical signal lines as the DPO crosses the zero-line. It works on all types of charts, but minute and tick work especially well. bars are colorized depending on being above or below the zero line. There are continuation signals when the DPO quickly dips below (or above) the zero line and then returns to its original side.
It is fully property-controlled, but I must state that the 'guts' of the indicator, the numeric DPO/ADX parameters (DPO especially) should be left alone as they are time-tested values that were determined by folks much smarter then myself.
The picture is of the 500 Tick NQ with my dpQGP and dpDPO applied to it. You'll notice that the bright outline very often appears after breaking out of a congestion area or bar formation. You'll be surprised with how many ways you can use this.
As you experiment with many of the properties, you'll be able to fine-tune it to your style. But be wary of changing the 'Parameters' and 'Combo-Signals' sections.
If you find the the two 'warning track' lines, above and below the histogram in my picture, are sitting on the zero line on your chart, adjust the 'LineOffset' property to a value that approximates the highs and lows of the histogram. For a 1min CL, it might be .2, but for a 5min ES it might be 100, so play with it.
You can alter the bar-body outline by changing the color of the 'StrongUp' and 'StrongDown' properties. I like yellow on a black background or magenta on a white.
The dpXRAY, (very slick if I say so myself) was packaged together with the dpDPO by accident! Use it as an overy lay of a volume panel or ADX panel. You'll 'see' what price is doing internally, hence the 'xray' name.
As always, comment or concerns are always welcome. You can get me directly at [email protected].
Good trading!
Dave P.
March 6th, 2026 03:07 AM 2bwize This looks as if it is exactly what i am looking for, but it will not download. I did get it to download onece, but it i
s not showing up in my folder when I try to upload it in Ninja Trader,
Is it possible to let me know where the file went or any instructions would be Great!! Thank you in advance
December 28th, 2024 11:31 PM rene6985 how do you load this one , I copy it the custom folder but , I don;t see it in the indicator
December 13th, 2024 05:20 PM Nat1974 Thanks for this indicator, but how do we use it with data based charts like renko? There is an option to select those bu
September 17th, 2025 02:48 PM ballhaj Awesomw - thank you!
June 30th, 2025 01:47 PM GPGR81 Just loaded this on my chart...looks good so far...will test for best settings. Thank YOU
June 14th, 2025 02:44 PM topdogtony I really appreciate what you've done with this indicator it helps me a great deal however still trying to master it, the
re's a lot that this indicator offers. Thank you.
March 3rd, 2025 03:51 PM rickjames Muchas garcias, as we used to say in the Andes. Excellent trabajo!
October 5th, 2025 10:03 AM OutATime Man, I've been looking for something like this. Sierra Charts has it, but thanks so much for putting this together for N
T!
March 13th, 2025 05:23 PM ndakotan wow, amazing concept. thanks