fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    I have a Big Problem to create this Automated Trade Managment , How to make it ??

    Questions & Answers
    2
    3
    764
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      fqdmu last edited by

      Hello !
      I appreciate what you give from your times to help people to solve their project Problems,
      That's what encouraged me to ask you for help for an automated Trade Management that for weeks i'm looking on how to make it real with no conding knowloge, i'm Trying to learn.

      let i explain the auto Trade Managment Process:

      this how it look the settings of the EA when i attached in the chart

      • TakeProfit Z

      • StopLoss Y

      • Lotsize P1

      • Multiplier1 n

      • Multiplier2 n'

      • Tralling Stop K // K is Pips offset from Open price which the Trailing will start if i active this,
        I use Traling when it needed i can configure it setting (Trailling step, Pips ...)

      This exemple explain the Process:

      I Manually Place Trade1 BuyStop @ Price X order

      // it could be Limit orders ,Stop orders or Market orders Manually Placed or opened

      If  ( T1 BuyStop executed @ price X )   
      

      Trade attributes : Take Profit @ Z
      StopLoss @ Y
      LotSize : P1

      Then ( Place T2 Sell Stop order @ Y )

      Trade attributes : Take Profit @ Z' = Z
      StopLoss @ X
      LotSize : P2 = P1 * n

      // What happen after a trade is executed is that a sequence of Trades will start

      // The Open Price and The StopLoss of Trade1 became Levels To place Buystops and Sellstops orders sequence with different Lotsizes depend on n and n'

      // Only the LotSize of the First Stop Trade of the sequence will be Multiplied By n the other Stop orders will be by the same n'

      // Previous Trade lotsize * n' for each Orders will be placed

      If T2 executed

      Then (Place T3 Buy stop order @ X )

      Trade attributes : Take Profit @ Z
      StopLoss @ Y
      LotSize : P3 = P2 * n'

      If T3 executed

      Then (Place T4 Sell Stop orders @ Y )

      Trade attributes : Take Profit @ Z'
      StopLoss @ X
      LotSize : P4 = P2 * n'

      // Sequence work until Z or Z' executed and close pending order

      I guess you got it.
      Thank you for your attention
      Hope somone could make it real , i will be so grateful.

      1 Reply Last reply Reply Quote 0
      • M
        miro1360 last edited by

        this needs more time and testing ..... what you tried so far?

        Between trading and gambling is a very small gap, be careful.

        F 1 Reply Last reply Reply Quote 0
        • F
          fqdmu @miro1360 last edited by

          @miro1360 i can't found the Right mechanism

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          Online Users

          S
          G
          L
          K

          25
          Online

          146.7k
          Users

          22.4k
          Topics

          122.6k
          Posts

          Powered by NodeBB Forums | Contributors