NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Some Random Entries


Show full/short entries Entries
Visual SMA Multi-Timeframe 5 *
Exported using NT Version 7.0.1000.11

Indicator will only run on NT 7.0.1000.4 or later.

The VisualSMA is a MTF (multi-timeframe) version of the Simple Moving Average. It will plot on any chart and allows to calculate the moving average

- from minute bars
- from second bars
- from tick bars
- from range bars
- from volume bars

For example you can display an hourly SMA on a 235 tick chart, or display a 11-period SMA calculated from a 500 tick chart on a 7 range chart.

The indicator has three modes to display the moving average:

StrategicMode: The first bar series collects the values from the secondary series without any lag on historical data, but a 1-tick lag on real-time data. This mode does not repaint, but shows the values originally recovered from the secondary bar series. On the chart the indicator in Strategy Mode is plotted yellow.

FirstTickMode: To avoid the lag for similar bars with identical time stamps, the indicator repaints the indicator value for the prior bar, after the first tick of the current bar has been registered. The one-tick repainting reduces the lag. On the chart the FirstTick Mode is shown in red.

Visual Mode: To make it easier to use the indicator visually, the indicator interpolates the distance between two consecutive bars of the secondary bar series. The interpolation algorithm works in real-time and simulates the CalculateOnBarClose = false mode for the indicator relative to the secondary bar series. It repaints the current leg of the indicator back to the prior bar of the secondary series. The interpolation adapts itself to equidistant or non-equidistant charts. The Visual Mode is shown in aqua.

This indicator comes as a protected assembly, so you cannot directly access the code.

Update August 30, 2011: 1-Tick Repainting for VisualMode and FirstTickMode was only enabled for fixed period bars. It is now also available for other bar types.
Update September 6, 2011: Bug fixed. VisualMode interpolation could be a few ticks off on real-time data.
Update November 9, 2011: Indicator entirely recoded, robustness and speed improved, lag reduced.
Update November 23, 2011: Indicator was lagging with CalculateOnBarClose = true setting. Lag is eliminated.
Update January 5, 2012: Option added to select color according to the slope of the VisualSMA. Paintbars added as a trendfilter.
Update August 15, 2012: Code updated to allow for displacement of indicator.
Update September 29, 2012: Renko option removed. Indicator could not always be called from a strategy, bug removed.

Please remove prior versions of the indicator, before installing the new release:
(1) Remove old assembly via File -> Utilities -> Remove NinjaScript Assembly.
(2) Shut down NinjaTrader and restart it.
(3) Install new file via File -> Utilities -> Import NinjaScript.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Visual SMA Multi-Timeframe
Category: NinjaTrader 7 Indicators 


September 29th, 2012
Size: 48.34 KB
Downloaded: 7071 times

Keywords: movingaverage mtf multi-timeframe sma
Market Replay ES 06-20 (NT8) 1 of 5
NT 8 Market Replay data for ES

Contract: ES 06-20 - Part 1 of 5



Download instructions:

Note this is a multi-part download. After download and before extracting you need to rename this file to "ES 06-20.7z.001"

Dowload and unzip file in NT 8 replay folder Documents\NinjaTrader 8\db\replay
  • Once all files have been downloaded and renamed, right-click on the first one and select "extract here"
  • Make sure to use the "extract here" function as shown, and not the "Extract to" function, to avoid the creation of a folder within a folder
  • The archive will create a folder with the relevant front month and a series of .nrd files inside (one per day)



Note: the archive contains only the dates with the most volume for this contract, meaning, this is data relevant only to when the contract becomes the front month.


If you are not too familiar with Windows file extensions and your Windows settings, make sure to check this thread out: https://nexusfi.com/tech-support/48500-how-show-file-extensions-known-file-types-windows.html


Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay ES 06-20 (NT8) 1 of 5
Category: NinjaTrader Market Replay Data 


June 20th, 2020
Size: 250.00 MB
Downloaded: 152 times
TradeOneLine 3 *
With all the talk of indicators can you trade using just a line in the sand? How about using the hourly open...

You will need the indicator from here
https://kreslik.com/forums/viewtopic.php?t=811&postdays=0&postorder=asc&start=50


Only works on time based charts. No tick, range, or volume. Change offset and width to match your particular instrument and risk tolerance.

This is about the conceptual more than the actual. The line in the sand. Pick any line you want. Draw them manually. There is nothing magical about the hourly open. Change your computer clock to be off by 20 minutes. Does this concept then suddenly stop working?

put chart template in

documents/Ninjatrader6.5/Templates/Chart

* Trade this on SIM and post your results. I think you might be surprised that you don't really need all those oscillators. Get rid of the candlesticks and just look at line chart. https://www.screencast.com/users/websouth/folders/Jing/media/0e02ba73-182b-4938-8a63-7960550b2bbc

Try it with the BigTape
https://www.screencast.com/users/websouth/folders/Jing/media/f5e920ff-6523-4567-875b-60b4978aa5ac


Category NinjaTrader 6.5 Templates 
 
Suggest other entries I might like
Details: TradeOneLine
Category: NinjaTrader 6.5 Templates 


September 7th, 2009
Size: 8.51 KB
Downloaded: 854 times
I-regr Indicator 5 *
The I-regr indicator also known as the Linear Regression Channel consists of two parallel lines, equidistant up and down from the line of linear regression trend. The distance between frame of the channel and regression line equals to the value of maximum close price deviation from the regression line.

If price is below the bottom line - BUY
If price is above the upper line - SELL

The middle line can be also used as the Take Profit area or Target Limit.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: I-regr Indicator
Category: MetaTrader 4 Indicators 


May 28th, 2011
Size: 4.52 KB
Downloaded: 506 times

Keywords: indicator regression
CongestionBox4RangeNT8 5 *
Updated: 9/10/2016
Fixed problem with dataseries which prevented the indicator from being saved with the workspace.

Converted from the NT7 version. Originally design for range bars to box in those congestion areas produced by up and down bars that resulted from the market not going anywhere (it's not perfect).
But some folks had success using the indicator on minute charts.
The box is delayed and the red and green colors are even more delay but this was not meant to be a real time indicator.
Added public series to hold values for upper levels, lower levels, and bar numbers, to be accessed from
strategies.
Note: Right now the indicator do not show draw objects when added to a strategy using AddChartIndicator therefore ist's not going to draw rectangles on charts. Ninjatrader trader is aware of the bug and said it is already fixed and we will see it in the next release. Using Beta Version 8.0.0.8 (Multi-Broker).

Special thanks to Sirkin01 and philm for their ideas to help improve the indicator.


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


February 15th, 2016
Size: 6.31 KB
Downloaded: 632 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