NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching colored, looking in keywords for any words
Found 2 matching entries

Sort by

Entries
Bband2 with color V2 5 *
Revised version of the Bband2 indicator.

Cleaned up the region color logic per request of the original author.

Added logic to improve performance when COBC=False.

Exported using NinjaTrader version 7.0.1000.21

Revision History:
1/10/2014 - First revision of original indicator as described above.

11/18/2014 - Second revision: fixes two code bugs in the parameter list (Zone Color and Opacity) settings can now be changed and saved. Also, optimized the instantiation code for two math function calls (SMA and StdDev).


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Bband2 with color V2
Category: NinjaTrader 7 Indicators 


January 10th, 2014
Size: 6.75 KB
Downloaded: 1510 times

Keywords: bollinger bollingerbands colored
MACD Colored Candles on Crossover 4 *
Atttached file uses the parameters 6-16-6 EMA vs the code parameters below.

# Waylock on [email protected]
# created 11/5/12

input fastLength = 12;
input slowLength = 26;
input MACDLength = 9;
input AverageType = {SMA, default EMA};

def Value = MACD(fastLength, slowLength, MACDLength, AverageType).Value;
def Avg = MACD(fastLength, slowLength, MACDLength, AverageType).Avg;

# Changes color of bars
AssignPriceColor(if Value > Avg then Color.LIME else if Value < Avg then
color.MAGENTA else color.current);


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: MACD Colored Candles on Crossover
Category: ThinkOrSwim 


November 5th, 2012
Size: 471 bytes
Downloaded: 218 times

Keywords: candles macd colored
 


 
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