Tradestation User Group Germany (http://www.tradernet.org/wbb/index.php)
|- Newbies (http://www.tradernet.org/wbb/board.php?boardid=3)
|-- buy and Hold Strategie (http://www.tradernet.org/wbb/threadid.php?boardid=3&threadid=50)


Geschrieben von markus am 22.01.2002, 10:12:

  buy and Hold Strategie

Hallo zusammen,

ich möchte mit Easy Language eine Buy and Hold Strategie programmieren und davon dann auch einen performance report ausdrucken. ich benutzte tages daten. kann mir da jemand eine anregung gben wie ich das anstelle?

ich hab bis jetzt:

variables: m(0);
m=month(date);
if barnumber=1 then buy next bar at open;
if m=12 and m[1]=11 then begin
exitlong;
buy next bar at open;
end;



wie kann ich das auf tagesdaten umschreiben?

Powered by: Burning Board 1.1.1 © 2001 by WoltLab