PureBytes Links
Trading Reference Links
|
I think I'm just now starting to understand the rembuy.dll, but I
have a few questions.
If I use bins=1 to exit on the open on the day after the close is
less than my entryprice, how do the preset 'prices' and 'delays'
settings affect such an exit?
Regarding the one bar peak, are the following entries equivalent to
one another:
buy=C>ma(c,20);
buy=hold(buy==0,2) and buy;
buycondition=C>ma(c,20);
buy=ref(buycondition,-1);
? If not, why not.
I've got more questions, which will follow.
Thanks in advance!
Harold Harper
harold@xxxx
|