NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2329 matching entries

Sort by

Entries
Chart ScreenShot to the Em@il indicator
Takes a screenshot of the chart and sends to email in PNG format.
From NinjaScript Editor set up the private email parameters then right click and compile.

https://forum.ninjatrader.com/showthread.php?t=45339

Take screenshot at the end of session or last bar on chart.

Thanks to the original creator marty087 from Ninjatrader forum.
Useful for autostrategies.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Chart ScreenShot to the Em@il indicator
Category: NinjaTrader 8 Indicators and More 


February 1st, 2018
Size: 2.03 KB
Downloaded: 237 times
chart time indicator for lag time charts in ninjatrader 5 *
Chart Time indicator to find Lag in seconds and milliseconds

It will display three things in the upper right corner of the chart:

• The core time of NT8
• The chart time of NT8
• The difference of the two times (if the Chart time is behind the core time, it will be a negative number).

EXAMPLE
Here is an example of what you will see in the upper right corner of your chart when you load the indicator on your chart:

12:29:28:529 12:29:28:257 -00.272

USE
I watch this indicator near the start and end of the regular session when my charts will typically lag the market. While trading these times or any other high volume times, when I see a chart lag, I then use the DOM to ensure I see the fastest pricing information that NT8 offers (that I have found).

I didn't build the indicator, just found it on ninjatrader forum (it seems to me that more people are having problems with the lagging of ninjatrader)


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: chart time indicator for lag time charts in ninjatrader
Category: NinjaTrader 8 Indicators and More 


March 6th, 2020
Size: 2.62 KB
Downloaded: 401 times
Chart Trader Quantity Buttons 5 *
This indicator will add buttons to the Chart Trader which will allow you to quickly change the quantity of the contracts. The buttons can be set to a custom quantity.

Please watch the video on how to use and post any questions here: https://nexusfi.com/elite-circle/25561-chart-trader-custom-quantity-buttons.html

Updated:
2-4-13
1.3 - added the ability to change the color of the buttons.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Chart Trader Quantity Buttons
Category: The Elite Circle 


February 4th, 2013
Size: 3.32 KB
Downloaded: 713 times
ChartNotes 4 *
Chart Notes v3

Add notes to your chart. For example, identify a chart template, or put specific notes on how to trade a particular chart, or instrument, etc.

- Added selectable fonts and text color
- Control Shift toggles compact/expanded visibility (number of lines shown)


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


February 1st, 2011
Size: 3.20 KB
Downloaded: 1178 times

