NexusFi: Find Your Edge


Home Menu

 





Initial Balance study lines


Discussion in Sierra Chart

Updated
      Top Posters
    1. looks_one madLyfe with 11 posts (1 thanks)
    2. looks_two WilleeMac with 4 posts (3 thanks)
    3. looks_3 steve2222 with 3 posts (0 thanks)
    4. looks_4 LDog with 3 posts (1 thanks)
      Best Posters
    1. looks_one Sawtooth with 2 thanks per post
    2. looks_two WilleeMac with 0.8 thanks per post
    3. looks_3 LDog with 0.3 thanks per post
    4. looks_4 madLyfe with 0.1 thanks per post
    1. trending_up 6,396 views
    2. thumb_up 9 thanks given
    3. group 4 followers
    1. forum 17 posts
    2. attach_file 0 attachments




 
Search this Thread

Initial Balance study lines

  #11 (permalink)
 
LDog's Avatar
 LDog 
Lafayette, TN/USA
 
Experience: Beginner
Platform: SC,TastyWorks,ToS
Broker: TDA, OANDA,AMP/CQG/SC
Trading: Looking for it/them
Posts: 210 since Sep 2015
Thanks Given: 11,919
Thanks Received: 344

(going from memory) Click the Scale button on the Study setting and try 'Same as Region', I think.

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
REcommedations for programming help
Sierra Chart
Exit Strategy
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
33 thanks
Just another trading journal: PA, Wyckoff & Trends
28 thanks
Bigger Wins or Fewer Losses?
23 thanks
Tao te Trade: way of the WLD
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #12 (permalink)
 
madLyfe's Avatar
 madLyfe 
Des Moines, Iowa
 
Experience: None
Platform: Ninja, TOS
Broker: AMP/CQG, TOS
Trading: CL, TF, GC
Posts: 1,641 since Feb 2011
Thanks Given: 9,220
Thanks Received: 1,020


LDog View Post
(going from memory) Click the Scale button on the Study setting and try 'Same as Region', I think.

i think that did the trick. awesome. thanks!

dont believe anything you hear and only half of what you see

¯\_(ツ)_/¯

(╯°□°)╯︵ ┻━┻
Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #13 (permalink)
 
madLyfe's Avatar
 madLyfe 
Des Moines, Iowa
 
Experience: None
Platform: Ninja, TOS
Broker: AMP/CQG, TOS
Trading: CL, TF, GC
Posts: 1,641 since Feb 2011
Thanks Given: 9,220
Thanks Received: 1,020



WilleeMac View Post
@madLyfe

I noticed you have a /CL chart up. Here's an alert I put together to try and detect "Churn Bars" (order flow.)

Since the Globex session is not as active as New York, I use two (four) instances of the alert so that I don't have to go and change the criteria/ parameters.

=and(c>=o,abs(O-C)<ticksize*4,ID5.SG2>250
,BARTIME >= TIMEVALUE("02:00:00"), BARTIME <= TIMEVALUE("07:59:00"))

=and(c<=o,abs(O-C)<ticksize*4,ID5.SG2>250
,BARTIME >= TIMEVALUE("02:00:00"), BARTIME <= TIMEVALUE("07:59:00"))

ID5.SG2 is Numbers Bars Calculated Values - you can change that declaration to V>250 (volume.)

Use the alert in Color Bar Based on Alert Condition."

Analysis >> Color Bar Based on Alert Condition >> Subgraphs >> Color Bar Hollow for close >= open and Color Bar for C<=O

I use the same for New York but V > 750 the range of the body is the same

You can use the BARTIME syntax in Color Background Based on Alert =and(BARTIME etc etc)

I have some other stuff on the SC forum for standard deviation, 20% of range etc

Use/ modify as you see fit

-William

EDIT

This is on a 1M chart


WilleeMac View Post
@madLyfe

I got to thinking about this and added the same study again which places a green diamond below the Color Bar Hollow (green up bar) with syntax that reads

