dax mini on daily — short on Resistance1

Forums ProRealTime English forum ProOrder support dax mini on daily — short on Resistance1

Viewing 1 post (of 1 total)
  • #49928

    hi, attached the code…. but i didnt get an execution on resistance 1 the demoaccount yesterday , whats wrong?resistance 1 was yesterday around 13041

    thx for the support

    // Festlegen der Code-Parameter
    DEFPARAM CumulateOrders = False // Kumulieren von Positionen deaktiviert
    defparam flatbefore=090000
    defparam flatafter=173000
    // Bedingungen zum Einstieg in Short-Positionen
    indicator1 = 2*((DHigh(1) + DLow(1) + DClose(1))/3) – DLow(1)
    c1 = (close >= indicator1)

    IF c1 THEN
    SELLSHORT 10 CONTRACT AT MARKET
    ENDIF

    // Stops und Targets
    SET STOP %LOSS 0.5

Viewing 1 post (of 1 total)

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