Keywords: chart chartnotes monpere notes a1chartnotes
ChartScale 5 *
Previously I only had this indicator posted on Ninja Support....(but based on requests, I've added it to the BMT downloads area. As I get time, I will modify and improve the code)

Ninja charts currently do not provide an automated method....(at least none I know of)....to set a 'visual scale' on Price.
Ninja allows manually scaling of the chart, but when price moves outside the desired range, Ninja requires you to..."click the F box"...in the upper left hand corner to regain scaling, and then repeat the manual process all over again. This means that when price narrows, the smaller swings take up the entire chart, causing small swings to visually appear the same size as larger swings....and causing small candles to elongate on the chart.

-----------------------------------------------------------------------

I have coded a very basic "scaling indicator" that will hold the Ninja charts in a desired tick range (y axis up-down). When price narrows, the chart scale will remain as you set it and the candlesticks will paint themselves showing visually appropriate swings. When/If price starts swinging significantly and moves outside of your scaled range, the indicator lets Ninja scaling take over...so price always remains within the bounds of your chart.

The ChartScale indicator automatically adjusts to any market "tick size"....and calculates the scaling range based on your settings...
- Lookback Period
- Desired # of ticks for right hand y axis

The indicator adds the appropriate amount of 'space' to the top and bottom of the chart when price narrows, maintaining a visual perspective that reflects the narrowed price swing.

NOTE: The 'blue lines' on the example are simply to help illustrate the comparison, they do not actually draw on the chart


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


July 24th, 2011
Size: 6.15 KB
Downloaded: 1054 times
ChartTrader 5 *
Exported with NT7.0.0.18

ChartTrader is a NinjaTrader strategy which acts as an alternative to the inbuilt Chart Trader.

Since the inbuilt chart trader and strategies cannot be used simultaneously i have built this strategy. One can place manual buy sell orders through chart trader.

for more details pls visit:
https://www.volumedigger.com/NinjaTrader/Strategies/dsChartTrader.aspx

Please use this at your own risk as the same is highly experimental in nature. I am not responsible for any loss/damages arising out of it.


Category NinjaTrader 7 Strategies 
 
Suggest other entries I might like
Details: ChartTrader
Category: NinjaTrader 7 Strategies 


July 3rd, 2010
Size: 5.25 KB
Downloaded: 787 times
ChartTraderCustomBehavior 5 *
Here is an indicator to customize Ninja's ChartTrader. It allows you to customize the layout and visibility of the 8 standard order control buttons. Additionally when a position is open, it will hide all of those ChartTrader buttons as well as disabling the right-click context menu choices for buy and sell.

It helps to reduce distractions and allows one to focus on a single order, which some may find useful, as I have.

I want to recognize those who posted the code that helped me put this together. Thanks to @SilverDragon for the code to customize layout and visibility of the buttons. You can find a more thorough explanation plus a great video in his post at https://nexusfi.com/elite-circle/25463-customize-chart-trader-buttons.html. Also thanks to @ninjatrader_Bertrand for the nice trick on determining market position from within an indicator.

Note that any chart on which this indicator is running will have it's ChartTrader buttons hidden and context menu buy/sell choices disabled whenever there is an open position on any instrument. This is beta 1.0.01. For educational purposes only. Use at your own risk.


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


April 13th, 2015
Size: 4.79 KB
Downloaded: 436 times

Keywords: "charttrader buttons" "context menu" "right-click
ChartTraderIndicator 5 *
NinjaTrader by default disables the Chart Trader when one uses any strategy. This is a limitation which often bogs traders. Chart Trader indicator demonstrates how to send orders via an indicator.

Here in the sample indicator you can send Limit orders, through two additional buttons in the chart trader. The orders can be modified/cancelled from the chart or from the SuperDom.

for more pls visit https://www.volumedigger.com/NinjaTrader/Indicators/ChartTraderIndicator.aspx

Exported with NinjaTrader 7.0.1000.4

The indicator is tested in Sim and Interactive Brokers DEMO account. Trade it live entirely at your own risk.

Use the indicator entirely at your own risk. Under no circumstances the author be held responsible for any damages, whatsoever, arising out of the use of this indicator.


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


May 9th, 2011
Size: 2.44 KB
Downloaded: 1020 times
ChartTraderOrganize 5 *
This indicator will allow the user to hide and rearrange the Chart Trader buttons within Ninja Trader.

Important: This indicator is just out of the beta stage. There is some important things to know to get it to work properly. Please take 6 minutes to watch the video in the link below. Finally, this changes the default functionality of the Ninja Trader. This was tested with NT7 using the built in SIM account. Use at your own risk!

Please take 6 minutes to watch the video which can be found here. There is some important steps which will eliminate questions later.https://nexusfi.com/elite-circle/25463-customize-chart-trader-buttons.html


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


January 22nd, 2013
Size: 3.77 KB
Downloaded: 311 times
Chop Zones 5 *
Here is an indicator that I had my programmer whip up for me as I was looking at adding time and volatility for use with Range and Renko bars.

Average Bars per minute - if the average time per minute then smoothed by a moving average is over x period of time - don't trade.

Period and Signal are from the ADX component of the DM, the reason I had my programmer use DM instead of just the ADX is to experiment with the +DI and -DI. But the + and -DI and not functional in this version but instead time per bar is used. As always my indicators have JAM in front so I can keep them in one place. Feel free to rename for your own organization process.
(Vendor License taken out sorry)
JAM


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


January 11th, 2012
Size: 7.46 KB
Downloaded: 1669 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