NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching bars, looking in keywords for any words
Found 15 matching entries

Sort by

Entries
Monkey Bars RTH v Overnight 5 *
thanks to larrybetsy's posts on volume profile and tpo, i copied his format to add this function to the standard tos monkey bars. in the options you can toggle to "separate" the ETH and RTH profiles, or "combine" the day into a single standard profile all within the same study (no need for 2 separate studies). all other standard tos options still remain, i just have them turned off atm in screenshot. props again goes out to larrybetsy


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: Monkey Bars RTH v Overnight
Category: ThinkOrSwim 


April 28th, 2019
Size: 8.17 KB
Downloaded: 824 times

Keywords: bars monkey
irInsideBarsAll for NT-8.0.17.2 64-bit 5 *
As the name implies, this NT-8 indicator looks for Inside Bars and then simply paints an all white bar on your candle stick or OHLC bar chart, (it works on Hollow Candlestick charts also).

If the bar is an Inside Bar and is also a Doji (Open[0] == Close[0]) the indicator will paint a diamond on the close of the bar to highlight the Doji for you.

You might have to change the default color choices if you're using lighter colored chart backgrounds.

Indicator will color the candlestick outlines and the candle bodies, one color regardless of the direction they close in (up or down). The indicator is set to calculate on bar close. (no need for it to be anything else)

Inside Bar condition: if(High[0] < High[1] && Low[0] > Low[1])
"Doji" condition: if(Open[0] == Close[0])

As I said, it's not the Holy Grail, but I find it helpful to have a visual clue that suggests "something may have changed here".


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: irInsideBarsAll for NT-8.0.17.2 64-bit
Category: NinjaTrader 8 Indicators and More 


April 6th, 2019
Size: 2.33 KB
Downloaded: 877 times

Keywords: bars candlestick inside patterns
Delta Bars (NT8) 5 *
This is a custom bar type which is based on the Bid Ask Delta (Ask Volume - Bid Volume).
A new bar is created when the Delta is greater than a given Threshold-Value defined in the Data Series Properties.

The archive also contains a custom Delta indicator specially coded to work with this bar type.

Updates:
- Added a cumulative Delta Mode


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Delta Bars (NT8)
Category: NinjaTrader 8 Indicators and More 


December 27th, 2017
Size: 4.74 KB
Downloaded: 3202 times

Keywords: ask bars bartype bid delta
Reversal Bar Close Marker for NT8 5 *
A simple Close Marker for the Reversal Bar Type

Updated for NinjaTrader 8.0.12.0


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Reversal Bar Close Marker for NT8
Category: NinjaTrader 8 Indicators and More 


November 30th, 2016
Size: 2.09 KB
Downloaded: 942 times

Keywords: bars bartype close marker reversal
Reversal Bars for NT8 (BarType) 5 *
This bar type creates a new bar when price reverses by a pre-defined amount of ticks from the high/low of the bar. As soon as a new bar is created and price moves at least the amount of pre-defined ticks in one direction, the bar again, closes after a reversal of pre-defined ticks.

Version: 1.0 | Nov. 2016


The Close Marker can be found here.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Reversal Bars for NT8 (BarType)
Category: NinjaTrader 8 Indicators and More 


November 6th, 2016
Size: 1.91 KB
Downloaded: 1170 times

Keywords: bars bartype reversal
Bar Time Indicator 5 *
Exported using NT Version 7.0.1000.9

Bar Time Indicator:
This indicator measures completion of a bar in seconds and colors a historhram based on how long it takes for the bar to complete. Red <= 10s, Cyan<=20, Blue<=30s, Orange=45s, Magenta<=60, and Black >60s. These numbers can be changed to one's liking.

Short time-bars mean a fluid market participation and movement, while tall or black bars mean a grinding and stagnating market, it is like watching grass grow (in relative terms) and time for a coffee or lunch break.

The indicator will work for any type of price bars except for real time bars (minute, hour, Day, etc.). But, it is best for short term and day trading with tick, volume, etc. bars. The indicator also draws a 60-Second horizontal line and a 9-period SMA of the time. High reading of the SMA gives a visual if the market is getting lazy. Best and less stressful is to trade when bars are short and colorful.

This indicator is intended for True Elite BMT Members, please use but do not steal to sell.

Enjoy!


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Bar Time Indicator
Category: NinjaTrader 7 Indicators 


March 30th, 2012
Size: 4.20 KB
Downloaded: 1346 times

