NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
bid ask for ninja8 4 *
Hello friends
I bring you bid ask analysis software suitable for Ninja Trader 8
Tested and working great


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: bid ask for ninja8
Category: NinjaTrader 8 Indicators and More 


March 6th, 2016
Size: 3.06 KB
Downloaded: 2304 times
Bid/Ask/Last Price Line (for MC .NET) 5 *
A multicharts .NET C# version of the bid / ask / last price lines I used on Ninja. Haven't tested it on all timeframes or instruments, but looks good on futures.

Coded with much inspiration from the Market_Depth_on_Chart_2 indicator included with MC.

Updates on a 0.2 sec timer rather than ticks, so the bid/ask can be drawn when they change without trades.

This is Version 1, posted 6/18/2015.

UPDATE:
Version 2, posted 12/23/2015.
  • Fixes problems with not allowing changes to colors & widths.
  • Cheap hack to work around a bug introduced into MultiCharts .NET builds > 12000. Their "ChartPoint2Point()" is broken now for volume and range charts. Now the price line simply draws 15 bars to the right of the last bar.


Category MultiCharts 
 
Suggest other entries I might like
Details: Bid/Ask/Last Price Line (for MC .NET)
Category: MultiCharts 


June 18th, 2015
Size: 1.70 KB
Downloaded: 229 times
BidAskSpread 5 *
Converted this indicator from NT7 to NT8. Displays the live spread updates in corner and draws dots on bars of the bid and ask. Its works on ticks, on live data only, on forex and futures only. Bring the good karma!


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: BidAskSpread
Category: NinjaTrader 8 Indicators and More 


February 25th, 2017
Size: 2.28 KB
Downloaded: 534 times

Keywords: ask bid nt8 spread
Big Candle v1.0 5 *
Big Candle v1.0

Identify unusually large price movements. If the range for the bar is outside of the standard deviation then the bar gets highlighted. There are also options to draw arrows on your main chart, and trigger alerts.

Really good at warning you of large movements triggered by news.

Lines on the indicator show you the average range, and how much range deviates from that average. Basically if that bar is above the top line it will be highlighted. Try different values for the periods and deviation factor to get the movements that you want highlighted.

I recommend using the plots on the indicator to help get the settings that you want, and then resizing the panel to hide the plot. Then just rely on the arrows and alerts.

Files can also be obtained from Github:
https://github.com/twdsje/Ninjatrader-scripts/blob/master/ExportNinjaScript/BigCandle.zip


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Big Candle v1.0
Category: NinjaTrader 8 Indicators and More 


November 3rd, 2016
Size: 2.27 KB
Downloaded: 431 times
Big Candles 5 *
Did you ever want to see the 1 hour candles and the 5 minute candles on the same chart...? Well here you go.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: Big Candles
Category: MetaTrader 4 Indicators 


January 3rd, 2010
Size: 10.68 KB
Downloaded: 755 times
Big Mike Triple Smoothed EMA Optimized 5 *
I don't deserve much credit for this as it is simply a straightforward modification of Mike's Triple Smoothed EMA using predefined instances of the external indicators for code optimization. Elite only, please.

The EMA needs to be optimized too, for best results. That may have been done in latest version of NT7.. not sure, please check release notes. I did a quick check but did not find anything on EMA.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Big Mike Triple Smoothed EMA Optimized
Category: The Elite Circle 


July 7th, 2010
Size: 4.25 KB
Downloaded: 1326 times

Keywords: bmt ema zondor
Big Mike's CL (crude oil) journal V1 4 *
From https://nexusfi.com/journals-daily-charts-tape-reading/627-big-mikes-cl-crude-oil-futures-contract-crude-oil-journal.html

Here is a video blog about trading CL. I also share my usual opinions on multiple time frames and indicators/simplicity, money management, etc.

Play the VLC media player if you have any issues after unzipping, just like all my videos in the Downloads section.

I'll try to keep this journal updated with CL thoughts and trades.

Small chart: 89 volume
Medium chart: 6 range
Large chart: 12 range

