Announcement

Collapse
No announcement yet.

Problem forwarding 1 offset to the future Monthly chart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem forwarding 1 offset to the future Monthly chart

    I just upgraded to 10.2 and running one of my codes I found a problem.

    Problem forwarding 1 offset to the future on Monthly chart. Works Fine on all other timeframes.




    function preMain() {

    setPriceStudy(true);
    setStudyTitle("Line forward");
    setCursorLabelName("LF", 0);
    }

    function main() {

    drawLineRelative(-10, 100, 1, 100, PS_SOLID, 2, Color.black, 1); // FORWARDING 1 AHEAD
    drawLineRelative(-10, 105, 2, 105, PS_SOLID, 2, Color.black, 2); // FORWARDING 2 AHEAD
    }



    Works fine forwarding 2 ahead on all timeframe

    Thank you

    Ketoma
    Attached Files
    Last edited by ketoma21; 10-24-2008, 06:33 PM.

  • #2
    Re: Problem forwarding 1 offset to the future on Monthly chart

    Ketoma
    I am seeing the same problem and have passed the information on to eSignal's developers
    Alex


    Originally posted by ketoma21
    I just upgraded to 10.2 and running one of my codes I found a problem.

    Problem forwarding 1 offset to the future on Monthly chart. Works Fine on all other timeframes.




    function preMain() {

    setPriceStudy(true);
    setStudyTitle("Line forward");
    setCursorLabelName("LF", 0);
    }

    function main() {

    drawLineRelative(-10, 100, 1, 100, PS_SOLID, 2, Color.black, 1); // FORWARDING 1 AHEAD
    drawLineRelative(-10, 105, 2, 105, PS_SOLID, 2, Color.black, 2); // FORWARDING 2 AHEAD
    }



    Works fine forwarding 2 ahead on all timeframe

    Thank you

    Ketoma

    Comment


    • #3
      Thank you very much Alexis

      Comment


      • #4
        Ketoma
        My pleasure
        Alex

        Originally posted by ketoma21
        Thank you very much Alexis

        Comment

        Working...
        X