I hereby claim:
- I am hbthegreat on github.
- I am hbthegreat (https://keybase.io/hbthegreat) on keybase.
- I have a public key ASDEjG9YpJ2AJD4SqSMj0_VMyK1yGtPvm_qga8gaTlf19Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
042e11b1bdf3369d17e4b199488dbd93498a6be692ce20dfe718b13821dfaa365324b3549609a4a3b3e0a13b759ac6918217b06b5190596b532ebc536544f5cc6d |
//////////////////////////////////////////////////////////// | |
// 5 EMA lines as per Hbthegreat EMA Cross strategy | |
//////////////////////////////////////////////////////////// | |
study(title="5EMA", shorttitle="5EMA", overlay = true ) | |
Length1 = input(9, minval=1) | |
Length2 = input(13, minval=1) | |
Length3 = input(21, minval=1) | |
Length4 = input(55, minval=1) | |
Length5 = input(100, minval=1) | |
xPrice = close |