NexusFi: Find Your Edge


Home Menu

 





High/Low pricelines for current day premarket only


Discussion in ThinkOrSwim

Updated
    1. trending_up 4,002 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?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Strategy stop orders partially filled
EasyLanguage Programming
Quantum physics & Trading dynamics
The Elite Circle
Footprint for strategy Builder
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Funded Trader platforms
67 thanks
Self sabotage reframed
15 thanks
Trading with Intuition
15 thanks
GFIs1 1 DAX trade per day journal
14 thanks
Just another trading journal: PA, Wyckoff & Trends
13 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