ISAKAS ashi by Kuskus_Osentogg - page 80

 
fxcruiser:
Isn't working the way it should? Have you noticed substantial difference to distort the intented results significantly. I have been using the Heiken_Ashi_Ma (HAMA) for a while now the way it was originally coded. It hasn't had any adverse effect on my trading at all. It's been said that: "if ain't broken; don't fix it." Just my 2 pips here.

Could you post us the snapshot of the HAMA with the original code and another with your suggested modification/correction. Thanks.

ENJOY!

fxcruiser

My cous...Welcome back... yeah..thats right..its works and not facing any problem with thats..

 
licorice:
Hi Zeman,

I love your indicators.

But I'm afraid that Heiken_Ashi_Ma has an error.

maOpen=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_OPEN,pos);

maClose=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_CLOSE,pos);

maLow=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_LOW,pos);

maHigh=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_HIGH,pos);

I think you should use "PRICE_OPEN", "PRICE_CLOSE" etc...

not "MODE_..."

Here is the difference

Applied Price enumeration values

PRICE_CLOSE = 0

PRICE_OPEN = 1

PRICE_HIGH = 2

PRICE_LOW = 3

MODE_CLOSE = 3

MODE_OPEN = 0

MODE_HIGH = 2

MODE_LOW = 1

so as written the call to iMA uses applied price

applied_price - Applied price. It can be any of Applied price enumeration values.

Using MODE_xxx

maOpen is maClose

maClose is maLow

maLow is maOpen

maHigh is maHigh

This should make a difference but maybe not that much of a difference.

When I put HeikenAshi_kuskus2, HeikenAshi_Ma with PRICE_xxxx and HeikenAshi_Ma with MODE_xxxx on the 30 minute GBPUSD the candles look different but the color changes are in the same places

To see this for yourself I am attaching the modified indicator with an additional input usePrice. This will use PRICE_xxxx when true or MODE_xxxx when false.

Robert

Files:
 

Nice trades for today...

Use triple flat trend MACD to catch the huge movement..

Files:
eu1.gif  17 kb
gu.gif  18 kb
 
MrPip:

Using MODE_xxx

maOpen is maClose

maClose is maLow

maLow is maOpen

maHigh is maHigh

Yes, that's right.

So, you have 3 wrong values here.

Luckily, you can get "haOpen","haClose","haHigh" values correctly.

But, "haLow" value is wrong.

This error don't change the candle color.

But it changes the length of below narrow part of candles.

So, if you look just color, it's a suttle problem.

if you think the proportion of candle's body is an important information,

you should change from MODE to PRICE.

I think the proportion of candles is a good information to know the momentum of candles.

Sorry for my poor English.

Thanks.

 

Use of double/triple flat trend MACD

zeman:
Nice trades for today...

Use triple flat trend MACD to catch the huge movement.

.

Mr. Zeman,

Would you please give a brief explaination on how to use of double/triple flat trend MACD to catch hugh movement.

Thanks in advance.

Nomura

 
Nomura:
Mr. Zeman,

Would you please give a brief explaination on how to use of double/triple flat trend MACD to catch hugh movement.

Thanks in advance.

Nomura

attach triple flat trend with macd by the different setting of timeframe ( 15, 30, 1hour, 4hour, ) Then...looked at the three of them... If two or three flat trend macd (awesome) colours matching ( blue/red ) , put the high target upper 25 pips or 2 lines of fibo pivot ( ex : sell signal at s1...TP at s3 )

 

Hi , Zeman

Why ISAKAS has 2 version ?, I'm not sure which one i should select.

I'm a novice in fx.

Thanks.

 

which version

Reunion:
Hi , Zeman

Why ISAKAS has 2 version ?, I'm not sure which one i should select.

I'm a novice in fx.

Thanks.

There are two versions, because the method has evolved. (Please read the entire thread.) I would use the latest version, as given in Zeman's Post #806 (watch forum for updates). Good luck.

 

Early Warning

Hi guys.

I found this other indicator called Waddah Attar Explosion

Look like an early warning indi that could benifit the Isakas

Attach as default. Basically also used to filter out flat market movement. I use it to get ready for a possible Isakas buy/sell signal

Files:
eur.gif  16 kb
 

Today trading

zeman:
attach triple flat trend with macd by the different setting of timeframe ( 15, 30, 1hour, 4hour, ) Then...looked at the three of them... If two or three flat trend macd (awesome) colours matching ( blue/red ) , put the high target upper 25 pips or 2 lines of fibo pivot ( ex : sell signal at s1...TP at s3 )

Hi Zeman,

please, whats your trade today, i am not sure what i should do.

Thanks

gatowman

Reason: