First Request

 

Hi All,

My Greeting to all moderators & members

I need help to do some modification for the daily/weekly/Monthly indicator as the following :

- Draw a line @ High / Low of the day before the previous day

( e.g : Today is Thursday , the attached indicator draw the lines for Wednesday , i need extra options for viewing the lines for Tuesday ) .

- Another Option for weekly High / Low with same as above .

( To draw the lines for the week before the previous week ) .

- Option for disable / Enable The lines of Daily and Weekly Candles .( On / Off Option for ALL ) .

- Option to minimize the length of the line , to not been drawn all the screen , Lets say as the following :

Daily Lines Length : for the period of 1 month .

Weekly Lines Length : for the period Of 2 Months .

See an example here ( drawn by hand ) :

Chart EURAUDpro, D1, 2014.06.12 08:59 UTC, GAIN Capital - FOREX.com UK Ltd., MetaTrader 4, Real - MetaTrader Trading Platform Screenshots

or lets say an option to minimize the length of all lines as you want .

Looking for help .

Thanks in Advance .

Files:
mn_dwm.mq4  3 kb
 
bdourfx:
Hi All,

My Greeting to all moderators & members

I need help to do some modification for the daily/weekly/Monthly indicator as the following :

- Draw a line @ High / Low of the day before the previous day

( e.g : Today is Thursday , the attached indicator draw the lines for Wednesday , i need extra options for viewing the lines for Tuesday ) .

- Another Option for weekly High / Low with same as above .

( To draw the lines for the week before the previous week ) .

- Option for disable / Enable The lines of Daily and Weekly Candles .( On / Off Option for ALL ) .

- Option to minimize the length of the line , to not been drawn all the screen , Lets say as the following :

Daily Lines Length : for the period of 1 month .

Weekly Lines Length : for the period Of 2 Months .

See an example here ( drawn by hand ) :

Chart EURAUDpro, D1, 2014.06.12 08:59 UTC, GAIN Capital - FOREX.com UK Ltd., MetaTrader 4, Real - MetaTrader Trading Platform Screenshots

or lets say an option to minimize the length of all lines as you want .

Looking for help .

Thanks in Advance .

If you set mDshift, mWshift or mMshift to 0 instead of 1, it will draw values for current day, week or month (as you need it). If you set any of those values to -1, you will practically disable it (you can also chose color none in color options for the value that you wish to disable)

 

Hello Mr.mladen ,

Thank you very much for your input and thoughts , i do really appreciate it .

But :

Unfortunately when i put the same indicator twice at the same chart

( playing with shift option as you tell me ) it does n`t work for me !

All What i need is :

Draw lines for the 2nd previous ( Day / Week / Month ) , with adjustable length /style .

Can you have a look at this indicator , when i attached it into my Mt4 , i could not install it !!

( i don`t know what is the problem )... could you have a fast look and try it ?

Thanks again for help .

Files:
hl_objects.mq4  11 kb
 
bdourfx:
Hello Mr.mladen ,

Thank you very much for your input and thoughts , i do really appreciate it .

But :

Unfortunately when i put the same indicator twice at the same chart

( playing with shift option as you tell me ) it does n`t work for me !

All What i need is :

Draw lines for the 2nd previous ( Day / Week / Month ) , with adjustable length /style .

Can you have a look at this indicator , when i attached it into my Mt4 , i could not install it !!

( i don`t know what is the problem )... could you have a fast look and try it ?

Thanks again for help .

Regarding the HL_objects - try it out now : hl_objects_1.mq4

Files:
 
bdourfx:
Hello Mr.mladen ,

Thank you very much for your input and thoughts , i do really appreciate it .

But :

Unfortunately when i put the same indicator twice at the same chart

( playing with shift option as you tell me ) it does n`t work for me !

All What i need is :

Draw lines for the 2nd previous ( Day / Week / Month ) , with adjustable length /style .

Can you have a look at this indicator , when i attached it into my Mt4 , i could not install it !!

( i don`t know what is the problem )... could you have a fast look and try it ?

Thanks again for help .

And here is a version of DWM that allows multiple instances of the same indicator on the same chart. Set the UniqueID parameter of each instance t some unique value to be able to do that : mn_dwm_1.01.mq4

Files:
 

Thank you very much , it`s just worked fine without any problems

Reason: