NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
Hourly Pivots - Intraday Pivots 5 *
Exported using NT Version 7.0.1000.21

The indicator calculates pivots from any selectable period of N minutes. The first period starts with the session break. Depending on the indicator period selected the last period of the session can be an odd period. The pivots of the first period will not be calculated from the odd period, but from the full period deducted from the session break.

The default setting of the indicator is 60 minutes. With default settings the indicator will display hourly pivots including the main pivot PP, R1, R2, S1 and S2. Further levels can be added as an option.

The indicator is an easy to understand example of a multitimeframe indicator, as it loads a secondary bar series of 1-min bars, which is used to calculate the intraday pivots. The pivots will therefore always be calculated from a period of N minutes, not depending on the primary bars shown on the chart. If set to COBC = false, the pivot lines may show sligthly earlier, if applied to fast bars plotting during the first minute of the session.

Update January 21, 2012: Pivot range added. The pivots can now be aligned to the start of the trading day or the start of each session as per session template.
Update January 22, 2012: Bug removed. Please reinstall indicator.
Update February 23, 2014: The indicator did not work with datafeeds that do not plot a bar every minute during periods of lesser liquidity. Changed the architecture of the indicator and recoded it entirely.
Update April 28, 2018: The indicator was modified to allow for display of 1-minute pivots.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Hourly Pivots - Intraday Pivots
Category: NinjaTrader 7 Indicators 


February 23rd, 2014
Size: 5.11 KB
Downloaded: 1967 times

Keywords: hourly pivotrange pivots
NT7 Market Replay Data $EURUSD and $EURJPY for the week of 2/9/2014 to 2/14/2014
Recorded from MB Trading this past week. Enjoy!

Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: NT7 Market Replay Data $EURUSD and $EURJPY for the week of 2/9/2014 to 2/14/2014
Category: NinjaTrader Market Replay Data 


February 23rd, 2014
Size: 133.25 MB
Downloaded: 21 times
PriceLine with Bid/Ask Color Option 4 *
Plots a Horizontal Line at Current Price with option of Color Coding based on Bid/Ask.

Price Marker needs to be set to "False" via Data Series window to allow Bid/Ask Colors to Paint on chart.

Thank You !


Category The Elite Circle 
 
Suggest other entries I might like
Details: PriceLine with Bid/Ask Color Option
Category: The Elite Circle 


February 21st, 2014
Size: 2.24 KB
Downloaded: 717 times
Profiles V2 5 *
This is the default thinkorswim VolumeProfile & TPOProfile studies combined and modified so that the profile lines (high/low, value area) are projected on the following day instead of the current day. There are also additional options to paint bars below and above the value area, fib extensions from the value area and a label with the current price.

*By default the number of profiles is set to 2, so only the previous profile will show. Change this to show more days.

*V2: Added a "On Expansion Value Area" option to plot the lines (POC, VA, etc.) just on the right expansion area.


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: Profiles V2
Category: ThinkOrSwim 


February 18th, 2014
Size: 8.04 KB
Downloaded: 718 times
RSqueeze with TTMS squeeze type 5 *
I extended the base RSqueeze indicator with the addition of the TTMS squeeze style. All of the original squeeze styles (Bollinger, PBF, CounterTrend) are still available in the "SqueezeStyle" drop down menu.

Exported using NinjaTrader 7.0.1000.21

Change Log (2-16-2014): RSqueezeV2

Addressed issues / concerns raised by Zondor in his comment.

1. Fixed the existing bug in the histogram plot color when CalculateOnBarClose is set equal to FALSE.
2. Cleaned up the code to improve efficiency.
3. Replaced RGaussianFilter() with anaGaussianFilter() to address a rounding error issue in the PBF and CounterTrend squeeze types.
4. Replaced TTMS squeeze code with call to anaSqueeze().

Change Log 10-20-2015 - Added Sound Alerts for Squeeze Breakouts.

This version 2 requires NinjaTrader 7 or higher. It will not work with Ninja Trader 6.5.

Once imported into NinjaTrader, the New Indicator Name is RSqueezeV2

Associated BMT thread on the RSqueeze indicator...https://nexusfi.com/ninjatrader/20840-how-does-rsqueeze-work.html


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: RSqueeze with TTMS squeeze type
Category: NinjaTrader 7 Indicators 


February 17th, 2014
Size: 26.18 KB
Downloaded: 2093 times

Keywords: bollinger rsqueeze squeeze ttms
vvMiniTradePanel 5 *
This is an experimental indicator that can enter and exit live positions. Use entirely at your own risk and with extreme caution! You have been warned, so don't blame me! I will not accept liability for anything!

By now most of you probably have figured out my love for floating windows.

This is a little window with a few buttons that allows you to enter and exit trades.

