NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
FisherHistogramWave 5 *
Hello Traders, this indicator is one of my favorites. The fisher indicator is basically a histogram that tells you what the trend is at the moment. User controls include Period for the indicator, Price Candle outline colors, background color and opacity, histogram wave color and opacity, histogram bar colors, and the Buy-Sell Sound Alert. As with many of my indicators, it only calculates what is shown on the screen to save calculations. If you scroll back, hit f5 to refresh the indicator.

Trade Well...
Bob

R1 2/11/2021: I don't use Bloodhound or other automated tools, but one user found that this indie does not work with Bloodhound. I found that the problem is with the calculations limited to what is on screen... I found the issue and it is an easy fix. In the zip are two indicators. FisherHistWav is the original that only calculates what is on the screen and FisherHistWavFull calculates the entire history and works with Bloodhound. I will add a new version of all of the indicators that I have posted that have the calculation limiter in a similar manner.


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


February 6th, 2021
Size: 14.17 KB
Downloaded: 1144 times
FiveMinuteOdysseySignals_v2 5 *
FiveMinuteOdysseySignals_v2 is the indicator I refer to and describe in my thread, https://nexusfi.com/elite-trading-journals/8035-mwinfreys-5-minute-odyssey.html. This indicator encapsulates rules 1, 2, and 4 as described in the quick summary of that thread. There is accommodation for rule 3 stuff in the indicator but isn't implemented other that a simple filter. However, anyone knowing how to program can find that portion of the code and add some filters if you like.

The indicator can be used for backtesting and accounts for intrabar wiggle. I won't go into detail on how I did that. You can view the code and see for yourself. The main thing is that you understand that what you get in backtesting is what you get forward testing. Of course slippage in live trading exists but not accounted for with this indicator.

You can only use this indicator with COBC = true. Trying to use it set to false does not work. I coded a fail-safe so you can't set it to false.

Parameter Description:
1. You can set up to 4 different trading sessions.
2. Either show PNL or not.
3. Use a trailing stop if you want which triggers with one tick of profit and trails behind profit by the amount you have set for the stoploss.

Indicator colors CAN NOT be customized. Encourage you to use this indicator as-is to prove a concept before you start asking for customizable colors. I really don't intend to spend the time making it any prettier than it is. So, please adjust the colors on your chart so you can see the graphics that I use. Their colors are white, black, red, lime, and blue. However, if you have ideas for rules then please forward them to me and I'll take a look.


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


July 11th, 2011
Size: 15.12 KB
Downloaded: 496 times
FOMC Text 4 *
Here is a way to see what days have been or are FOMC. This is updated through DEC 2012. I am using a function publicly available at the trade station forums.


Category TradeStation (hidden) 
 
Suggest other entries I might like
Details: FOMC Text
Category: TradeStation (hidden) 


January 30th, 2012
Size: 14.18 KB
Downloaded: 211 times
Font Changer for NT Control Panel 1.1
Version: 1.1
Strategy Name in NT: ChangeFontNinjaTrader
Only tested for NT7

This code makes use of a strategy to change the default font within Ninja Trader. Add the strategy to the Strategy tab within the control panel. Choose your font and enable the strategy. The font will stay on whatever you choose until Ninja Trader is restarted. To reset back to the original font choose Default from the strategy and re-enable. Disable the strategy once the font is set.

Couple of notes:
- The code makes use of the active window condition. This means if you keep in enabled then goto a chart or a edit strategy it will change some of the fonts within the menus and options boxes.

- The code is setup to add additional fonts. See the "Font Types" section of the code.

- when adding additional fonts be sure to use a "_" underscore where ever there is a space.

- Add a comma to the end of the font name.

- The name spelling must be exact or it will change the font to the default setting.

Example of an entry:
Comic_Sans_MS,

Instructions can be found here on how to add a font type: https://nexusfi.com/ninjatrader-programming/20711-change-font-control-panel-ninja-trader.html

Final note:
Although this should not mess anything else up within Ninja Trader, be sure to use caution when using code which changes the default settings of a program. In other words: use at your own risk!!

SD


Category The Elite Circle 
 
Suggest other entries I might like
Details: Font Changer for NT Control Panel 1.1
Category: The Elite Circle 


June 3rd, 2012
Size: 1.27 KB
Downloaded: 183 times
FootPrint Chart for NT8 5 *
Updates 7/14/2016:
- complied on NT8b12, may not work in earlier versions
- thanks to Sim22 for some great code modifications to make the chart more stable and kill some bugs

This is a standard footprint chart that shows bid/ask market orders or volume/delta bars. It doesn't have a lot of the bells and whistles that some other (paid) versions have, but I find it sufficient for my needs.

Candlestick bars can be shown to the left of the footprint bars and/or as an outline in the footprint bar. It also allows to indicate the close and high volume bars in the footprint.

If you find any bugs or have any enhancement suggestions, please PM me.

NOTES:

You must turn on Tick Replay otherwise the chart will not show historical bar values. Charts that do not support Tick Replay (Renko for example) will not work. Line charts will also not show the footprint bars.

