- Joined
- 28 May 2020
- Posts
- 127
- Reactions
- 229
Hey Mate,anyone have any codes/coupons for RT? my trial expired and thinking of officially making the switch. A lot of programs offer a discount after trial but didn't see any for RT.
Hey Mate,
i don't think there is any discounts available that i'm aware of. Did you end up getting RT?
Nice work! be sure to checkout the examples folder and RT forum. Happy to help if needed tooPay day, so I got it today. Looking forward to developing on it.
I too have licensed it, but have a lot on my plate now and haven't done much with it yet.Nice work! be sure to checkout the examples folder and RT forum. Happy to help if needed too
You're in that thread lolI too have licensed it, but have a lot on my plate now and haven't done much with it yet.
It would be cool if someone (other than me lol) started a RealTest Tips & Tricks thread here in ASF.
Point me to the Tips and Tricks lol.You're in that thread lol
Point me to the Tips and Tricks lol.
Howdy All,I haven't played around much with RT, but I am liking it more and more. I think the import function for trades will be a nice feature to use. Should allow me to analyse my trading (was going to try a python script as a project but no point), particularly since you can include the system paramaters as a benchmark for comparison.
Seems to be a lot of options for the software. Community also is pretty good from what I can see. Lots of sharing of strategies and a ton of examples included when you get the software.
Can't give a full review as I'm not utilising it properly right now or trading off it, but current impressions are good. I think Marsten has done a great job with the software.
Hi bsnewsHowdy All,
I don't have any programming knowledge at all but I feel I pick things up OK.
I have downloaded and read through the manual 3 times now. I am still lost on how to apply the theory to the programming formula. Would anyone know of a book that I could buy to understand better how to apply the formula to Realtest?
I am just struggling to get my head around it. Actually how to arrive at the formula is more the point.
I see the sample but how do you arrive at the numbers needed for it.
Cheers
the online guide is relatively good. if you dont understand anything, Marsten often posts solutions and alternate ways to program it.Howdy All,
I don't have any programming knowledge at all but I feel I pick things up OK.
I have downloaded and read through the manual 3 times now. I am still lost on how to apply the theory to the programming formula. Would anyone know of a book that I could buy to understand better how to apply the formula to Realtest?
I am just struggling to get my head around it. Actually how to arrive at the formula is more the point.
I see the sample but how do you arrive at the numbers needed for it.
Cheers
Import:
DataSource: Norgate
IncludeList: .All Ordinaries Current & Past
IncludeList: $XAO.au
Constituency: $XAO// index constituency series --> InDJI, InNDX, InSPX
StartDate: Earliest
EndDate: Latest
SaveAs: warrASX.rtd
TestSettings:
DataFile: warrASX.rtd
StartDate: 1/1/15
EndDate: Latest
BarSize: Daily
AccountSize: 100000
Data:
longbuyval: HHV(High, longbuylen)
longsellval: LLV(Low, longselllen)
shortbuyval: LLV(Low, shortbuylen)
shortcoverval: HHV(High, shortcoverlen)
index: Extern($$XAO.au, C) // so from now on index will reference the close of the XAO
IndexEMA: EMA(index, IndexPeriod )
IndexFilter: index > IndexEMA
AvgV: Avg(v, 30) > 350000
TO: avg(C*V,7)
PVfilt: C > 0.2 and TO > 500000 and AvgV and c*v > 500000// price and vol filters
Parameters: //for optimising
longbuylen: from 5 to 60 step 5 def 25
longselllen: from 5 to 60 step 5 def 25
shortbuylen: from 5 to 60 step 5 def 25
shortcoverlen: from 5 to 60 step 5 def 25
IndexPeriod: from 10 to 120 step 5 def 20
Strategy: Donchian_Long
Side: Long
Quantity: S.Equity / 20 / FillPrice
Commission: 9.95
EntrySetup: H > longbuyval[1] AND IndexFilter AND C > 0.2 //buy on new high, index is up, and price at least 20c
MaxPositions: 20
SetupScore: (1/C) //lowest price first
ExitRule: L < longsellval[1]
ExitStop: Max(PrevExitStop, L < longsellval[1]) // trailing stop
Benchmark: benchmark_XAO
Side:Long
EntrySetup: Symbol=$$XAO.au
// exit (and immediately re-enter) on each ex-dividend day
ExitRule: Dividend > 0
Quantity: S.Equity / C
Charts:
longbuyval: longbuyval[1]
longsellval: longsellval[1]
I am and it's going well. I've got a few systems live in the market. So far, so good.Are there any other guys out there using RT? If so how is trading/ strat development going?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?