Thanks for your generosity and incredible effort....this may be worth a lot to me and several more.
Thanks for your generosity and incredible effort....this may be worth a lot to me and several more.
There has been a definite requirement for this particular lines indior, for such and around numbers.
I would not dare suggest an improvement, for example
to draw vertical lines:
StartTime for some set time,
TimeLevels for every number of components of time for the current time period
as well as
to draw trendlines:
StartTimeandPrice for every number set of several,
EndTimeandPrice for every number set of several,
the order of the number sets to match;
that's, (starttime1=)00:05, (startprice1=)1.61; (starttime2=)03:14, (startprice2=)1.59
and (endtime1=)01:05, (endprice1=)1.63; (endtime2=)05:14, (endprice2=)1.578
Anyhow, thanks to the idea manufacturer.
Hi David. I follow your posts and threads and I notice a at the period of time you are really quite active on this forum, assisting people with there requests, we apreciate people like you.
I enjoy this spaced lines indy, I specify visually (drawing lines) a wave range 10/20 pips and following a price is bouncing couple times between those lines I input using an order. Is it hardfor youpersonally, or give me an idea how do I make this indy counts how many time price touches. I understand if you are busy and do not have thanks, and take good care.
I thought it was a fantastic idea to have an option to show the number of times price has attained each plotted degree, so I have upgraded the indy. Model 3.01 could be downloaded from post #1.Originally Posted by ;
Just wondering, even if it is not too much difficulty, could it be possible to have an choice to use a candle near the same way as the beginning price being the zero stage ?
Either or is exactly what I mean. Like the one called TimeSelect, that has the choice but not as clean as yours.
Thanks,
Michael
https://www.nigeriaforextrading.com/...2184224543.mq4
https://www.nigeriaforextrading.com/...4885278217.mq4
Michael,Originally Posted by ;
Having had a look at the TimeSelect indy, I believe this indy might better suit your needs, in the event that you set up its parameters something similar to that:
LookbackDays=20
StartHours=8.0
EndHours=32.0
ExtendHours=32.0
UniqueID=DLB#1
BoxColor=0,64,0
LineColor=Green
Properties=C
HorizLineLevels=-10,0,20
TextProperties=
SymbolProperties=
DaysOfWeek=Mon,Tue,Wed,Thu,Fri
Visibility=M1,M5,M15,M30,H1,H4
TimeFrame=
CandlesMustExist=false
ClearancePips=0.0
RefreshEveryXMins=1
This could plot green (LineColor=Green) flat lines in the near (Properties = C) of the 8:00 candle (StartHours = 8) into the 8:00 candle the following day (ExtendHours = 32, i.e. 8 24) for the last 20 times (LookbackDays = 20) on all weekdays (DaysOfWeek = Mon,Tue,Wed,Thu,Fri) and be visible on all of Visibility = M1,M5,M15,M30,H1,H4 chart timeframes.
Lines would be plotted 10 pips below the near price; at the close price; and 20 pips over the near price; because HorizLineLevels=-10,0,20
If you want to extend the lines as be to the far right of the chart, set Properties = CX
This indy is a type of 'Swiss army knife' that will plot several distinct kinds of lines or boxes, based upon the settings.
I expect that I've understood your request properly.
David
David,
this is just ideal for my needs. 1 question, is it feasible to alter the color of lines. Ideally gray the zero stage the one below and crimson the one above ? And also the style, dotted instead of full. Are these choices in there ?
Michael
Michael,Originally Posted by ;
To make the lines sprinkled, place Properties = C..
To use Unique colours, you'd need to attach 3 separate instances of the indy, together with the following settings:
LookbackDays=20
StartHours=8.0
EndHours=32.0
ExtendHours=32.0
UniqueID=1
BoxColor=0,64,0
LineColor=Gray
Properties=C..
HorizLineLevels=0
TextProperties=
SymbolProperties=
DaysOfWeek=Mon,Tue,Wed,Thu,Fri
Visibility=M1,M5,M15,M30,H1,H4
TimeFrame=
CandlesMustExist=false
ClearancePips=0.00000000
RefreshEveryXMins=1
LookbackDays=20
StartHours=8.0
EndHours=32.0
ExtendHours=32.0
UniqueID=two
BoxColor=0,64,0
LineColor=Green
Properties=C..
HorizLineLevels=-20
TextProperties=
SymbolProperties=
DaysOfWeek=Mon,Tue,Wed,Thu,Fri
Visibility=M1,M5,M15,M30,H1,H4
TimeFrame=
CandlesMustExist=false
ClearancePips=0.0
RefreshEveryXMins=1
LookbackDays=20
StartHours=8.0
EndHours=32.0
ExtendHours=32.0
UniqueID=3
BoxColor=0,64,0
LineColor=Red
Properties=C..
HorizLineLevels=20
TextProperties=
SymbolProperties=
DaysOfWeek=Mon,Tue,Wed,Thu,Fri
Visibility=M1,M5,M15,M30,H1,H4
TimeFrame=
CandlesMustExist=false
ClearancePips=0.0
RefreshEveryXMins=1
I have highlighted the critical settings in red. Note how you must have a UniqueID for every instance of the indy. The installation is a once only procedure, you could save it as a template, and use it to additional charts.
David
Wow,
how efficient can the guy be ???
Because friend
PS: Can it have a great memory use if I use 3 separate instances of this indy ?