I would like to add this indicator to my strategy. But I can't figure out how to get the info out of it.
I want to execute a buy when the 0.4 line turns green and execute a sell when the 0.4 line turns red.
any help with the coding would be great.
i've tried a print command. but there is no data
Print (ncatTrendHeatMap.Trend1Period);
The capture image is the data box. do i need to read the value of the Bull and Bears?
Print (ncatTrendHeatMap(Color.Green, Color.Lime, Color.Gray, false, Color.Fuchsia, Color.Fuchsia, 1, NinjaTrader.Data.PeriodType.Minute, 1, 5, NinjaTrader.Data.PeriodType.Minute, 1, 10, NinjaTrader.Data.PeriodType.Minute, 1, 30, NinjaTrader.Data.PeriodType.Minute, 1).???????);

Comment