Announcement

Collapse
No announcement yet.

midday duldrums

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

  • midday duldrums

    I'm trying to write an EFS that doesn't take trades from 1200 to 1400 but I'm not having success here is part of it

    var vt1 = 1200
    var vt2 = 1400



    (getHour()*100)+getMinute()) > vt1 && (getHour()*100)+getMinute()) < vt2 == false &&

    the syntax is killing me

    is there a better way, or at least a way that works?

  • #2
    got it

    never mind, I figured it out.

    Comment


    • #3
      Hi,
      This is a simple study that plots lines at set times throughout the day - hopefully a helpful 'addition' to what your working on.

      Paul
      Attached Files

      Comment


      • #4
        got it

        never mind, I figured it out.

        Comment


        • #5
          thanks

          Thanks Turlies for the EFS, I posted my reply before I saw yours

          Comment

          Working...
          X