An Easy Way To Find Breakouts

Hey Darren,

 

This is just a follow up to your post: https://www.optuma.com/finding-breakouts/

Is there any way to not have the line start at the $0.00 on the chart? It makes the chart squashed since starting down there.

 

Code is:

//Define the pivot criteria V1=PIVOT(MIN=32, TYPE=High); //Get the high price when the last V1 pivot occurred VALUEWHEN(HIGH(), V1)

Current Movers

Hi Jonathan,

A couple of options:

  • change the Workspace settings so that the automatic price scale does not include any tools or indicators - it only uses the chart's price:
Capture
  • Change the Start Date property of the Show Plot until after the first pivot:Capture
 

 

Thanks, top one fixed the problem :slight_smile: