Thanks for the heads up sir.
Now I re-read the manual, saying
Quote
Entry Optional entry stop when > 0, entry limit when < 0 (overrides the global Entry).
. So let's say that the current price is 1.00001 and I want to enter at 1, then I need to place a limit order with
Code
Trade = enterLong(1, -1)
is that correct?