NexusFi: Find Your Edge


Home Menu

 





High/Low pricelines for current day premarket only


Discussion in ThinkOrSwim

Updated
    1. trending_up 3,989 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 1 posts
    2. attach_file 0 attachments




 
Search this Thread

High/Low pricelines for current day premarket only

  #1 (permalink)
Dimvm
Moscow Russia
 
Posts: 2 since Sep 2015
Thanks Given: 0
Thanks Received: 0

Hello All,
I found the formula for the main trading day OHLC pricelines (below).
Does anybody have a clue to do H/L pricelines on a base of premarket data only?
Thank you in advance.

________________________

input offset = 1;
input offset2 = 1;
input offset3=0;
input period = {default DAY, "2 DAYS", "3 DAYS", "4 DAYS", WEEK, MONTH, "OPT EXP"};
input period2 = {default DAY, "2 DAYS", "3 DAYS", "4 DAYS", WEEK, MONTH, "OPT EXP"};

plot Data = high(period = period)[offset];
Data.SetPaintingStrategy(PaintingStrategy.DASHES);
Data.SetDefaultColor(GetColor(1));

plot Data2 = low(period = period)[offset2];
Data2.SetPaintingStrategy(PaintingStrategy.DASHES);
Data2.SetDefaultColor(GetColor(5));

plot Data3 = close(period = period)[offset];
Data.SetPaintingStrategy(PaintingStrategy.DASHES);
Data.SetDefaultColor(GetColor(1));

plot Data4 = open(period = period)[offset2];
Data2.SetPaintingStrategy(PaintingStrategy.DASHES) ;
Data2.SetDefaultColor(GetColor(5));

plot Data5 = open(period = period)[offset3];
Data2.SetPaintingStrategy(PaintingStrategy.DASHES) ;
Data2.SetDefaultColor(GetColor(5));

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Exit Strategy
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Tao te Trade: way of the WLD
24 thanks
Just another trading journal: PA, Wyckoff & Trends
24 thanks
Bigger Wins or Fewer Losses?
21 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #2 (permalink)
zetradr
san francico
 
Posts: 2 since May 2016
Thanks Given: 1
Thanks Received: 0

Were you able to find a solution for overnight high low ?

Reply With Quote




Last Updated on June 22, 2016


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts