Coding help - page 508

 

Hi Mladen, Just a quick question, & a possible not so quick answer !

The attached indicator works well in my trading, but it could do better.

For some reason it will not work on 'unusual' TF's.

I would like to use it on 12 or 6hr TF's.

Is it possible to make it do so? Without too much work for you!.

Files:
 
Jeeves:
Hi Mladen, Just a quick question, & a possible not so quick answer !

The attached indicator works well in my trading, but it could do better.

For some reason it will not work on 'unusual' TF's.

I would like to use it on 12 or 6hr TF's.

Is it possible to make it do so? Without too much work for you!.

Jeeves

Try it out : adx_mtf_candles_1.mq4

Files:
 

Nothing...horrible thing. The one I really want, & it will not play ball. Thanks for having a go, I reall appreciate it.

 

Hi again Mladen.

It might be something to do with the MTF part of the indicator?

I found another ADX candle indicator, & it works fine on offline charts.

Take care

 
mladen:
Jo, Can you please attach the mq4 file? Very difficult to test it this way

Excuse me, Mladen.

Here is the mq4 ea.

Thanks again.

Jo

Files:
sellstop.mq4  11 kb
 

OK, will check it

 
Jeeves:
Nothing...horrible thing. The one I really want, & it will not play ball. Thanks for having a go, I reall appreciate it.

Did you try using 360 and 720 for time frame?

 

Hi.

This isnt actually a coding qquestion but rather a setting question.

I have downloaded the Step MA PDF 3.1 from the elite section, and wonder what all the settings are and possible recomandations for the different timeframes.

Also I notice that it is different from instrument to instrument, i.e DAX i need like 500-100 step

 

tdi_red_green_alerts_mtf_nmc.mq4

NWFstudent:
Hi.

This isnt actually a coding qquestion but rather a setting question.

I have downloaded the Step MA PDF 3.1 from the elite section, and wonder what all the settings are and possible recomandations for the different timeframes.

Also I notice that it is different from instrument to instrument, i.e DAX i need like 500-100 step

Also interpolation would be a nice add for this indicator:

Thanks

 

Hi Pro-Coders,

I get the warning: "check operator precedence for possible error; use parentheses to clarify precedence"

if ((STC115)||(STC185)&&(Ask>emaFilter && ADXmain>25))

{

OpenBuy();

}

It looks like the ..AND (Ask>emaFilter) statement gets also ignored by MT4.

Could someone please advise?

Thank you in advance!

Reason: