fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. clacky
    3. Posts
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 18
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by clacky

    • RE: break even point after negative value

      thanks! i don't want modify take profit. but anyway i found my way using for each trade block.. thank you so much 🙂

      posted in Questions & Answers
      C
      clacky
    • break even point after negative value

      hi there!
      it's possibile to set the break even point at open price , when the market goes under 10 pips ?
      (there is only with positive value option)
      i tried with -10 but dosen't work

      posted in Questions & Answers
      C
      clacky
    • check current symbol, then modify a variable ..

      hi, i want to set my ea to modify a variable depending off the current market ( in multimarket backtest )
      any ways ?

      posted in Questions & Answers
      C
      clacky
    • RE: modify a variable while earnig

      thanks for your help

      posted in Questions & Answers
      C
      clacky
    • RE: modify a variable while earnig

      @trader-philipps
      anyway the last part of your reply seems smart and cleaver ... i will try it, thanks !
      ok mybe i figured it out.. let me check

      posted in Questions & Answers
      C
      clacky
    • RE: modify a variable while earnig

      @trader-philipps said in modify a variable while earnig:

      If you have clipping levels for lot size,
      ok, there we are, i was sure that my logic wasn't good, i just asking you guys wich logic to use in this case ...
      i'm looking for a strategy where :when the EA find a profit, it ll change a variable. this is hard for me couse i have multiple trades, some loses,some wins, but when the wins are more than 50 $, then do this hard action.
      then reset, and start again the logic .
      i'm a beginner, i'm not english... have patience please

      posted in Questions & Answers
      C
      clacky
    • RE: modify a variable while earnig

      https://fxdreema.com/shared/0eOA2Rd0c

      i'm pretty sure that i wrong with formula blocks... ok let' say :
      1.
      gross profit- gross loss = profit
      profit should be the difference between profit and loss, so if lose 500 and i gain 550 then the profit will be 50
      2.
      initial deposit+ profit = baprofit
      so if i start with 10000 , then baprofit will be 10050 ...
      3.
      equity+ baprofit
      i gues, equity is the balance+profitable trades ...
      so if the open trade is profitable , and it rise up the equity to 1050 , then modify a variable ....
      that's corret ?

      posted in Questions & Answers
      C
      clacky
    • RE: modify a variable while earnig

      couse, my problem is that i can tell to modify the variable every 50 $ of earn , but in case of loss, it take the old balance- loss.
      es
      start with 1000
      at 1050, modify variabile (so after + 50$)
      in case of loss, balance go lower to 950 ..
      so the EA set the target at 1000 (950+50)
      another loss? --> 950 (900+50) ..............

      posted in Questions & Answers
      C
      clacky
    • RE: modify a variable while earnig

      i tried to use lower id and move into trade ... but nothing, dosen t work... i m not sure that the formula blocks are set in the corret way... if you have to write an EA that works in that way, how can you set it up ?

      posted in Questions & Answers
      C
      clacky
    • RE: modify a variable while earnig

      @l-andorrà
      [0_1568838591372_test.mq4]
      link text
      i tried this but dosen't work.. can you help me out please ?
      in this case i want that after 49 earned , modify a variable

      posted in Questions & Answers
      C
      clacky
    • modify a variable while earnig

      hi again ,
      i would like to know how to modify a variable after a gain
      explain:
      my ea start with 1000, after a close mi balance is 1050 , then modify a variabile ...
      after 2 close mi balance is 1100 , then modify a variable.. ecc.......
      so every 50 money modify a v .. that's possibile ?
      in case of loss ... wait until the balance is X+50

      posted in Questions & Answers
      C
      clacky
    • RE: restart a strategy

      thanks for the reply,
      not at all ... just trying to do it... do you have some advise for me ?

      posted in Questions & Answers
      C
      clacky
    • restart a strategy

      hi, there is a way to restart a strategy:
      es ..
      after a close restart the strategy from beggining,
      restart also
      group number,
      history trades,
      profit,
      loss
      ecc... like start a new EA again

      posted in Questions & Answers
      C
      clacky
    • RE: longs count and short count by group AND check trade count with multiple number in the same block

      top 🙂 thanks bro very helpy

      posted in Questions & Answers
      C
      clacky
    • RE: longs count and short count by group AND check trade count with multiple number in the same block

      ok, look what i found out:
      just have one variable, BuyCount ..
      if buy then buycount + 1
      if sell then buycount-1
      so after a buy, BC will be 1 , after sell BC will be 0.
      i want do this:
      if BC equal to 0, then buy
      if BC is equal to 1, the sell

      posted in Questions & Answers
      C
      clacky
    • RE: longs count and short count by group AND check trade count with multiple number in the same block

      @clacky
      1 (or) 3 (or) 5 (or) 7 ....

      posted in Questions & Answers
      C
      clacky
    • RE: longs count and short count by group AND check trade count with multiple number in the same block

      amazing... i miss the last step ... if i want say:
      if buycount is equal to 1,3,5,7,9,11 ... then buy

      posted in Questions & Answers
      C
      clacky
    • longs count and short count by group AND check trade count with multiple number in the same block

      hi, how can i get long/short count of a group of trades ? i can do that with condition block but it dosen't has the group function ..
      and also i need to check trade count by multiple number .. es 1,3,5 ecc... i can do it only using N blocks..

      posted in Questions & Answers
      C
      clacky
    • 1 / 1