I've attached a screen shot (not shown here click link to see) but the main point of this post is in the video not the screen shot.

Mike


Category Educational 
 
Suggest other entries I might like
Details: Big Mike's CL (crude oil) journal V1
Category: Educational 


June 12th, 2010
Size: 102.03 MB
Downloaded: 917 times

Keywords: bmt cl video
Big Mike's Volume Graph, Optimized 5 *
VIP Only, please do not distribute outside of the Elite Circle.

Mike's version, posted in June of 2009, was downloaded almost 700 times!

It colors the volume bars based on a sophisticated linear regression analysis without using bid ask volume data. It corresponds well with Delta Momentum generated from GomRecorder buy/sell volume.

I applied Richard's optimization method from his article, aboot the right way to call external indicators, at MoveTheMarkets.com. (eh?)

This greatly improves the performance, so much so that in NT7 it can run with CalculateOnBarClose = false. However, DO NOT run it this way. CoBC must be true for it to calculate correctly... for now.

.....click on Magnifier for screen shot


Category The Elite Circle 
 
Suggest other entries I might like
Details: Big Mike's Volume Graph, Optimized
Category: The Elite Circle 


May 25th, 2010
Size: 7.88 KB
Downloaded: 1564 times

Keywords: optimzied volume zondor graph
BigBars3 4 *
Written by Dr Ben, ben_dot_szapiro_at_gmail_dot_com
Hide/Show coding from MindSet's EmaHide.cs script.

Please do not share the script outside the Elite Circle!

Superimpose Range, Renko or Minute Bars to a smaller bar size chart. I use it to look at larger bar sizes without distorting the equidistant bar spacing, and to confirm longer term trends. You can mix and match using BigBars on Range charts, minute charts, etc. The results will vary in live operation depending on COBC = true or false. The Show/Hide Button is activated by pressing the Shift key; after that the button will toggle between Show and Hide the BigBars' plots and boxes. The Show/Hide button makes the OHLC plots Visible/Transparent, and the High-Low,Open-Close boxes get shifted up by the HideOffset value. The default setting for HideOffset=200 Ticks would move the boxes outside the visible chart, but you can choose a smaller HideOffset to merely shift them slightly from the price bars. The "***" markers at the Current Bar location show where would the BigBar close Up or Down based on current price range, if applicable. You may override the first price of the session to some other value; specially useful to better align the BigBarsRenko Bricks with the significant price action/price levels. If StartingValue is left at zero the indicator will use its default Close[FirstBarOfSession].
Enjoy!


Category The Elite Circle 
 
Suggest other entries I might like
Details: BigBars3
Category: The Elite Circle 


February 21st, 2012
Size: 9.14 KB
Downloaded: 1076 times
BigConstantLines v1.1 5 *
BigConstantLines v1.1

Some traders use a lot of static levels that are sometimes far from current price.
Other want to always be reminded of Big Round Numbers, or quarters, halfs, etc.
Some want a mix of both.

BigConstantLines will use a starting price value (CenterLineValue) and automatically create lines 16 levels above, and 16 levels below using the AddPointsValue increments. OR, just enter each level manually leaving the CenterLineValue and AddPointsValue properties blank/zero.

One can also autopopulate and then override any level with a manually entered price. This may be a S/R level, Pivot, All Time High/Low, whatever. The indi can be added more than once in case there are some numbers from say daily/weekly/month charts that are significantly out of the current trading range, but that you want on the chart if you get there, or if you just want more than 33 levels.

Some instruments tend to move in pretty reliable patterns, say 25 handles. Pick a starting price
for CenterLineValue and enter 25 in the AddPointsValue, voila.

Note: Line17 is the CenterLine, and cannot be manually overridden when using the autopopulate mode.

(This is hack of the standard Constant Lines indicator. It's prolly gonna make your machine explode, create a new COVID variant, cause constipation, and remove all hope for whirled peas. Use at your own risk.)


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: BigConstantLines v1.1
Category: NinjaTrader 8 Indicators and More 


August 25th, 2021
Size: 4.42 KB
Downloaded: 79 times
 



 
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