Announcement

Collapse
No announcement yet.

Questions re: Some simple scripts

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Questions re: Some simple scripts

    Is it possible to have the thermometer run horizintally across the screen, instead of vertically?

  • #2
    David
    I don't think it can be done given the way the efs is written as it uses price values to plot the line.
    Alex

    Comment


    • #3
      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, 12:33 AM.
      Excellent book on JavaScript for beginners

      Comment


      • #4
        FibbGann
        As it is coded now it is not possible because it is using the drawLine function which has no flags to anchor it to a fixed position in the chart.
        Alex

        Comment

        Working...
        X