PipMaker v1 - Price action based EA - page 98

 
montedoro:
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.

P.S. I'm sorry for my english

 

ATR tf

varmax:
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.

P.S. I'm sorry for my english

Which timeframe do you suggest to use for ATR?

Thanks.

 
Lemyx:
Which timeframe do you suggest to use for ATR? Thanks.

I use ATR for increase spacing when volatility is high ... ATR must be most reactive as possible. I use 2 period.

 
varmax:
I use ATR for increase spacing when volatility is high ... ATR must be most reactive as possible. I use 2 period.

I don't understad. Do you mean that ATR has a period=2?

I've asked about timeframe.

Thanks.

 
Lemyx:
I don't understad. Do you mean that ATR has a period=2?

I've asked about timeframe.

Thanks.

Sorry, I dont't understud your question.

In chart posted I've used same setting shows in post #945 to see if ATR reduce DD.

Tester period: 3th march 08 - 17 april 08, GBPUSD/M5, Initial deposit=10000.

I like H1 also. PF=1.66, DD=15%.

Thanks.

 
varmax:
Sorry, I dont't understud your question.

In chart posted I've used same setting shows in post #945 to see if ATR reduce DD.

Tester period: 3th march 08 - 17 april 08, GBPUSD/M5, Initial deposit=10000.

I like H1 also. PF=1.66, DD=15%.

Thanks.

In the EA you've wrote the next string:

if (Ask <= LowestBuy - (iATR(NULL, 0, ATR_Period, 0) * ATR_K * 10000 * Point))[/CODE]

I asked about TimeFrame on which ATR is calculates (bold zero in the code).

For every other indicator there is its own TimeFrame.

[CODE]double MA3_0 = iMA(NULL, MAperiod, 3, 0, 3, PRICE_CLOSE, 0);

cci=iCCI( NULL, CCI_Period, CCI_lenght, PRICE_TYPICAL, 0);

double B1_1 = iCustom(NULL, iTrendPeriod, "i_Trend", 0, 0, 0, 20, 2, 13, 300, 0, 0);

How do YOU think which TF will be much better for ATR?

Thanks.

 
Lemyx:
In the EA you've wrote the next string:
if (Ask <= LowestBuy - (iATR(NULL, 0, ATR_Period, 0) * ATR_K * 10000 * Point))[/CODE]

I asked about TimeFrame on which ATR is calculates (bold zero in the code).

For every other indicator there is its own TimeFrame.

[CODE]double MA3_0 = iMA(NULL, MAperiod, 3, 0, 3, PRICE_CLOSE, 0);

cci=iCCI( NULL, CCI_Period, CCI_lenght, PRICE_TYPICAL, 0);

double B1_1 = iCustom(NULL, iTrendPeriod, "i_Trend", 0, 0, 0, 20, 2, 13, 300, 0, 0);

How do YOU think which TF will be much better for ATR?

Thanks.

I understand the question, now. I'm sorry.

I think that best TF is current chart timeframe.

Thanks

Files:
 

PipMaker_v14

PipMaker_v14 with ARSI and AutoSpacing

// - 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.

Files:
pm14.jpg  173 kb
pm14b.jpg  172 kb
pm14c.jpg  172 kb
 
Files:
pm14d.jpg  187 kb
 

ARSI filter + iTrend filter

Files:
clipboard-1.jpg  167 kb
Reason: