PDA

View Full Version : Indior that draws vertical line at certain time?



javi
05-19-2009, 11:18 PM
Does anyone know of an indior which will draw a vertical line that I put to a certain time? Say I need to see all of candles which open at 4am GMT on the hour charts. . Is there an indior which can plot these?
I am attempting to do some back studying and would like to determine certain candles on 1hr and 4hr charts.

Thanks,
Cheezehead

okcina
12-01-2021, 01:01 AM
here
https://www.forexsoutheast.asia/attachments/151842119047841552.mq4

javi
12-01-2021, 02:22 AM
here Thanks Zen, I'll check this out! I love it!

rumenvaxxes
12-01-2021, 03:43 AM
Hi, Zen,

Thanks for the great indior

Is there a version Which Enables Me to stipulate the day as well as the time for the Perpendicular line, e.g every Friday at 3pm on the chart I'm looking at

Thanks,

C.Allokso
12-01-2021, 05:04 AM
here Awesome thanks, I had been following the same thing. . Works perfectly. .

D
12-01-2021, 06:24 AM
Hello,

does anyone have the same kind of thing that draws a horizontal line on an opening price of a candle??

Such as I want it to draw on the line for launching price of the London market, so between 0800 and 1700 gmt...

A lot of thanks in advance

grant

Oxraysv89
12-01-2021, 07:45 AM
here hi zen_leow!

I would like to thank you for a wonderful solution that's nearly ideal for my needs!

But does it draw the traces as BACKGROUND ie the line is drawn in the background as per the vertical line land?

Tks for an Excellent indie!

much regards,
gulf

anaslaclaxxas
12-01-2021, 09:06 AM
but does it draw the traces as BACKGROUND ie the line is drawn from the background as per the vertical line land? Gulf,

This indy will plot vertical lines at a certain period of every day, with background optionally off or on. By Way of Example, using these settings will plot a dotted green v-line at 7am each day:

LookbackDays=20
StartHours=7.0
EndHours=15.0
ExtendHours=15.0
UniqueID=1
BoxColor=0,64,0
LineColor=Green
Properties=V.. ^
HorizLineLevels=0
TextProperties=
SymbolProperties=
DaysOfWeek=Mon,Tue,Wed,Thu,Fri
Visibility=M1,M5,M15,M30,H1,H4
TimeFrame=
CandlesMustExist=false
ClearancePips=0.0
RefreshEveryXMins=1
SecondaryPipCount=false

StartHours determines the time of each day the v-line will be plotted.

In Properties:
V denotes a vertical line
. . Denotes a dotted line
^ (caret symbol) denotes background plotting

Read post #1 of this thread, and experiment, for more information. It is a one-stop-shop for plotting lines, symbols and boxes from specified intervals on every day.

David

Oxraysv89
12-01-2021, 10:27 AM
Gulf,

This indy will plot vertical lines at a particular period of each day, with background optionally off or on. By Way of Example, using these settings will plot a dotted green v-line at 7am daily:

LookbackDays=20
StartHours=7.0
EndHours=15.0
ExtendHours=15.0
UniqueID=1
BoxColor=0,64,0
LineColor=Green
Properties=V.. ^
HorizLineLevels=0
TextProperties=
SymbolProperties=
DaysOfWeek=Mon,Tue,Wed,Thu,Fri
Visibility=M1,M5,M15,M30,H1,H4
TimeFrame=
CandlesMustExist=false
ClearancePips=0.0
RefreshEveryXMins=1
SecondaryPipCount=false

StartHours...
Thanks a million, David!

Much Regards,
Gulf

selenalimokcsi
12-01-2021, 11:47 AM
Thanks David my Individual...
quote Gulf, This indy will plot vertical lines at a particular time of each day, with desktop optionally on or off. For instance, using the following settings will plot a dotted green v-line at 7am each day: LookbackDays=20 StartHours=7.0 EndHours=15.0 ExtendHours=15.0 UniqueID=1 BoxColor=0,64,0 LineColor=Green Properties=V.. ^ HorizLineLevels=0 TextProperties= SymbolProperties= DaysOfWeek=Mon,Tue,Wed,Thu,Fri Visibility=M1,M5,M15,M30,H1,H4 TimeFrame= CandlesMustExist=false ClearancePips=0.0...

alopwzay
12-01-2021, 01:08 PM
here document Due u so much, Also thanks to Guy who ask this Issue, It is help lot to me,

can draw line between closing price of particular two candle like picture, monday to friday daily same time like pic, I need to code with logic,
https://www.forexsoutheast.asia/attachments/1518421196247302291.jpg

vanmerds
12-01-2021, 02:29 PM
HELLO.How to maneuver a vertical line x amount of pubs?
Can not seem to determine how to maneuver a vertical line x amount of bars to the right and into the future in which pubs don't exist yet. Transferring it but not revealed weekend data spikes it up. When moving vertical line to the 15, how can I fix the weekend info dilemma? Thanks.



I want this indictor thanks

oxrcttkla
12-01-2021, 03:50 PM
Can draw line between closing price of specific two candle like picture, monday to friday every day same period like pic

Very much would prefer this indior for back testing. Eg draw a line between two specific time price points?

Any help - much appreciated