PureBytes Links
Trading Reference Links
|
SetTradeDelays (0,0,0,0);
Buy = Condi1 AND Condi2 AND Condi3 ; // kaufbedingungen
Buystop = Ref (H,-1);
BuyPrice = Max (Buystop,Low); // kaufpreis
+--- In amibroker@xxxxxxxxxxxxxxx, "alta hob" <altahob@xxx> wrote:
>
> Hi
>
>
> I am using the backtester in AB and when a trade is triggered the
> "backtester setting" option is being used which is currently set at
"open".
> So my backtesting results show the opening price as the open of the
next bar
> which is wrong for my testing.
>
>
> The price I actually want to enter at is High > Ref( High, -1 ); and
I want
> to have a buystop at this price and not use the open price of a bar.
>
>
> Anyone know how to do this please?
>
> thanks
> AH
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|