NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching visual, looking in keywords for any words
Found 6 matching entries

Sort by

Entries
dpPriceSpotter
Okay, I'm no genius, but I got tired of of the other guy's PriceLine since it painted across the entire chart. So I made my own version which paints only from the current bar to the right. You can see it in action as the dashed yellow line. Tells me all I need to know. Adjustable, of course. Yes, I know, it's not rocket science, but it's hard to hit it out of the park every time at bat. Hope you enjoy it. Dave


Category NinjaTrader 
 
Suggest other entries I might like
Details: dpPriceSpotter
Category: NinjaTrader 


May 1st, 2026
Size: 3.17 KB
Downloaded: 23 times

Keywords: current price visual adjustable aid
VisLinReg 5 *
While still waiting for Fat_Tails Visual MTF MA I have tweaked some other indicators and was able to get it working in other timeframes.
I am using Vis... description - let's reserve the Visual name for original.

Here it is LinReg MTF for NT8 again - plus it was exported as not assembled file.
I think it is easier to get into the code if one wants to change anything.


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


February 28th, 2021
Size: 4.83 KB
Downloaded: 166 times

Keywords: mtf nt8 visual linreg_mtf
VisHMA
While still waiting for Fat_Tails Visual MTF MA I have tweaked some other indicators and was able to get it working in other timeframes.
I am using Vis... description - let's reserve the Visual name for original.

Here it is HMA MTF for NT8 again - plus it was exported as not assembled file.
I think it is easier to get into the code if one wants to change anything.


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


February 28th, 2021
Size: 4.91 KB
Downloaded: 143 times

Keywords: mtf nt8 visual hma_mtf
VisEMA 5 *
While still waiting for Fat_Tails Visual MTF MA I have tweaked some other indicators and was able to get it working in other timeframes.
I am using Vis... description - let's reserve the Visual name for original.

Here it is EMA MTF for NT8 again - plus it was exported as not assembled file.
I think it is easier to get into the code if one wants to change anything.


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


February 28th, 2021
Size: 3.24 KB
Downloaded: 256 times

Keywords: ema mtf visual ema_mtf
VisDEMA
While still waiting for Fat_Tails Visual MTF MA I have tweaked some other indicators and was able to get it working in other timeframes.
I am using Vis... description - let's reserve the Visual name for original.

Here it is DEMA MTF for NT8 again with minor cleaning up in the code - plus it was exported as not assembled file.
I think it is easier to get into the code if one wants to change anything.


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


February 28th, 2021
Size: 4.47 KB
Downloaded: 96 times

Keywords: dema mtf nt8 visual
Customizing Candles 0 *
Code to customize candlestick outlines and body based on a set of conditions.

#region Candle Definition
if ( COND1 && COND2 && COND3 )
{
CandleOutlineColor = Color.LimeGreen;
if(Open[0]<Close[0] && ChartControl.ChartStyleType == ChartStyleType.CandleStick ) {
BarColor = Color.Transparent;
} else{
BarColor = Color.Lime;
}
}

else if ( COND1 && COND2 && COND3 )
{
CandleOutlineColor = Color.DarkGreen;
...
...
...
(see attached file)


Category NinjaTrader 6.5 Miscellaneous 
 
Suggest other entries I might like
Details: Customizing Candles
Category: NinjaTrader 6.5 Miscellaneous 


August 16th, 2009
Size: 25.00 KB
Downloaded: 63 times

Keywords: visual candlesticks candles
 


 
Category
 




© 2026 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 - Downloads - Top