NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2327 matching entries

Sort by

Entries
ScrollsRite for NinjaTrader 8 5 *
This script installs as an indicator and allows users to drag their charts in any direction with a mouse. It is a feature of eSignal charting which I used for many years and simply could not live without when I moved to NinjaTrader. It is basically a rewrite of the NT7 version with the same name on this site and has been around for some time.

In truth NT8 provides this functionality already ( by holding down the Ctrl key ) but this indicator makes it that much easier by enabling it all the time.

I don't have much screen time last few years and I don't check in here that often but I will try and monitor for awhile to see that it works as expected. Leave comments in the original thread provided below.


Some Notes:

- If a chart has the Price Scale located on the Left side instead of the Right side of the chart as is normal, then you must configure ScrollsRite Scale Justification to the Left side also.

- To disable it temporarily simply uncheck the "Visible" checkbox in the ScrollsRite properties screen.

- If the Market suddenly shoots off the screen then hit the "F" icon at the top of the Price Scale to bring it back quickly.

Link to original thread:

Scrolls_Lite ( Vertical Drag/AutoScroll)
https://nexusfi.com/ninjatrader/24723-scrolls_lite-vertical-drag-autoscroll.html


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


January 21st, 2019
Size: 2.36 KB
Downloaded: 530 times
Scrolls_Lite 5 *
Simplified Version of Vertical Drag and AutoScroll tool.
Read new features n discuss more about simplified version here,

https://nexusfi.com/ninjatrader/24723-scrolls_lite-drag-autoscroll.html

Orginal old version of Vertical Scroll Tools here,
https://nexusfi.com/download/vip_elite_circle/985-download.html?view


Update, Dt 10-Dec-2012 : A small bug removed.


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


December 11th, 2012
Size: 2.64 KB
Downloaded: 812 times
SDY Account level pnl tracking with trailing max drawdown 5 *
What is up FIO elite,

after a little escape from coding NT8, I decided to take another go at it and am moving forward with my little project. In order to help track some of these Top-Step rules, I am making a series of indicators, starting with an indicator that tracks the trailing max drawdown and target goal for a Combine.

The SDY_Account_Risk_Targets indicator is designed to keep track of the training max drawdown of an account (not a strategy). It was developed to help traders that have restrictions on the maximum amount they are allowed to lose. For example, in Top Step trading combine, the 50k dollar version has a max trailing loss of 2k and a profit goal of 3k.

I will still need to make an indicator for both the weekly max loss and the daily max loss.

This indicator access the account level not the security level of Ninjatrader and will only work on non-historic data, so like past indicators, members gladly told me that it does not work (when it does) do not try and use this on historic data. Market replay works fine, but not optimization.

To use the indicator, select the account you want to monitor in the drop-down and your risk targets, add the indicator and wait. To read the values of the account it will wait for an account update change (i.e. trading).

Sody

(this indicator is part of a personal project where I am openly building a training system for fun, follow along here)


Category The Elite Circle 
 
Suggest other entries I might like
Details: SDY Account level pnl tracking with trailing max drawdown
Category: The Elite Circle 


March 22nd, 2022
Size: 2.61 KB
Downloaded: 280 times
SDY_Bourbon V1.01 5 *
This is the first version of a project I am doing to build a trading system around ToppStep trading guidelines. Follow Along [COLOR="RoyalBlue"][B][SIZE="3"]HERE[/SIZE][/B][/COLOR]

Version 1.01

Includes:
  • Option for Profit Target
  • Option for Static Stop
  • Option for a trailing stop using ATR times a Multiple


Entry rules at this point are very simple,
  • Enter Long: Close > Open
  • Enter Long: Close > previous High
  • Enter Long: fast MA > Slow MA
  • Enter Short: Close < Open
  • Enter Short: Close < previous Low
  • Enter Short: fast MA < Slow MA


Exit Rules:
  • Exit Long: fast MA < Slow MA
  • Exit Short: fast MA > Slow MA

06/16/2021 - if you are trying to test the system on non live data you will need to remove: if(State == State.Historical) return;

 
Code
if(State == State.Historical) return;
This line of code stops the system from accessing historic trades.


This is an untested and barebones template. Use at your own risk. THERE MAY BE BUGS in the system and you are encouraged to adapt and change the model as you see fit. I ASSUME NO RESPONSIBILITY AND NO LIABILITY FOR ANY TRADES OR BAD FILLS. USE AT YOUR OWN RISK.


Category The Elite Circle 
 
Suggest other entries I might like
Details: SDY_Bourbon V1.01
Category: The Elite Circle 


June 15th, 2021
Size: 5.77 KB
Downloaded: 548 times
SDY_PnF_Suite NT8 5 *
This is the start to recreating my NT7 Point & Figure Suite for NT8.

The thread for NT7 can be found here: https://nexusfi.com/elite-circle/34569-working-point-figure-indicator-suite.html
The thread for NT8 can be found here: https://nexusfi.com/elite-circle/37789-sody-s-point-figure-ninjatrader-8-a.html#post541095

