My problem is, if you notice below you will see that my entry code is commented out. If i were to uncomment this code and try to run it, my NT7 will freeze. Once i comment it out, it runs ok. I don't know why this is happening. I never had this problem before and it just started happening.
Can someone please tell me what going on .
Thanks
if (Position.MarketPosition == MarketPosition.Flat)
{
if(Stest == 1
&& Low[0] < Risk(1).Risk2[0]
&& Skew == -1)
{
// EnterShort(DefaultQuantity, "NSE1");
DrawVerticalLine("My vertical line" + CurrentBar, 0, Color.Blue);
PrintWithTimeStamp("dxdddddddddddddddddddddddddddd dddd");
}
}

Comment