Coding help - page 765

 
mladen:
:)

Check buffer 1 and buffer 2 - what else is there that you can check? :)

when bars are over level 15 the value is 15.0000 or higer. Soo i think in some place i need to put >15.0000?

Something like this: (i put i+1 beacouse the signal come i candle before)

 double my filter(int i)

{

  double up = iCustom(NULL,0,"my filter",0,i+1);

  double dn = iCustom(NULL,0,"my filter",1,i+1);


  if(up>15.0000)

  {

  return(1);

  }

  if(dn>15.0000)

  {

  return(-1);

  }

 

 return(0);

}


 
Hi Dr. Mladen

I'm trying to convert this file to MTF

But it's not completly converted and i have problem with candle deviding for time frames

i sent original file and converted file, so please please please please do it for me i want learn it.

Actually i don't Know programming but i'm try to learn it.

Thank's.
Files:
 

Hi Mladen/Mntiwana,


Can some please provide edit mt4 indicator with below conditions :-


Opening candle if Open=high then sell arrow and Open=Low then buy arrow....


Thanks in advance


Nishant P.

 

I have 3 questions about this indicator I hope someone will be able to answer.

1. In lines 23 and 24 it appears as though these are CCI periods - can this be confirmed please?

2. Is the indicator based on the crossing of zero to create the signals?

3. Can it be used successfully on offline charts?

Thanks to any coder who understands the indicator.

TEAMTRADER

Files:
 
TEAMTRADER:

I have 3 questions about this indicator I hope someone will be able to answer.

1. In lines 23 and 24 it appears as though these are CCI periods - can this be confirmed please?

2. Is the indicator based on the crossing of zero to create the signals?

3. Can it be used successfully on offline charts?

Thanks to any coder who understands the indicator.

TEAMTRADER

I think you are right,these are cci periods on m1 to h4 as entry

and same in lower line but as trend

2= yes zero cross "if ((iCCI(NULL,TF[x],eCCI[x],PRICE_TYPICAL,0))>0) // if entry cci above zero"

on offline you can experiment,and return result here :)
 
Empower:
Hi Dr. Mladen

I'm trying to convert this file to MTF

But it's not completly converted and i have problem with candle deviding for time frames

i sent original file and converted file, so please please please please do it for me i want learn it.

Actually i don't Know programming but i'm try to learn it.

Thank's.
Hi mntiwana

Can you help me about this problem?
Files:
 
mntiwana:
I think you are right,these are cci periods on m1 to h4 as entry

and same in lower line but as trend

2= yes zero cross "if ((iCCI(NULL,TF[x],eCCI[x],PRICE_TYPICAL,0))>0) // if entry cci above zero"

on offline you can experiment,and return result here :)

Appreciated - will let you know if it operates on offline.

TEAMTRADER

 
Empower:
Hi mntiwana

Can you help me about this problem?
You just and only want learn how to add mtf in any indi.

or

you want this specific indicator with mtf.
 
mntiwana:
You just and only want learn how to add mtf in any indi.

or

you want this specific indicator with mtf.
YES i want learn it but if you convert it to mtf in true mode i can compare it with myself and learn it that how it changed to mtf.

thank's and excuse for my bad english.
 
Empower:
YES i want learn it but if you convert it to mtf in true mode i can compare it with myself and learn it that how it changed to mtf.

thank's and excuse for my bad english.
Your English is enough to describe you,I asked because there are so many rsi mtf indicators at forum far better than this of you ..... i don't know coding,may be moderators can help you regarding coding matters.
Reason: