PureBytes Links
Trading Reference Links
|
There is a built in variable called CurrentEntries
that should show how many entry orders have been
filled and are still open. If a system hits a
stop so that one of these positions is exited :
If CurrentEntries=2 then
Exitlong Currentcontracts/2+1 at StopPrice1 stop
Then the low is <StopPrice1 - and the system does exit
from the correct # of contracts but at the end of
the day the CurrentEntries calc remains equal to 2???
Does anyone have any familiarity with this built in calc.?
CE
|