Daily/Weekly High Lows-Excel download

Login or Register

Please login or register in order to view and post in the Forum.

12 posts / 0 new
Last post
sniper
Last seen: 5 years 1 month ago
Joined: 02/28/2018 - 11:59
Daily/Weekly High Lows-Excel download

Hi

1) How can I add yesterday's Daily/Weekly High Lows to my 15 min charts?
2) Can i change the colour of the opening candle on my chart- trying to distinguish the opening candle
3) Can i download real time the Hi/Low price level once a candle closes into excel?

Thanks

0
cpayne
Last seen: 1 year 7 months ago
Joined: 03/30/2009 - 00:00
Daily / Weekly High / Low

Session Statistics (SESST) can be used for this and much more.  Below is the setup for previous day high.

To get previous day low, simply change the "Highest Price > High" to "Lowest Price Low" like this...

And to get previous week low, simply change "Session" to "Week" (or Month, etc)...

Here is the chart definition that provides all 4 key prices...

https://www.linnsoft.com/charts/prevdayweekprices-es

You may also want to take a look at the SessionPrices (RTX) Indicator which provides easy presentation of about key prices: https://www.linnsoft.com/techind/session-prices-rtx

cpayne
Last seen: 1 year 7 months ago
Joined: 03/30/2009 - 00:00
Highlight First Bar Of Session

I assume you want to highlight the first bar of the session each day, correct?

If so, you would create a signal with syntax:

POS = 1

where POS is setup as "bars from start of session".  That will identify only the 1st bar of the session.  Then you can use a variety of indicators to mark that bar including Paint Bar, Signal Marker, Color Marker, but my preference would be the PaintCandle (RTX) Indicator.  Very flexibly and you can paint a number of conditions with a single instance.  The chart and definition below demonstrate highlighting with the Paint Candles indicator:

https://www.linnsoft.com/charts/highlightopeningcandle-es

More information on Paint Candles (RTX): https://www.linnsoft.com/techind/paint-candles-rtx

sniper
Last seen: 5 years 1 month ago
Joined: 02/28/2018 - 11:59
Hi,

Hi,
for "Highlight First Bar Of Session" I cannot get "FirstBarOfDay" how do I import that.
Thanks

cpayne
Last seen: 1 year 7 months ago
Joined: 03/30/2009 - 00:00
Import Chart Definition

Were you unable to import the chart definition from > https://www.linnsoft.com/charts/highlightopeningcandle-es

sniper
Last seen: 5 years 1 month ago
Joined: 02/28/2018 - 11:59
I've imported the Chart

I've imported the Chart definition, it opens a new chart, is there a way I can add the chart definition to an existing chart as I have existing indicators on that chart?

cpayne
Last seen: 1 year 7 months ago
Joined: 03/30/2009 - 00:00
Drag and Drop

You should be able to just drag and drop the PaintCandle indicator to another chart.  If you mouse down on the highlighted candle and start dragging, it should drag and read "lsPaintCandle" while dragging.  Drop it into another chart. 

cpayne
Last seen: 1 year 7 months ago
Joined: 03/30/2009 - 00:00
High/Low of Previous Candle Into Excel

You might look into using DDE for this. See: https://www.linnsoft.com/support/using-dde-links-get-data-investorrt

You could simply add 2 custom indicators to you chart with syntax.

HI.1

and

LO.1

giving the respective high and low of prevoius completed bar.  Each custom indicator can then be setup to store current value into a V# variable like this.

So maybe use V#21 for high and V#22 for low. Then, in Excel, you can use...

=RT|@ES#!V#21

you may need to put single quotes around symbol and data element like this.

=RT|'@ES#'!'V#21'

and for low you'd use...

=RT|'@ES#'!'V#22'

and these 2 cells should update live as each bar completes.

 

sniper
Last seen: 5 years 1 month ago
Joined: 02/28/2018 - 11:59
Awesome thanks. I'm becoming

Awesome thanks. I'm becoming a big fan of Investor RT!

cpayne
Last seen: 1 year 7 months ago
Joined: 03/30/2009 - 00:00
3 Questions of Day

Great.  And I'm a fan of your 3 daily questions.  Keep them coming :).

sniper
Last seen: 5 years 1 month ago
Joined: 02/28/2018 - 11:59
with option 2, using a

with option 2, using a syntax to get a download, can I limit that rule to the first bar only?

Pages