| Automated Trading Black box systems, strategy automation, algorithmic trading, etc... |
![]() | | Tweet | |
| | #1 | ||
| ProRealTime - Probacktest Error I got a question about Probacktest. It seems like signals are given 1 bar too late each time. This is my code: IF (DOpen(1) < DClose(1)) Then BUY 1 SHARES AT MARKET ENDIF IF (DOpen(0) >= DClose(0)) OR (DOpen(0) <= DClose(0)) THEN SELL AT MARKET THISBARONCLOSE ENDIF IF (DOpen(1) > DClose(1)) Then SELLSHORT 1 SHARES AT MARKET ENDIF IF (DOpen(0) >= DClose(0)) or (DOpen(0) <= DClose(0)) Then EXITSHORT AT MARKET THISBARONCLOSE ENDIF This system should go LONG when the previous day candle was green and should go SHORT when the previous day candle was red. The trade should be exited at the end of the day. When I test this simple code the signals are executed 1 bar too late... I hope someone can show me the error in this code. Tim | |||
| |
|
| | #2 | ||
![]() | Re: ProRealTime - Probacktest Error Quote:
This is my code: IF (DOpen(0) < DClose(0)) Then BUY 1 SHARES AT MARKET ENDIF IF LONGONMARKET THEN SELL AT MARKET NEXTBARONCLOSE ENDIF Little more than a guess, but it will be a fault in the code rather than a glitch in the software, so keep playing around (and read the manual, which is actually quite helpful). Cheers. | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ProRealTime Pivot Point Coding | Travelfrog | Coding Forum | 0 | 12-06-2010 07:38 AM |
| TS8 Error | hogarstrasni | General Discussion | 2 | 10-07-2009 06:22 PM |
| Ratchet Chandelier Stop Loss - ProRealTime | Rusty99 | Technical Analysis | 3 | 04-28-2009 03:29 PM |
| Prorealtime | O-3 | Beginners Forum | 6 | 01-07-2009 12:21 AM |