NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Submitted by monpere
Found 14 matching entries

Sort by

Entries
UniRenko - Universal Renko BarType 5 *
This is my implementation of a Universal Renko bar type. It allows the user to choose when the bar closes in the direction of the previous bar (Trend), and when it closes in the direction against the previous bar (Reversal).

This allows you to tailor the bar to behave specifically how you want it in ways that hopefully may enhance your particular trading style. As an example, if I am a reversal trader, entering on reversal bars, and putting my stop behind the entry bar, I can choose trend and reversal settings that minimize the size of reversal bars, and therefore optimize my stop sizes, etc.

Parameters are:

'Tick Trend' - Number of ticks to close the bar in the Trend direction
'Tick Reversal' - Number of ticks to close the bar in the Reversal direction
'Open Offset' - Number of ticks offset to draw the artificial open

Like most Renko bars, the bar open is artificial, and is placed by default halfway up the previous bar. The open is aesthetic only, it is not used in the bar size calculation. The tails on the bar show real prices. The artificial Open may affect your backtesting depending on the coding of your strategy. Internally uses NT PeriodType.Custom5

V2:
To support Muti TimeFrame indicators/strategies using the Add() method, added an alternative way to specify all bar specs in the 'Tick Trend' parameter. You can now alternatively specify each parameter as 3 digits in the Data Series window 'Tick Trend' parameter or Add() method 'Period' parameter. For example to specify TickTrend=4 , TickReversal=8, OpenOffset=2 or (T4R8O2) then specify: 'Tick Trend'=004008002 in Data Series window, or Add(PeriodType.custom5, 004008002);' in your MTF code. The normal way of specifying the parameters will continue to work as well.

IMPORTANT UPDATE JULY 11 2013, "VERSION 3" -- FROM BIG MIKE:
July 11 2013: Please note, user "dstrader" has uploaded a crucial bug fix for this bartype. You can find the download link here: https://nexusfi.com/download/ninjatrader-7/indicators/1430-download.html?view

Note you must use that link to download V3.

You can find the discussion thread here: https://nexusfi.com/ninjatrader/24408-unirenko-universal-renko-bar-type-20.html


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: UniRenko - Universal Renko BarType
Category: NinjaTrader 7 Indicators 


July 11th, 2013
Size: 2.08 KB
Downloaded: 4850 times

Keywords: bar unirenko trend renko bartype universal type reversal monpere
BarChartDotComVolumes 5 *
This indicator displays the contract with the highest EndOFDay or IntraDay volume for a list of unlimited number of instruments. The volume data is fetched form BarChart.com.

I use it to identify when to switch contracts around contract Rollover time since I want to trade the contract with the highest volume. The conventional way traders generally do this is to load the current and next futures contracts in NT Market Analyzer, and watch all the volume there. This forces you to update the contracts list every month, and also takes up NT resources to continually process volume data for multiple contracts.

This indicator uses no NT resources, and you never have to update any contract lists with future contracts. You get the volume information on demand, for an unlimited number of specified contracts.

- Use the 'Symbols' parameter to specify which contracts you want to see.
- Press the 'Vol+' chart button to toggle the display of the text On/Off on the chart

Note: The coding may need to change in the future if/when Barchart.com makes changes to the format of the associated web page the data is fetched from.


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


December 16th, 2012
Size: 3.79 KB
Downloaded: 549 times

Keywords: barchart barchart.com contract highest monpere rollover volume
UniRenko Projected Bar Closes 5 *
Indicator marks where current UniRenko bar will close in both directions.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: UniRenko Projected Bar Closes
Category: NinjaTrader 7 Indicators 


November 29th, 2012
Size: 2.13 KB
Downloaded: 3129 times

Keywords: bar close monpere predict predictor projected renko unirenko universal
TradeRuler 5 *
Places trade targets ruler on chart and calculates risk/reward/position sizing for trade planning, review and management, using Van Tharp style Risk based position sizing

Setting Lines:
- Middle mouse button click above/below any bar shows ruler for long/short respectively
- Shift-Middle mouse button sets entry line
- Control-Middle mouse button sets stop line
- Alt-Middle mouse button sets target line

Moving Lines:
- Lines can be selected and moved separately
- CTRL-ALT locks line relationships. Moving one line moves all lines together
- CTRL-ALT again unlocks line relationships

Clearing lines:
- The same key combination on a displayed line, erases that line
- Middle mouse button click on vertical line of the displayed ruler, erases the ruler.
- Control-Alt-Shift Middle mouse button erases all lines
- Unlimited stops and targets are allowed

If no entry/stop/target lines are explicitly set, then they are defaulted to high/low/close of the associated candle.

