Now I got a few questions :
1) what does "if (BarsInProgress != 0) return; " do ?
2) what does if (CurrentBars[0] < 1) return; do?
3) what does ((BarsSinceEntryExecution(0, "", 0) >= 1)
|| (BarsSinceEntryExecution(0, "", 0) == -1)) mean here?
4) under "condition" tab of Strategy Builder (bottom graph below), what is the difference between "current position size" and current position and current market position ?
5) under "Misc" tab, what should I set the value for "Bars in progress" and "Entry execution" ?
sorry for so many questions and look forward to your answer.
thanks a million !
Peter

Comment