dax mini on daily — short on Resistance1

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #49928 quote
    dreif123
    Participant
    Average

    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)
  • You must be logged in to reply to this topic.

dax mini on daily — short on Resistance1


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
dreif123 @dreif123 Participant
Summary

This topic contains 1 voice and has 0 replies.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 10/19/2017
Status: Active
Attachments: No files
Logo Logo
Loading...