Most stuff is pretty self-explanatory. The only thing worth mentioning is the Close button, which will first cancel all orders for the selected Instrument-Account combination and then close any open position for the selected Instrument-Account combination. Edit: Is now default NT behaviour when there is an open position, if flat it will cancel all working orders for that Instrument-Account combination.

Account, Instrument and Quantity are bootstrapped from ChartTrader, so if you want to change them, you will have to do it there. Edit: Now has dropdowns that always have the same value selected as ChartTrader, that means no matter where you change it the other one will also reflect that change. For that reason vvMiniTradePanel will enable ChartTrader when it starts up. You can hide, disable, show or enable it later. ChartTrader has to stay enabled, a warning will be shown if it is disabled.
The Account can also be set manually, however, Quantity and Instrument will still be bootstrapped from ChartTrader.
In terms of size, location and some other settings it is quite configurable.

In order to use the advanced buttons (Lim or Stop +Offset buttons) the AT Interface has to be enabled (ControlCenter ->File ->AT Interface)!

Please only download if you understand the risks of using such an indicator and accept that you will use it entirely at your own risk!

Thread is here: https://nexusfi.com/elite-circle/25431-vvminitradepanel.html

Current version is v3.6

Changelog


01.Feb.2013 v2.1
Fixed null reference bug in OnTermination.
Changed Close button logic, now exactly the same than the ChartTrader Close button.

05.Feb.2013 v2.2
Fixed bug where the first strategy change was not reflected by ChartTrader.
v2.3
Added dropdown for account selection.
Added Quantity up down for quantity selection.
v2.4
Fixed bug where quantity was not updated after strategy change.

06.Feb.2013 v2.5
Increased max value for quantity to 1m.
Fixed bug with quantity update.
Improved layout a bit, dropdows are larger now.
Put instrument label on Close button.
Added option to hide ChartTrader on startup.
v2.6
Fixed resizing issue.
v2.7
Fixed quantity increments for forex and stocks to NT defaults (.1m and 100).
Max quantity is now 50m for forex, 1m for stocks and 10,000 for futures.

07.Feb.2013 v2.8
Relocated show ChartTrader button so that it does not hide the "F" for unfixing the y scale.

12.Feb 2013 v2.9
Improved the handling of ChartTrader toggle, Button is now in the normal spot and the little "F" as well. If you use vvTrendLineTrader, please update that too.

05.Mar 2013 v3.0
Fixed a bug where button location got messed up on resize or minimize.

13.Mar 2013 v3.1
There was a problem with changing live orders as they might have the order state "Working" whereas the same order on an NT sim account has "Accepted". This version should now work correctly for live and sim.

02.Apr 2013 v3.2
Corrected quantity increment for currencies to 0.01M.

08.Apr 2013 v3.3
Added option to show reverse button.

15.Jul 2013 v3.4
Added functionality to "Close" button, left click same as ever, right click brings all targets to last traded price (i could do best offer too).

04.Nov 2013 v3.5
Fixed a bug (again) where button location got messed up on resize or minimize.

15.Feb2014 v3.6
Added some buttons to place stop or limit orders in an easy way. They are placed x ticks away from the current price, where x is a setting in the properties dialog.
Of course all this is optional, no need to have the buttons on there when you don't want them...
To use the new buttons the AT Interface has to be enabled (ControlCenter ->File ->AT Interface)!

vvhg


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


February 15th, 2014
Size: 18.59 KB
Downloaded: 2260 times
Any Range on Any Chart for TradeStation
Any Range Anywhere for TradeStation v1.0

Works on at least TradeStation 9.0 and later

Prerequisite: ADE and EL Collections need to be installed. If you dont have it installed, please get the setup executable from here and install it prior to running these indicators: https://community.tradestation.com/Discussions/Topic.aspx?Topic_ID=128732&SearchTerm=elcollections&txtExactMatch=

Description:
Plots the developing range (high-low) for a given time interval on any chart and allows this range to be plotted on any other chart.

Usage:
The ELD contains 2 indicators that rely on ADE and EL Collections to do their job.
  • AnyRangeAnywhere(S): This indicator can be plotted on any chart and it will plot the developing range based on the start and end times input specified by the user. At the same time, it will copy the range values in memory using ADE and EL Collections. (S) stands for "sender".
  • AnyRangeAnywhere(R): This indicator reads the range plotted by the indicator above and plots it on any other chart. (R) stands for "receiver".
The indicators allow the range to be named so that multiple ranges can be plotted differentiated by their unique names specified by the user.





Works on the following chart types:
  • AnyRangeAnywhere(R):
    • Time Only. It might work on the other chart types but it might be inaccurate.
  • AnyRangeAnywhere(S):
    • Any chart - time, tick, volume, range etc.

