private void GoLong()
{
EnterLong("target1");
Print(Time[0].ToString()+ " Position.AvgPrice:" + Position.AvgPrice.ToString());
If i enter as above in my EOD strategy Position.AvgPrice is returning 0
I need to work out if the entry price - yesterdays low is greater than 100 and set my initial stop accordingly
Cheers,
Jlo

Comment