Announcement

Collapse
No announcement yet.

DonchianStudy() on NQ from ES chart

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

  • DonchianStudy() on NQ from ES chart

    If I'm doing a study on the ES symbol using DonchianStudy() I can do this:

    vDonch = new DonchianStudy(Length, Offset);

    If I'm doing another study on an advanced chart that's plotting the ES symbol then how do I get the DonchianStudy() for say the NQ:

    Looking for something like:
    vDonch = new DonchianStudy(Length, Offset, Symbol);
    Standing on the shoulders of giants.

  • #2
    wildfiction
    At this time it is not possible to pass a symbol as a variable to a builtin study so you will need to create your own equivalent of a Donchian Study.
    You may want to try and modify one of the highest-lowest.efs that can be found in this thread
    Alex

    Comment


    • #3
      Many thanks - I'll do that.
      Standing on the shoulders of giants.

      Comment

      Working...
      X