Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am bitofdon on github.
  • I am bitofdon (https://keybase.io/bitofdon) on keybase.
  • I have a public key whose fingerprint is D25B 59FC EC0B 4FBA 7A43 6C92 C6B0 35ED 99CA 9FE0

To claim this, I am signing this object:

//author @TraderX0
//script to plot daily Open high and low
//version 1.1
//last edited 22/11/2018
//title
study(title="TraderX0__O_H_L", shorttitle="TraderX0_O_H_L", overlay=true)
// holds the daily price levels
openPrice = security(tickerid, 'D', open)