Hallo,
ich habe ein Handelssystem, dass ich bisher nur in Excel manuell gebacktestet habe. Nun möchte ich das gerne in PRT tun. Leider sind meine Programmierkenntnisse nicht vorhanden. Evtl. kann mir jemand helfen. Das System ist ganz simpel.
Long: Wenn Hoch + (ATR[14]*0,10)
Short: Wenn Tief – (ATR[14]*0,10)
Stop Long: Tief – (ATR[14]*0,25)
Stop Short: Hoch + (ATR[14]*0,25)
Take Profit Long: Hoch + (ATR[14]*0,5)
Take Profit Short: Tief – (ATR[14]*0,5)
Alle Werte sind EndofDay und betreffen den Tag den Tag der Positionseroeffnung.
Vielen Dank schon mal.