EnterShort(1, "Short");
Print("Entering Short");
Print("fvgIndicator.FVGList[index].type"+fvgIndicator.FVGList[index].type);
Print("fvgIndicator.FVGList[fvgIndicator.FVGList.Count() - 1].upperPrice"+fvgIndicator.FVGList[fvgIndicator.FVGList.Count() - 1].upperPrice);
if (fvgIndicator.FVGList[index].type == NinjaTrader.NinjaScript.Indicators.FVGICT.FVGType.S)
{
Print("Previous upper");
Print(fvgIndicator.FVGList[fvgIndicator.FVGList.Count() - 1].upperPrice);
}
Entering Short
fvgIndicator.FVGList[index].typeR
fvgIndicator.FVGList[fvgIndicator.FVGList.Count() - 1].upperPrice15427.25
Fair Value Gap v0.0.3.0 :: Checking for FVGs that are filled.
Fair Value Gap v0.0.3.0 :: Home isInTimeRange = True
Fair Value Gap v0.0.3.0 :: Forum isInTimeRange = True Time: 8/30/2023 1:57:00 AM
Fair Value Gap v0.0.3.0 :: Checking time range and impluse move filters.

Comment