Coding help - page 274

 
mladen:
Air92 Save the indicator using the exact name ("HA smoothed offline 3.06 nmc") or else it ill not work

Yes, you are right. At repeated copying it was added "1" =)

Now everything well works. Thank you

 
dansmol:
Dear mladen and mrtools

it is me again ,and as usual i need your help.

I wonder if you can change the lawgirl's trend display,instead to show

the rsi, to show the heiken ashi smoothed.

There is no presure.just when you have a litle spare time.

Thank you very much for your time

All the best

Dan

I guess I am on the wrong thread

Dan

 
dansmol:
Dear mladen and mrtools

it is me again ,and as usual i need your help.

I wonder if you can change the lawgirl's trend display,instead to show

the rsi, to show the heiken ashi smoothed.

There is no presure.just when you have a litle spare time.

Thank you very much for your time

All the best

Dan

Dan

Making that much symbols and time frames use a custom indicator would make metatrader 4 crawl. I can make it, but it will be a CPU eater (even if I completely disregard that indicator and make a completely new indicator)

 

hi guys

it is possible add 2 or 3 hour option to the regular settings

Thanks in advance

Files:
super_trend.mq4  13 kb
 
rkhan1:
hi guys

it is possible add 2 or 3 hour option to the regular settings

Thanks in advance

Change this

string sTfTable[] = {"M1","M5","M15","M30","H1","H4","D1","W1","MN"};

int iTfTable[] = {1,5,15,30,60,240,1440,10080,43200};

to this

string sTfTable[] = {"M1","M5","M15","M30","H1","H2","H3","H4","D1","W1","MN"};

int iTfTable[] = {1,5,15,30,60,120,180,240,1440,10080,43200};

but you have to have that data generated already before using it

 

Hi Mladen

Sorry , I am a non coder, I don't understand

Usaly I use H1 on 15 min , I would like to try 2 or 3 hours option instead of 4 hours

Thanks

 
rkhan1:
Hi Mladen

Sorry , I am a non coder, I don't understand

Usaly I use H1 on 15 min , I would like to try 2 or 3 hours option instead of 4 hours

Thanks

If you do not have 2 or 3 hour data already generated, any code change will be useless

If you have those, simply replace the upper lines, with the lower lines, and you will have those 12 additional options

 

ok

another problem can you make this into MTF

Thanks

Files:
 
rkhan1:
ok

another problem can you make this into MTF

Thanks

Rkhan, answered here: https://www.mql5.com/en/forum/173574/page472

 

Hi MrTools

Not the same , that one does not have ATR Multiple

just need MTF to mine

Thanks

Reason: