![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoUDyE9UVrW8OAJhEKGLzzUa0IpuCZ-bRHw6dhNbQcdaOhpdM1qnsAaml3cr4WoE_b6qdOlb1KdnyJN0NX_yAH_jkctewoRCpe7QinrkrpmYpUJVbW8X5ElZBEOCHDZcaM9XcvRzvw-l_A/s400/trinLower.jpg)
This is a handy visual aide to keep an eye on TRIN. This upper line is TRIN high and lower line is TRIN low.
#----------------------------------------------------begin code
declare lower;
plot trin_hi = high("$TRIN");
plot trin_lo = low("$TRIN");
AddCloud(trin_hi, trin_lo);
#----------------------------------------------------end code