Announcement

Collapse
No announcement yet.

new DAX formula

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

  • new DAX formula

    Hi all,

    i am trying to test a little formula for DAX, can someone help me on how to create it ?


    Parameters are :

    - time frame 15 minutes
    - EMA 220 periods
    - stocastic (14,(1),3)
    - MACD hist (12,26,9)
    - target 40 points
    - trailing stop 20 points

    long > when stocastic is <30, enter long the first time MACD hist bar starts to go up from the previous bar (indipendently if value is positive or negative), but only if EMA is going up

    short > when stocastic is >70, enter short the first time MACD hist bar starts to go down from the previous bar, but only if EMA is going down


    is it possible to build a formula?
Working...
X