Input Parameters:
For session start times, use the bar time of the first bar in the session. This would vary depending upon the interval of the time chart. For instance, for CL, in a 1 min chart, the first RTH session start bar would be 801 whereas in a 5 minute chart, the first bar would be 805.
  • AnyRangeAnywhere(S):
    • ORStartTime- Time in HH24MM format (eg: 0800 for 8 AM and 1600 for 4 PM) specifying the range start
    • OREndTime- Time in HH24MM format (eg: 0800 for 8 AM and 1600 for 4 PM) specifying the range end
    • PlotEndTime- Time in HH24MM format (eg: 0800 for 8 AM and 1600 for 4 PM) specifying how long to plot the ranges in an intraday chart
    • ADEClassName- A unique name that identifies this range. When this indicator is plotted more than once, this input value must be unique to each plot
  • AnyRangeAnywhere(R):
    • ADEClassName- A unique name that identifies the range to plot. This should match (case-sensitive) to the value of this same input specified in the sender.
    • ADEInterval- Specify the data interval for the sender chart. If the sender chart is a 5 minute chart, specify 5.
    • ADESymbol- Specify the symbol of the sender chart or use the default if the symbols are the same. This option is there to allow calculating the range on a continuous contract symbol, for instance, and then plotting it on a specific contract month symbol.

Change Log:
  • 02/15/2014 - v1.0 - Initial Upload


Category TradeStation (hidden) 
 
Suggest other entries I might like
Details: Any Range on Any Chart for TradeStation
Category: TradeStation (hidden) 


February 15th, 2014
Size: 62.88 KB
Downloaded: 545 times
ACD Daily Pivot
ACD Daily Pivot for TradeStation v1.0

Works on at least TradeStation 9.0 and later

Description:
Plots the ACD daily pivot. Allows the option of choosing either the ETH session or RTH session range.

Usage:
The indicator plots the daily pivot as described in Mark Fisher's book, The Logical Trader. Fisher's subscription service uses the RTH high and low to calculate the daily pivot along with the exchange close. This indicator does that and at the same time allows the option to use the ETH session high and low instead of the RTH session. The close used by the indicator is always the exchange close which is usually reset by the exchange, and is usually different than the last print for the session, between the ETH session close and the next ETH session open.

Works on the following chart types:
  • Time Only. It might work on the other chart types but it might be inaccurate.

Input Parameters:
For session start times, use the bar time of the first bar in the session. This would vary depending upon the interval of the time chart. For instance, for CL, in a 1 min chart, the first RTH session start bar would be 801 whereas in a 5 minute chart, the first bar would be 805. To get theoretically accurate values, the correct session start and end times must be specified.
  • ETHStart- Time in HH24MM format (eg: 0800 for 8 AM and 1600 for 4 PM) specifying the ETH session start
  • ETHEnd- Time in HH24MM format (eg: 0800 for 8 AM and 1600 for 4 PM) specifying the ETH session end
  • RTHStart- Time in HH24MM format (eg: 0800 for 8 AM and 1600 for 4 PM) specifying the RTH session start
  • RTHEnd- Time in HH24MM format (eg: 0800 for 8 AM and 1600 for 4 PM) specifying the RTH session end
  • UseETH_1OrRTH_2- Specify 1 to use ETH session or 2 to use RTH session
  • ShowPivotPoint- Specify True to show the daily pivot point (in addition to the range), False to hide it.

Change Log:
  • 02/15/2014 - v1.0 - Initial Upload


Category TradeStation (hidden) 
 
Suggest other entries I might like
Details: ACD Daily Pivot
Category: TradeStation (hidden) 


February 15th, 2014
Size: 20.45 KB
Downloaded: 256 times
vvDepthRadar 5 *
A little indicator that spawns a window showing the total depth over n levels. It can also warn when total depth drops below a threshold.

Thread for discussion is here: https://nexusfi.com/elite-circle/24373-vvhg-s-little-helpers-keeping-them-one-place.html

Current version: 1.0


vvhg


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


February 15th, 2014
Size: 5.50 KB
Downloaded: 854 times
DateChecker: Identifies possible data gaps
I build this indicator to help me identify possible data gaps after importing historical data.

At this point, v001 simply looks at the yearly and monthly changes to make sure that if there is a change that the change is predicted (ie, 2009 comes after 2008; month 1 after month 12; month 4 after month 3).

I could have gotten more fancy with for statements and such, but instead I opted for a simple if-else framework so you can easily see what's going on.

If there is a data gap (ie, current month is 4 but the previous month is 11; current year is 2009 but the previous year is 2007), the indicator gives you a text visual alert.

I set up tick offsets off the High for the alert, month and year labels.

At some point in the future I may add in daily checks (or less), as well, but for the time being this serves my needs.

I'm happy to answer any reasonable questions or consider any reasonable improvements.

Good luck,

Aventeren


Category The Elite Circle 
 
Suggest other entries I might like
Details: DateChecker: Identifies possible data gaps
Category: The Elite Circle 


February 11th, 2014
Size: 2.31 KB
Downloaded: 121 times

Keywords: alert date datechecker check year month
 



 
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