Keywords: bars tick volume
High / Low Indicator (similar to BrooksBars) 5 *
This Indicator is been made after i have seen the BrooksBars Indicator from Photog53. - (lot of Thanks to him !!!) It counts the Highs and Lows and iīve got a shadow inclued. I have wrote a description in German so that a professional programmer made the job for me. After much interests in a Threat here in the Forum, i decieded to share it to Elite Members. The most of you speak englisch, so iīve tried to translate the description, hope you can understand...it was not so easy.... so i ask for a little lenient. :-)

unfortunately the indicator count or paint only after you have start it in the chart, it donīt look back. Maybe some guys could modify this. the shadow-color and the count text (H1/L1) is also not changeable.

i am pleased if it is a help for anyone. iīve got many benefits here by big mike so its fine if i could give something back to you.

please donīt ask me about the code, but if someone have question about the idea/definition or about the use of the indicator, i am pleased to get message. I use it very helpful in my private trading

pullbacktrader


Category The Elite Circle 
 
Suggest other entries I might like
Details: High / Low Indicator (similar to BrooksBars)
Category: The Elite Circle 


January 12th, 2012
Size: 7.90 KB
Downloaded: 1166 times

Keywords: bars brooks high indicator low shadow
InBarsOut v1
Attached is a paintbar indi for TradeStation to show Inside
and Outside bars - or rather TS' Engulfing and Harami bars.

The attached picture has inside bars light green & bright red,
outside bars dark green & red. It is just an example - not all
reversals are signaled as well as that !

To be able to use the windows colors specified in the code,
you have to install x11.eld from
https://jamstrategytrading.com/FreeStuff.htm
This allows access to many of Windows' standard colors by
name.
See also https://en.wikipedia.org/wiki/X11_color_names

As in the code, to specify a color, one then prepends
color.
to the color's name :
InDnColor(color.Red)
for instance.
If you're happy with TradeStation's range of colors, you can
remove every instance of
color.

The (amateur) code :

 
Code
{ Candlestick PaintBar }

inputs: Length( 14) , 
    InUpColor(color.Chartreuse) , InDnColor(color.Red) , 
    OutUpColor(color.DarkGreen) , OutDnColor(color.FireBrick) ,
    NmlUpColor(color.LightSeaGreen), NmlDnColor(color.LightSalmon) ,
variables: oBullishEngulfing( 0 ) , oBearishEngulfing( 0 ) , oBullishHarami(0) , oBearishHarami(0), barColor(blue) ;

Value1 = C_BullEng_BearEng( Length, oBullishEngulfing, oBearishEngulfing ) ;
Value2 = C_BullHar_BearHar( Length, oBullishHarami, oBearishHarami ) ;

    if oBullishEngulfing = 1 then barColor = OutUpColor  
    else if oBullishHarami = 1 then barColor = InUpColor   
    else if oBearishEngulfing = 1 then barColor = OutDnColor  
    else if oBearishHarami = 1 then barColor = InDnColor   
    else if Close > Open then barColor = NmlUpColor  
    else if Close < Open then barColor = NmlDnColor  ;

    PlotPaintBar( High, Low, "InsOuts", barColor ) ;


Category TradeStation (hidden) 
 
Suggest other entries I might like
Details: InBarsOut v1
Category: TradeStation (hidden) 


November 25th, 2011
Size: 18.96 KB
Downloaded: 308 times

Keywords: bars inside outside
Signal Bars 5 *
Originally ported from MetaTrader, I found this in one of BMT's threads & made some slight modifications to it. I found the original bar size and font size a little too small for my large monitor and decided to add a "bar size multipler" and "font size multiplier" to enlarge the size of the color bars as well as the font.

Other older members, who, like myself, may have a difficult time seeing small objects on a chart, may find this helpful.

You can increase the size of the color bars, the font, or both.

Exported from NinjaTrader 7.0.022


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Signal Bars
Category: NinjaTrader 7 Indicators 


March 22nd, 2011
Size: 6.08 KB
Downloaded: 1638 times

Keywords: bar bars signal signalbars
How to Use Bar Patterns to Spot Trade Setups 4 *
Interesting setups using a combination of inside and outside bars.


Category Educational 
 
Suggest other entries I might like
Details: How to Use Bar Patterns to Spot Trade Setups
Category: Educational 


June 16th, 2010
Size: 907.65 KB
Downloaded: 957 times

Keywords: action bars price inside outside
 



 
Category
 




© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top