Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
With ARSI we are looking for more profit than CCI. ARSI will not reduce the DrawDowns. This is the other step. To reduce the DD we need to manage the spacing. Have a look at my post #945. Don`t worry now for DD, look for more profit. And thanks for your help.
Hi at all,
this is my first post and I tanks all of you for great job.
I try to manage the spacing with ATR.
i.e. Bull market ... when first sell is placed and the volatility rise, second sell is placed only when the volatility decrease, usually at the top of flag.
The chart below is with the same Montedoro's setting shows in post #945. DD is 30%.
I think we are in right way to create EA with low DD and high profit.
Hi at all,
this is my first post and I tanks all of you for great job.
I try to manage the spacing with ATR.
i.e. Bull market ... when first sell is placed and the volatility rise, second sell is placed only when the volatility decrease, usually at the top of flag.
The chart below is with the same Montedoro's setting shows in post #945. DD is 30%.
I think we are in right way to create EA with low DD and high profit.
// - Added AutoSpacing, default spacing will be calcualted by StdDev
// - removed VarySpacing by number of orders
// - Added ARSI indicator (Adaptive RSI - external)
if AutoSpacing = true Spacing will be calculated using StDev, also TrendSpacing if is != 1000 (1000=disabled)
StDev is more responsive and more configurable than ATR.
Depending on settings you can get pretty different results.
Period tested: 2008-01.01 to 2008.26.04
or
or
Run optimizer to find proper settings for desired pair.