Is it possible to have the thermometer run horizintally across the screen, instead of vertically?
Announcement
Collapse
No announcement yet.
Questions re: Some simple scripts
Collapse
This topic is closed.
X
X
-
Alex?
Alex? Is there a way to lock this efs (visual) in the main window? So when one wanst to scroll back or forward through the chart the thermometer will stay fixed in the same area.
Cannot move left or right, but can move up & down based on the price. The 13's & 14 below would be locked from moving side to side
if (1==1){
drawLineRelative(13,close(),13,HH,PS_SOLID,8,Color .red,1);
drawLineRelative(13,close(),13,LL,PS_SOLID,8,Color .lime,2);
drawShapeRelative(14,CC,Shape.LEFTTRIANGLE,null,Co lor.yellow,null,3)
}
return null;
Fibbgann.Last edited by FibbGann; 10-26-2003, 01:33 AM.
Comment
Comment