&& (LongTrades == true)
&& (Close[0] < Open[0]))
{
// ExitLongLimit(Convert.ToInt32(Position.Quantity, ATSCycleZonesExit25.ZoneH1L[0]), @"TargetLH1Z", @"Long H1Z");
// ExitLongLimit(0, false, Position.Quantity, ATSCycleZonesExit25.ZoneH1L[0], @"TargetLH1Z", @"Long H1Z");
ExitLongMIT(Position.Quantity, ATSCycleZonesExit25.ZoneH1L[0], @"TargetLH1Z", @"Long H1Z");
}
I have tried all 3 of the exit methods without success, strategy still works but not this exit met
Error in the about order ignored and please search for Internal order handling rules...
I have search and read many forum post and help guide but do not know what is the issue
Thanks

Comment