Dynamischer Stoploss / Trailingstop

Viewing 16 post (of 16 total)
  • Author
    Posts
  • #113301 quote
    robertogozzi
    Moderator
    Master

    Sie können EntryPrice einen beliebigen Preis zuweisen:

    EntryPrice = close                    //assign current price to EntryPrice
    EntryPrice = high                     //assign current HIGH  to EntryPrice
    EntryPrice = low[1]                   //assign previous LOW  to EntryPrice
    EntryPrice = close[1] - 10 * pipsize  //assign previous closing price + 10 pips to EntryPrice
Viewing 16 post (of 16 total)
  • You must be logged in to reply to this topic.

Dynamischer Stoploss / Trailingstop


ProOrder: Automatischer Handel & Backtesting

New Reply
Author
author-avatar
phoentzs @phoentzs Participant
Summary

This topic contains 15 replies,
has 2 voices, and was last updated by robertogozzi
6 years, 3 months ago.

Topic Details
Forum: ProOrder: Automatischer Handel & Backtesting
Language: German
Started: 11/16/2019
Status: Active
Attachments: 2 files
Logo Logo
Loading...