How do I plot this please? Function keyword has me stuck.
function DV2(Length) {
return PercentRank(MA(C/Avg,2),Length);
}
x = DV2( 15 );
Plot( X, "", colorRed );
How do you guys feel about the different modes of back testing (regular vs raw vs rawmulti)?
Probably depends on the system a bit, but I'm getting better results with rawmulti.
Any insights from your own or others' experiences?
Thanks
Hi Gringotts --
My recommendation is to take each trade with a fixed number of dollars (or a single contract, if futures, CFD, or options). Analyze the performance without leverage and compounding to determine the distribution of trades, profit potential, and risk of drawdown. If the performance is satisfactory, then decide on number of positions, position size, leverage, etc. Among other benefits, the fixed trade size gives a baseline by which to measure actual performance when trading with real money begins.
Best regards,
Howard
The method I recommend begins with trades taken using a constant size. This removes the effect of leverage and compounding, both of which obscure observation of system health.
Hi Howard,
How does compounding obscure observation of system health?
Not sure if this is somewhere. Used to use quotetracker to feed intraday data into Amibroker. WBC and Commsec no longer support it. Is it still available through another broker? Otherwise what live ASX data options are their for amibroker? Anyone have some suggestions? Thank you
Have a very basic understanding with macros so that is probably not an option. Have 3 brokers. WBC, Commsec & CMC. Downloaded a macro that gets yahoo data into my spreadsheet but no idea how to make one to get it from a broker. Dont mind paying for data. What options are available? Prefer to import data into amibroker but would look at live data charting package if I had to. Quotetracker was so good.
Quotetracker was bloody fantastic, even as a standalone bit of software.
A lot of people with AB use Norgate data.
Ive got Norgate EOD with snapshots but I need live streaming (5 min candles)
What about WebIress into Excel into AB?
Bullcharts software is good for live feeds - seamless in fact. I used to use that, but the people who run it are dicks.
I wrote a macro to screen scrape data from my broker. Slight delay but no probs.
Another option is to subscribe to the WebIress Excel interface and get live data that way.
Last option would be to pay through the nose for it.
Hello and welcome to Aussie Stock Forums!
To gain full access you must register. Registration is free and takes only a few seconds to complete.
Already a member? Log in here.