=and(c>=o,abs(O-C)<ticksize*4,V>750,AV>=BV
,BARTIME >= TIMEVALUE("08:00:00"), BARTIME <= TIMEVALUE("16:59:00"))

Most bars will (should) have the green diamond as well. However, the ones that don't and where they occur perhaps might paint a better picture.......

-William

is this an initial balance study? im no trying to be rude and thank you for the effort @WilleeMac, but im trying to keep my charts as clean as possible.

dont believe anything you hear and only half of what you see

¯\_(ツ)_/¯

(╯°□°)╯︵ ┻━┻
Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #14 (permalink)
 Sawtooth 
Prescott AZ USA
 
Experience: Advanced
Platform: SierraChart
Broker: Stage5, FCM:Dorman, Data:Denali, Routing:Teton
Trading: YM ES NQ
Posts: 474 since Nov 2009
Thanks Given: 219
Thanks Received: 603


Quoting 
is it possible to stop the IB study plot lines from going past the end of the session?

You can do this with one instance of the Spreadsheet Study study, which can handle all of the lines in the IB study.

Reply With Quote
  #15 (permalink)
 
madLyfe's Avatar
 madLyfe 
Des Moines, Iowa
 
Experience: None
Platform: Ninja, TOS
Broker: AMP/CQG, TOS
Trading: CL, TF, GC
Posts: 1,641 since Feb 2011
Thanks Given: 9,220
Thanks Received: 1,020


tomgilb View Post
You can do this with one instance of the Spreadsheet Study study, which can handle all of the lines in the IB study.

go on...

dont believe anything you hear and only half of what you see

¯\_(ツ)_/¯

(╯°□°)╯︵ ┻━┻
Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #16 (permalink)
 Sawtooth 
Prescott AZ USA
 
Experience: Advanced
Platform: SierraChart
Broker: Stage5, FCM:Dorman, Data:Denali, Routing:Teton
Trading: YM ES NQ
Posts: 474 since Nov 2009
Thanks Given: 219
Thanks Received: 603

I responded on the Sierra forum because .scss file types are not included here.

https://www.sierrachart.com/SupportBoard.php?ThreadID=19907

Reply With Quote
Thanked by:
  #17 (permalink)
 
madLyfe's Avatar
 madLyfe 
Des Moines, Iowa
 
Experience: None
Platform: Ninja, TOS
Broker: AMP/CQG, TOS
Trading: CL, TF, GC
Posts: 1,641 since Feb 2011
Thanks Given: 9,220
Thanks Received: 1,020


tomgilb View Post
I responded on the Sierra forum because .scss file types are not included here.

https://www.sierrachart.com/SupportBoard.php?ThreadID=19907

nice, thank you @TomGlib. i will give it a look over in the off time.

dont believe anything you hear and only half of what you see

¯\_(ツ)_/¯

(╯°□°)╯︵ ┻━┻
Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #18 (permalink)
 
madLyfe's Avatar
 madLyfe 
Des Moines, Iowa
 
Experience: None
Platform: Ninja, TOS
Broker: AMP/CQG, TOS
Trading: CL, TF, GC
Posts: 1,641 since Feb 2011
Thanks Given: 9,220
Thanks Received: 1,020

so ive got the user contributed Initial Balance Levels study working for the most part the way i want it to, but on my destination chart the lines from my source chart seem to stair step down as the IB developes. my source chart is a 1min chart and my destination chart here is a 10 range chart. i have read the study/price overlay documentation but im still not sure if its possible to correct this behavior with these settings as you can see in the screenshot below:



here is my source chart:



if i recalculate the chart the lines are then drawn as normal not showing the developing IB levels.

switching the source chart to a time frame that is = to the opening range i have set keeps it from drawing the developing levels. not sure how to correct it when the source chart is on a lower time frame.

dont believe anything you hear and only half of what you see

¯\_(ツ)_/¯

(╯°□°)╯︵ ┻━┻
Visit my NexusFi Trade Journal Started this thread Reply With Quote




Last Updated on March 28, 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