NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
ToolbarClockV1 4 *
Exported using NT Version 7.0.1000.7

Indicator has not been tested on earlier versions.

This indicator adds a clock to the Toolbar of the chart. Since the indicator uses your PC's clock for the time it will work on any sort of chart: tick, minute, daily, range, renko, volume, etc...

NOTE:
The time shown is based on your PC's clock and not on your data feed.

FEATURES:
- Clock position selectable, Left or Right in Toolbar area
- Clock format selectable, date and day of week optional
- PC clock vs. exchange feed comparison (tested on CQG, should work on others).
- Clock delay threshold is programmable, defaults to 3.5 seconds. Alert generated beyond threshold. (Can be disabled)
-
2 programmable alert times with custom messages. (So you can have an alert at the market open like TradeStation if you want, no audio yet)

UPDATE 10/6/11:
- corrected a time format issue with 12hour setting.

Feedback is welcomed!


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


September 20th, 2011
Size: 5.13 KB
Downloaded: 1071 times
ToolBarOHLDataByThatManFromTexas 4 *
This is a simple indicator that displays the O,H,L of the day data and the distance in ticks the current Price is from each, in the toolbar.


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


July 20th, 2012
Size: 4.67 KB
Downloaded: 954 times

Keywords: data ohl toolbar box
tos range bars 3 *
range bar sim for thinkorswim
============================
input Range = 2;

def HighAndLowConcatenated = (high * 100000000) + (low * 100);

rec RangeBreakOut = if IsNan(RangeBreakOut[1]) or RangeBreakOut[1] == 0 or
RangeBreakOut[1] == 1 then HighAndLowConcatenated else if
(round(RangeBreakOut[1]/100000000) - close) >= Range then 1 else if (close -
((RangeBreakOut[1] - ((round(RangeBreakOut[1]/100000000)) * 100000000))/100))
>= Range then 1 else if high > (round(RangeBreakOut[1]/100000000)) then (high
* 100000000) + ((RangeBreakOut[1] - ((round(RangeBreakOut[1]/100000000)) *
100000000))/100) else if low < ((RangeBreakOut[1] -
((round(RangeBreakOut[1]/100000000)) * 100000000))/100) then
(round(RangeBreakOut[1]/100000000)) + low else RangeBreakOut[1];


rec NewBarOpen = if IsNan(NewBarOpen[1]) then close else if RangeBreakOut == 1
then open else NewBarOpen[1];

plot NewBarLevel = if NewBarOpen > 0 then NewBarOpen else double.nan;


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: tos range bars
Category: ThinkOrSwim 


November 11th, 2010
Size: 68.87 KB
Downloaded: 1098 times
TOS_ADXVMA v1 3 *
This is a port of the Ninja indicator (and other places).

There is an option to easily toggle paint bars in the options screen of the study (as well as change the period).

Note that in TOS, there appears to be a bug with the trend candle setting, where it does not fully honor paint bars. I recommend using the vanilla candles if you want to use paint bars.


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: TOS_ADXVMA v1
Category: ThinkOrSwim 


November 19th, 2012
Size: 1.89 KB
Downloaded: 343 times

Keywords: adxvma tos
TOS_OBV v1 5 *
This is a copy of Mike's OBV indicator that was being used in the price action thread (elite).

Credit goes to Mike for the logic, I just copied it into thinkscript.


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: TOS_OBV v1
Category: ThinkOrSwim 


November 18th, 2012
Size: 414 bytes
Downloaded: 656 times

Keywords: obv tos
TPO Profile RTH v Overnight v1 5 *
This is the tos standard TPO profile modified to allow the user to input the regular trading hour (rth) times. The study will then plot the profile into two parts, the rth and the overnight (non-rth). This is especially useful for futures products.


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: TPO Profile RTH v Overnight v1
Category: ThinkOrSwim 


July 31st, 2015
Size: 2.88 KB
Downloaded: 600 times
Trade Session Indicator
The trade session indicator will draw a box around the the candlesticks occurring during the relevant major forex trading periods: NY, London, Tokyo & Australia. You can specify the color for each period in the inputs menu.


Category FXCM Strategy Trader (hidden) 
 
Suggest other entries I might like
Details: Trade Session Indicator
Category: FXCM Strategy Trader (hidden) 


December 2nd, 2010
Size: 2.15 KB
Downloaded: 54 times

Keywords: forex trading sessions
Trade Size Analyzer for Ninjatrader - Latest Update 5 *
Here is the most recent version of the Trade Size Analyzer, which groups trades into size categories based on user controlled cutoff points that define small, medium, large and extra large trades. (Sorry, no Jumbo® or Colossal® categories.)

I uploaded the .cs file to avoid making an installation package that would have needed to include the entire Gom Framework.

Do not install this indicator without having first installed the complete Gom Framework consisting of the GomRecorderIndicator and related classes.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Trade Size Analyzer for Ninjatrader - Latest Update
Category: The Elite Circle 


March 11th, 2012
Size: 25.58 KB
Downloaded: 728 times
Trade Size Analyzer for NT7 4 *
Updated version V3 as of 8:14 AM PT June 3, 2011.

This is a simple application of the GomRecorder framework that gets the exact size reported for every trade, then sorts the trades into two types, (at or above the ask and at or below the bid). Then within each type the trades are sorted into four groups based on the volume per trade.
  • Note that the way the CME reports trade sizes nowadays may be misleading - I think that many single trades are being reported as multiple smaller trades.
  • The cutoffs for the size groups are user selectable.
  • Can display either relative volume in the trade groups, or relative number of trades.
  • There is a user setting to adjust the widths of all the bars.
  • I have added error trapping and updated calls to the methods of the GomRecorder.
The problem on Volume based charts seems to be fixed now. If you downloaded this before about 11:15 AM ET on June 3 you will not have the latest version and should download again.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Trade Size Analyzer for NT7
Category: The Elite Circle 


June 3rd, 2011
Size: 19.09 KB
Downloaded: 1239 times
TradeLink TickData EURUSD 200704 201110
This is essentially the NT_TickData__EURUSD__200704_201110.7z data converted from NinjaTrader format to .tik files for use with TradeLink. I converted it for my use but figured as I originally got the data from here, I should share my work.

Category The Elite Circle 
 
Suggest other entries I might like
Details: TradeLink TickData EURUSD 200704 201110
Category: The Elite Circle 


February 7th, 2012
Size: 73.94 MB
Downloaded: 66 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