Charts with a high Days to Load value (15+) will take more time to initially load as there's a lot of values to historically calculate before the chart can be displayed.

I suggest using a fixed width font (Consolas, Lucida, etc.) for the Bar Font as the numbers line up and makes the chart more readable.

There's no easy to way that I found to auto scale the bar width and spacing based on the font size, so these are manual adjustments via Bar Spacing and Bar Width. Bar Spacing controls the spacing between the bars and Bar Width controls how wide the bars are. If you change the font from the default Consolas 12px, you may need to increase or decrease these values to adjust the bars.

The chart will attempt to auto scale to compress the footprint bars so there's little to no spacing between the bars. The scaling is based on the chart window size, so if you size the window small, it may not look great if there's a lot of bars on the chart. If you don't like the auto scaling, you can turn it off in the indicator properties via Visual->Auto scale.

Credits: The OnMarketData algorithm to calculate volume values was taken from the 'bid ask for ninja8' indicator by @zohar.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: FootPrint Chart for NT8
Category: NinjaTrader 8 Indicators and More 


July 5th, 2016
Size: 7.39 KB
Downloaded: 4130 times
Footprint Chart for NT8 5 *
A clean and simple Footprint Chart.

How to enable Tick Replay.

Version 1.6 | May 2017 (Latest)

- multi-threading optimization
- performance optimization

Version: 1.5 | Nov. 2016

- minor optimization of indicator visuals.
- minor optimization of code and logic.




Version: 1.4 | Nov. 2016

- value area has been added
- further optimizations

Version: 1.3 | Nov. 2016

- fixed a bug in the profile
- minor optimization of code and logic.

Version: 1.2 | Nov. 2016

- a simple volume profile has been added

Version: 1.1 | Nov. 2016 || Please update

- major improvement in calculating historical values
- added a background cell to the current bid and ask values.
- minor optimization of indicator visuals.
- minor optimization of code and logic.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Footprint Chart for NT8
Category: NinjaTrader 8 Indicators and More 


November 21st, 2016
Size: 10.45 KB
Downloaded: 6698 times

Keywords: chart delta footprint
View the winning 'starred entries' FootPrintV2 Chart for NT8 5 *
Winning Entry April 1st, 2024 to May 1st, 2024 [1 votes]
Winning Entry March 1st, 2024 to April 1st, 2024 [1 votes]

All important information can be found here: FootPrintV2 Chart for NT8














Updates:

2024-05-17:
  • The BarItems have been exported to an own indicator, for further details check the Forum post.

2024-04-05:
  • Added Depth Profile
  • Added Midas (AVWAP)
  • Small Fixes

2023-08-28:
  • The indicator doesn't need tick replay anymore.
  • Performance optimization
  • Cumulative Delta optimization
  • Visual optimization
  • Minor Bugfixes

2023-08-08:
  • A few minor changes

2022-09-21:
  • Added Cumulative Delta Values on Swing Highs and Swing Lows

2022-09-22:
  • Renamed "Bars" mode into "Profile" mode
  • Added a per bar Delta Profile in "Numbers" mode


2022-09-23:
  • Reorganized the top-menu
  • Added configurable Hotkeys to toggle FootPrint and Map
  • Added a real Delta-Mode to the map with opacity based on Delta value
  • Changed the TapeStrip Filter for manual size input
  • Fixed a few minor issues

2022-09-27:
  • The Auto-Scroll in fixed ChartScale has been improved

2022-10-01:
  • Added text rows for Delta, Volume and Cumulative Delta

2022-11-02:
  • Changed the FootPrint Resize- and Scale-Behaviour
  • The indicator now remembers fixed and automatic scale properties when switching between modes.

2022-11-03:
  • Improved Fixed Scale Auto-Scrolling
  • Improved opacity and readability

2022-11-04:
  • Improved Fixed Scale Auto-Scrolling
  • Added stacked imbalances
  • Added Volume and Delta per Bar

2022-11-07:
  • Alerts for stacked Imbalances have been added


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: FootPrintV2 Chart for NT8
Category: NinjaTrader 8 Indicators and More 


September 28th, 2022
Size: 33.43 KB
Downloaded: 3888 times

Keywords: footprint profile v2 volume
Forex Bid Ask Lines 5 *
Shows lines for the Bid and Ask prices in Forex markets.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Forex Bid Ask Lines
Category: NinjaTrader 7 Indicators 


September 10th, 2016
Size: 2.01 KB
Downloaded: 164 times
FOREX On-Line Manual For Successful Trading 5 *
Includes 7 chapters on forex market.

Category Educational 
 
Suggest other entries I might like
Details: FOREX On-Line Manual For Successful Trading
Category: Educational 


January 17th, 2017
Size: 2.94 MB
Downloaded: 99 times
Forex Seasonal Patterns by Cory Mitchell 5 *
The seasonal patterns of the EUR/USD, GBP/USD, USD/JPY, AUD/USD, USD/CAD and Dollar Index

Category Educational 
 
Suggest other entries I might like
Details: Forex Seasonal Patterns by Cory Mitchell
Category: Educational 


January 17th, 2017
Size: 857.57 KB
Downloaded: 91 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