NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
tiyfOrderLasso 5 *
current version is 1.1 posted July 25, 2023
---
Seamlessly Link Orders to Visible Chart Plots

This indicator links any order to visible chart plots. It achieves, with minor differences, what the native application Ninjatrader does, but in a more intuitive manner.

It also adds a custom grid with three UI controls: 'Tie,' 'Untie,' and 'Offset' to the ChartTrader panel. By clicking the 'Tie' button while holding down the shift-key, the user can toggle the 'Modify toward the last price' option ON and OFF.

Once imported you'll find it within a folder named "TrendIsYourFriend/tiyfOrderLasso"

There is no parameter to set when you add it to a chart.​

I created a thread if you'd like to discuss it right here.

I have posted a short video on YouTube showcasing it in action:


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


July 22nd, 2023
Size: 14.96 KB
Downloaded: 168 times
tiyfTradePlanFactory 5 *
The indicator name is tiyfTradePlanFactory. Once installed in Ninjatrader, you'll find it within a folder named TrendIsYourFriend in the indicator panel.

I have created a thread dedicated to it. Every new update will be described there. So if you want to ask any question or just give your feedback then go ahead and visit this page :

I have made a small video to describe how to use it. (link to the video is in the thread)

https://nexusfi.com/elite-circle/57090-tiyftradeplanfactory-indicator.html

Have fun.

Changelog:

yyyy-MM-dd - reasons
---------------------------------------------
2021-05-03 Version 1: first time released on Futures.io
2021-05-04 Version 1a: added the [NinjaScriptProperty] attribute to the 'Indicator_Version' property to expose it to the user
2021-05-05 Version 1b:
- the highlighted or dimmed settings will no more be applied to a user drawn rectangle
- modified the default list of prefix "S&D, Fib, MM, MP, Vwap"
- changed the location of the Indicator_Version value. It is now part of the parameter name to avoid problems when the user has created templates with prior version of the indicator
2021-05-07 Version 1c: when the user click on a rectangle the indicator displays its Tag name at the upper left of the chart
2021-05-08 Version 1d: a selected rectangle will also display the distance it is from the last bar close
2021-05-11 Version 1e: new button added to forecast levels
2021-05-12 Version 1f:
Forgot to reset the count of forecasted areas when a new category of Rectangles was Highlighted.
- changed the method for evaluating the average gap between rectangles. New method is more logical.
2021-05-13 Version 1g:
The Highlight and Forecast functions have been reworked to ease the job of forecasting
- it is no more necessary to load a trade plan to use the forecast option
- If there is no trade plan loaded, The highlight button will display the "Rect" prefix only
2021-05-15 Version 1h: Added the ability to save multiple forecasts in a file
2021-05-16 Version 1i: forgot to dispose of the new button Forecast in the State.Terminated event.
- Modified the tooltip message associated to the Add prefix button when the save button displays "Save Forecast".
2021-05-17 Version 1j: Removed the required step to reset/erase a previous forecast before generating a new one
- the indicator can now sniff out if a series of user drawn rectangles have been modified (Rect. moved/added/removed)
- any selected rectangle (no more restricted to rectangles from a loaded TP) will display the distance it is from the last bar close
2021-08-09 Version 1k: I have modified the method to assign a unique name or version number to the indicator (see method DisplayName)

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


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


May 11th, 2021
Size: 12.84 KB
Downloaded: 1401 times
TMFT Dual MA 5 *
ThatManFromTexas (I lived in Texas for four years, too!) created this useful indicator that colors the region between two moving averages.
I applied extremely aggressive optimization techniques that should reduce the CPU cycles on COBC false by 90% or more compared to the original version. I used every trick I could think of: moving code that was executing on every tick to OnStartUp(), using predefined instances of the external indicators, and redundant tick rejection. If you select EMA's, they will be calculated within the indicator, without any need to use an instance of the EMA class.
This is provided as a protected assembly. I don't have to give away all of my secrets, do I?
Why do this? Optimally coded indicators load faster, and use less computer resources while running. CPU cycles are not free. Using less of them makes Ninjatrader more responsive and reliable. Charts load faster, and lag less in fast markets. Crashes and freezes become less frequent.
Have you noticed how quickly this indicator loads, and how responsive it is? Please leave comments regarding your experience with this version. Maybe some day ALL of your indicators can be coded like this.....


Category The Elite Circle 
 
Suggest other entries I might like
Details: TMFT Dual MA
Category: The Elite Circle 


