NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
MAMulticolor for nt6.5
This indicator is a Swiss Army knife of several moving averages providing color for rising and falling.

Anyone downloading this indicator prior to Nov 12, 2010 need to download again with this version. I caught a bug that presents a problem when selecting the JMA or JMASlope.

You can check the date on the zip file to make sure you have the right one. If the date is prior to Nov 12, 2010, download this one and replace the one you have.


Category The Elite Circle 
 
Suggest other entries I might like
Details: MAMulticolor for nt6.5
Category: The Elite Circle 


November 12th, 2010
Size: 34.04 KB
Downloaded: 141 times
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: 1097 times
jhlTickSpeed 5 *
Intended for tick charts only. Shows the relative time taken to complete each bar. Version 1.


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


November 10th, 2010
Size: 1.88 KB
Downloaded: 583 times
Swing Indicator using Ray Lines 5 *
Exported using NT Version 7.0.0.23

This is a modification of the Swings indicator in NT7. The standard indicator does not extend the lines all the way to the right while this one does.

No one else had written this, so this is my attempt.

This indicator places ray lines at the swing highs and lows and removes them once the lines are violated. If you wish to show the violated swing points, there is an option to replace the rays with short lines.

There is also an option to sound an audio alert when each price line is broken.

This indicator uses some enhancements in NT7 to read the data directly from the drawn objects which are not supported in NT6.5.

Version 1.0


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Swing Indicator using Ray Lines
Category: NinjaTrader 7 Indicators 


November 10th, 2010
Size: 3.66 KB
Downloaded: 1353 times
LaguerreRSI
Exported using NT6.5.1000.9

Laguerre filter, based on description by John Ehlers (https://www.mesasoftware.com/Papers/TIME%20WARP.pdf)

All credit for the code work on this goes to jhl...all I did was debug it for NT6.5.





Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: LaguerreRSI
Category: NinjaTrader 6.5 Indicators 


November 9th, 2010
Size: 2.23 KB
Downloaded: 91 times

Keywords: laguerre rsi
d9Particle and POMA bands for ThinkOrSwim 4 *
hey guys, here are the d9 versions for think or swim, donīt know if the work is right, specially in the last part, but the result is very similar to the NT version...

enjoy!!!


ps. the code is in plain text format...
ps 2. they only work with minute bars, canīt tell why... (any idea?)


Category The Elite Circle 
 
Suggest other entries I might like
Details: d9Particle and POMA bands for ThinkOrSwim
Category: The Elite Circle 


November 8th, 2010
Size: 7.14 KB
Downloaded: 329 times
KeltnerMultiColouredMidband 5 *
Exported NinjaTrader Version 6.5 1000.17


Description

Original Keltner Channel with Multicoloured Midband according it's slope.

Simple Strategy:

Buy when midband is green (uptrend), and the price exits from channel downside and reenter.
Exit at the opposite band.

Sell when midband is red (downtrend), and the price exits from channel upside and reenter.
Exit at the opposite band.


To Import
1. Download the attached file to your desktop
2. From the Control Center window select the menu File > Utilities > Import NinjaScript
3. Select the downloaded file


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: KeltnerMultiColouredMidband
Category: NinjaTrader 6.5 Indicators 


November 8th, 2010
Size: 4.18 KB
Downloaded: 412 times
SMARSI 4 *
Exported using NT 6.5

This is a simple indicator that will plot RSI 'dots' on a SMA.

There are four user defined inputs: SMA Period, RSI Period, and the upper and lower levels for plotting the RSI 'dots'.


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: SMARSI
Category: NinjaTrader 6.5 Indicators 


November 7th, 2010
Size: 5.72 KB
Downloaded: 253 times
WMA and VWMA, Multi-Color Plot Versions 5 *
These are simple modifications of the Weighted Moving Average and Volume Weighted Moving Average for NT7 ONLY.

The Ninjatrader versions of these two indicators plot in one color. These versions plot different colors for rising, falling and neutral (NON-repainting).,

The Ninjatrader versions run through iterative loops on every tick. In these versions the loop processing is only done once per bar. So, these can be run with CalculateOnBarClose=false without bringing your computer to a standstill.

Working to kill NT6.5 every chance I get...


Category The Elite Circle 
 
Suggest other entries I might like
Details: WMA and VWMA, Multi-Color Plot Versions
Category: The Elite Circle 


November 2nd, 2010
Size: 4.77 KB
Downloaded: 418 times
Coding Language Help Document 5 *
One of the biggest requests for Strategy Trader has been for better coding documentation. The coding help document was recently revised (and greatly improved) so I thought this would be a beneficial document to upload before posting any indicators or strategies.


Category FXCM Strategy Trader (hidden) 
 
Suggest other entries I might like
Details: Coding Language Help Document
Category: FXCM Strategy Trader (hidden) 


November 2nd, 2010
Size: 223.77 KB
Downloaded: 123 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