Unable to use DPO in strategy.

Forums ProRealTime English forum ProOrder support Unable to use DPO in strategy.

  • This topic has 3 replies, 3 voices, and was last updated 4 years ago by avatarrama.

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • #127553

    I am trying to to use the above indicator in program which does not allow to place orders. where as i can trigger an order through alert . Is there any way to replace the word “DPO” with equivalent code?

    #127554

    The DPO indicator repaints itself which is why it always looks so impressive – much like the Zig Zag indicator always looks impressive. Because the returned value is able to change is the reason why it is not possible to use them in auto strategies. Adding code to recreate the DPO will not fix this.

    Please try to use more descriptive topic titles rather than just ‘DPO’. I have edited your title to something more meaningful.

    #127557

    You can still use the DPO of past values, which is indeed not as accurate of the one that use future data!!

     

    #127593

    This code is giving less accurate results

    however I can use my own code through alert. However there is limitation in setting up alter it has to be set up every order and gets disable.

     

    if I want to set up all 20 orders though alert with a interval of 30

    say alert triggers with condition1 and condition 2

    condition is time>=120000 and time<=1230000

    what will be indicator for this

    c1= time

    return c1 ?

     

Viewing 4 posts - 1 through 4 (of 4 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login