January 2nd, 2012
Size: 41.56 KB
Downloaded: 1150 times
ToggleExecutionsV2 5 *
ToggleExecutionsV2

- Adds a button to the chart toolbar to toggle show/hide trade executions on the chart
- Fixed OnTermination() code to properly unload objects from memory.


IMPORTANT: Remove ToggleExecutionsV1 from your charts and delete the ToggleExecutionsV1 Indicator before installing this newer version.


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


March 6th, 2011
Size: 1.97 KB
Downloaded: 641 times
ToggleTrades 5 *
This indiator shows the Trades in the chart when you klick the button.
So you dontīt have to go through "data-series".
I tried several "indicators", similar to this one, but none worked flawlessly.
this one does!

Version 1.0 final.

this is the site for requests to the coder:
https://bitbucket.org/ninjatrader/level2/issues?status=new&status=open

greetings - Whitelight - aka - Ca$ino_White

changing nub-colours




Press "compile" after chaging


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


August 27th, 2014
Size: 2.06 KB
Downloaded: 793 times
ToggleTrades 5 *
Dec 19th 2016 Version 1.1
fixed a minor bug (error on close of chart showing up in log)
added icon for the button: thanks to mk77ch for providing the code and the icon.

the attached icon toggle.png must be copied to the Ninjatrader 8 Folder (usually .../Documents/NinjaTrader 8)
If the icon is found it will be used if not we will fallback to TextMode in the menubar.

INSTALLATION: Please unzip the zip first. It contains the toggle.png and the Ninjatrader archive for import.


Dec 16th 2016 Version 1
This Indicator adds a button to the ChartMenuBar which allows to quickly show/hide trade executions on the chart.

I took the idea from NT7 Indicator created by Whitelight on FIO and build for NT8.
This is version 1.0.

Installation is done via the normal Tools -> Import -> NinjaScript AddOn Function.

Works only on NT8; Tested / Created on NT 8.0.2.0


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


December 17th, 2016
Size: 3.56 KB
Downloaded: 626 times
ToggleTradesPro 5 *
Feb 2nd 2017 Version 1
This Indicator allows control over execution display through the ChartMenuBar with a drop down for selection of Markers, Text & Markers and Hide Trades.

Feb 4th 2017 Version 1.1
AutomationID update.

May 22nd 2018 Version 1.2
Preserve last selection

This indicator is a combination of two ideas found both here and on the NT forum.

I'm self taught and just starting to understand what's required to convert my NT7 indicators over to NT8 so let me know if this can be improved.


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


February 2nd, 2017
Size: 3.31 KB
Downloaded: 907 times
ToogleTrades 4 *
If you are scalper like me, your charts probably get very messy. This simple indicator can help!!

- Adds a button to the toolbar which lets you show/hide trades on the chart.

Note*: If you are using my 'ToogleExecutions' indicator, remove from your charts and delete indicator before importing this new one.


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


July 15th, 2011
Size: 2.01 KB
Downloaded: 968 times
Toolbar Shortcut Indicator 5 *
Toolbar Shortcut

This is a really cool handy tool for traders who like to draw objects on their charts, such as fibs, channels, trend lines, text, markers, shapes, etc. This indicator will place a drawing toolbar on the left side margin of the chart for drawing chart objects with a single click, a feature currently missing in NT7.

Exported with NinjaTrader 7.0.1000.10
credit: NT Forum



Revision V1 - October 5, 2012

- Added additional buttons for Snap Mode, and Stay in Draw Mode
- Added code to prevent termination of the indicator if there is not sufficient bars.
- Thanks to @dorschden for pointing out the bug.

Exported with NinjaTrader 7.0.1000.11


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Toolbar Shortcut Indicator
Category: NinjaTrader 7 Indicators 


October 5th, 2012
Size: 3.17 KB
Downloaded: 2771 times
ToolBarClock 5 *
Feb 16th 2017 Version 1
This Indicator displays a clock within the Toolbar with options to customize including:

- Font Color
- Font Select
- Format Select
- Culture Select
- Show Clock
- Display All Tabs

Feb 18th 2017 Version 1.1
Culture enum update now includes additional languages:
- French
- German
- Dutch
- Finnish
- Hungarian
- Italian
- Portuguese
- Russian
- Spanish
- Swedish

Mar 3rd 2017 Version 1.2
Error resolved within State.Terminated that resulted in clock disappearing from toolbar when connecting to an account.


I'm self taught and just starting to understand what's required to convert my NT7 indicators over to NT8 so let me know if this can be improved.


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


February 16th, 2017
Size: 3.96 KB
Downloaded: 1156 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