...

To change position sizing calculations:
- Change AcctSize, AcctRisk, and FixedShares user parameters
- or specify them in the line input boxes on the chart as follows:

100 => means trade a fixed size of 100 shares/contracts
$100 => means max stop loss size is $100
2% => means risk only 2% of AcctSize

Version: V3


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


August 21st, 2012
Size: 9.89 KB
Downloaded: 1864 times

Keywords: a1traderuler.zip
HeikenAshi with true OHLC prices 5 *
Show candle true OHLC prices overlayed on HeikenAshi bars


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: HeikenAshi with true OHLC prices
Category: NinjaTrader 7 Indicators 


August 16th, 2012
Size: 3.55 KB
Downloaded: 1620 times

Keywords: ashi close heiken heikenashi high low monpere ohlc open overlay price
NYSE TICK Advance/Decline Market Internals 5 *
Created this indicator to plot the 1 minute NYSE TICK and Advance/Decline on my range bar trading charts. I use it to see high/low TICK thresholds, TICK divergences, and A/D line market strength, used together to predict short term overbought/oversold market reversals. This can tell you when a pullback is imminent, or help trade reversals.

The necessary candles are artificially filled in to preserve the main chart bar spacing, but the high/low thresholds are retained. It also marks the 1 minute high/low TICK thresholds on the chart. The A/D line plot can be toggled on/off using CTL-ALT key stroke.

Note: You must have the NYSE TICK (^TICK) and Advanced Decline (^ADD) symbols defined in your Instrument database.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: NYSE TICK Advance/Decline Market Internals
Category: NinjaTrader 7 Indicators 


July 22nd, 2012
Size: 5.56 KB
Downloaded: 1509 times

Keywords: advance decline internal internals market monpere tick
Risk Reward 5 *
Risk Reward and Position Sizing Indicator

Calculates Risk/Reward and Position Sizing for trade planning using horizontal lines drawn at potential trade Entry, Stop and Target. The indicator will automatically update the risk/reward and position sizing on the fly when you select and drag the Entry, Stop, and Target lines.

Position size and risk/reward are calculated from user input parameters for Trading Account Size, Percent Account Risk per trade, Fixed Dollar Amount per trade, or Fixed Share Sizing.

Press CTRL-ALT to lock the lines to their current prices, now moving one line will move all the other lines together by the same amount, keeping the same ratio between all the lines.
Press CRL-ALT again to unlock the lines.


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


February 12th, 2012
Size: 3.94 KB
Downloaded: 1738 times

Keywords: contract contracts monpere position risk riskreward share size sizing
Market Reminders 5 *
Indicator prints unlimited number of user defined reminders on the occurring bars on the chart. Also works on historical bars. I mainly use it to remind me of scheduled Economic Reports, and other miscellaneous times, and daily tasks. Reminders list only has to be entered once. An unlimited number of reminders can be used. Use '\n' to insert a new line in the displayed text.

Schedule is in the following format, one line per entry, in 24 hour military time:
Example: THU @ 08:25 Jobless Claims report => Every Thursday at 8:25am, print the specified text on the chart
Example: 3rd THU @ 09:55 Philly Fed Report => 3rd Thursday of every month at 9:55am, print the specified text on the chart

Sample entry list:

WED @ 10:25 Crude Oil Inventory Report
THU @ 08:25 Jobless Claims report
1st FRI @ 08:25 Unemployment report
3rd THU @ 09:55 Philly Fed Report
4th TUE @ 09:55 Consumer Confidence \n Report
Daily @ 07:00 London Session Lunch
Daily @ 09:30 New York Open
Daily @ 16:00 Market Close
Nov 11 @ 14:00 FOMC 2:15pm
1st Day of Month @ 9:55 ISM Mfg Index
2nd Thu of March @ 8:00 Contract Rollover


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


November 17th, 2011
Size: 5.24 KB
Downloaded: 1693 times

Keywords: market marketreminders monpere news reminder reminders
RoundNumbers 4 *
Plot markers at round numbers above and below the market. User may also specify a list of number levels to mark, by using the 'Numbers ending with' parameter, i.e. "00, 25, 50" will mark all prices ending with those digits


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


June 4th, 2011
Size: 2.44 KB
Downloaded: 772 times

Keywords: monpere numbers round roundnumbers
DynamicSRLines 5 *
This indicator draws horizontal Support/Resistance lines at various price levels, above and below the market, where price historically created swing High/Low pivots multiple times, creating support and resistance as price action bounced off of those levels.


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


April 12th, 2011
Size: 3.47 KB
Downloaded: 4631 times

Keywords: dynamic dynamicsrlines lines monpere sr
 



 
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