Announcement

Collapse
No announcement yet.

Day Of The Week

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

  • Day Of The Week

    is it possible to specify a day of the week like in the following, and if so how would i go about it.


    if (dayoftheweek == friday && open()<close()&& !Strategy.isLong())
    Strategy.doLong("Crossing Up", Strategy.CLOSE, Strategy.THISBAR);

  • #2
    shogun
    See this thread
    FWIW I found the thread by running a Search on "day week"
    Alex

    Comment


    • #3
      thanks alex ,

      Comment

      Working...
      X