Suite includes:
SDY_PnF_Breakout
SDY_PnF_Congestion
SDY_PnF_Congeestion_MaxMin
SDY_PnF_Count
SDY_PnF_MaxMin
SDY_PnF_Poles
SDY_PnF_TrendLines
SDY_PnF_XO

I still need to add:
SDY_PnF_VerticalTargets
SDY_PnF_HorizontalTargets


Cheers,

SodyTexas


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


November 30th, 2015
Size: 128.48 KB
Downloaded: 551 times

Keywords: and point pnf figure &
Seasonality Indicator (year) 5 *
This Seasonality Indicator is based on the Ratio-to-Moving-Average Method, a classical time series decomposition technique used for analyzing and forecasting data with seasonal patterns. It works on "Day" charts and uses a cycle of 1 year.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Seasonality Indicator (year)
Category: NinjaTrader 8 Indicators and More 


April 18th, 2023
Size: 2.59 KB
Downloaded: 134 times
Second Entry Indicator for Price Action Trading 5 *
This indicator is an implementation of the Second Entry concept as used by VinceVirgil on the CL and Mack on the ES (over at his PATS website). It is intended as a training aid and does not cover the more hard-to-spot obscure occurrences of Second Entries. One of the reasons for releasing this is to get input from more experienced users of Second Entries and, if possible, to try and refine the indicator based on this.

It implements the "classic" version of a Second Entry where the first and second entries tick above (or below) the previous bars. The indicator can optionally highlight the new high/low (the start of the "pattern") with a diamond, the first entry (with a dot) and the second entry (with an up or down arrow). The indicator displays the bar where a second entry may occur and deletes the symbol(s) if the bar does not tick above (or below where appropriate) the previous bar.

The indicator has the following parameters:

AudibleWarning - if this is true and there is a .wav file in the NT sounds folder called "SecondEntry_Warning.wav" then it will be played when an up or down arrow is displayed.
NumTicks - this is the number of ticks above/below the open of the bar that the up/down arrow is displayed.
ReqTickHFirstEntry - if this is true then a bar has to tick above (or below) the previous bar to constitute a first entry. If false then a bar at the same price as the previous bar will count as a first entry.
ShowFirstEntry - if true then a dot will be displayed to indicate the first entry bar.
ShowHistory - if true then the drawing objects will be left on the chart indicating previous Second Entry "patterns".
ShowPatternStart - if true then a diamond will be be displayed above/below the new high (for Second Entry Longs) or new low (for Second Entry Shorts).


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Second Entry Indicator for Price Action Trading
Category: NinjaTrader 7 Indicators 


December 16th, 2013
Size: 6.05 KB
Downloaded: 1648 times
Second Entry Indicator V2.1 5 *
Please post any bugs/feedback you may have in this thread. It also includes more details.

Not 100% sure it counts correctly 100% of the time but so far back tests look promising! It counts it in Mack's style.


Features:
  • Counting Second Entries
  • Counting Other Entries
  • Future Signal and Risk display
The indicator is highly adjustable so that it can fit for other instruments as well


Parameters:
  • Target: Shows where the future signal will draw the target.
  • Max Stop: will change the risk to turn magenta if risk exceeds max stop.
  • Entry Placement: Useful for other instruments. Will only count as an entry if the price is greater than/less than the previous bar's high/low plus the amount of ticks set here.
  • Stop Placement: Distance from signal bar your stop will be placed.
  • Margin: Distance from bar the indicator is drawn.
  • Reset count on DT/DB: allows for the count to reset whenever a double top or double bottom forms
  • Longs on top/shorts on bottom: Flip placement of entry text


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Second Entry Indicator V2.1
Category: NinjaTrader 8 Indicators and More 


March 6th, 2021
Size: 29.21 KB
Downloaded: 804 times
Seconds Per Bar 5 *
secondsperbar version 1.0

Simply summates the seconds required to draw a bar. Designed to be used with non-time based bars. Includes 2 horizontal lines, for example can have the 1st line represent 300 seconds (5 minute) and 2nd line set to 60 seconds (1 minute). Bars change to red if the number of seconds exceeds your desired threshold, for example turns bars red if 600 seconds (10 minutes) is exceeded. Includes ability to draw a SMA of the time as well that defaults to a 5 period.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Seconds Per Bar
Category: The Elite Circle 


January 19th, 2013
Size: 4.39 KB
Downloaded: 673 times
secondsperbar 5 *
Simply totals the seconds required to draw a bar. Designed to be used with non-time based bars. Includes 2 horizontal reference lines, for example can have the 1st line represent 60 seconds (1 minute) and 2nd line set to 180 seconds (3 minute). Bars change to red if the number of seconds exceeds your desired Maxsec threshold, for example turns bars red if 120 seconds (2 minutes) is exceeded. Includes ability to draw a SMA of the time as well that defaults to a 5 period.


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


November 4th, 2016
Size: 3.57 KB
Downloaded: 550 times

Keywords: bar per time seconds
 



 
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