fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. traderline
    T
    • Profile
    • Following 0
    • Followers 1
    • Topics 13
    • Posts 28
    • Best 0
    • Controversial 0
    • Groups 0

    traderline

    @traderline

    0
    Reputation
    395
    Profile views
    28
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Location Portugal Age 47

    traderline Unfollow Follow

    Latest posts made by traderline

    • RE: Erratic behavior, Breakeven and Trail Stop

      @jstap

      Finally I got it and it works perfectly, the problem was two areas, apparently the variables have to be set to double not int.

      The other problem was a detail that I missed, in the conversion NormalizeDouble(ATRX_BP,2) I had not modified ATRX by the correct variable for each module which is ATRX_BP ATRX_BP2 etc... now it seems to work correctly.
      91e0e31e-b02d-43a0-98ff-7949d1fca295-image.png

      I have to do more tests but it looks promising.

      This has allowed me to dive in and understand the potential of variables and changes everything :). Thank you very much for your time.

      posted in General Discussions
      T
      traderline
    • RE: Erratic behavior, Breakeven and Trail Stop

      @jstap Yes, in pips it works perfectly I have tested it, but with the current implementation is erratic, the strange thing is that the values are maintained perfectly, but does not apply them that way, the trail sometimes works sometimes not, the breakeven sometimes works and sometimes not, and there is nothing to interfere with it, both breakeven and takeprofit have higher level.

      I give you an example, in this operation the take profit is perfect based on the ATRX values, the takeprofit always sets it correctly.

      707dbdfb-eacd-4f47-9ab9-5ea5f5a493e7-image.png

      The first order closes with TakeProfit, the price moves to BreakEven, but the trail does not move when it should.

      afc0727b-edc3-4dcf-be79-f7f9c21d2e5b-image.png

      The strange thing is that sometimes the BreakEven moves correctly and sometimes it does not, and also the Trail Stop moves sometimes and sometimes it does not...

      I have a version exactly like this one but only with fixed pips, no variables, only fixed pips and it works perfectly.

      It doesn't make sense, I know, I don't know how I could change the approach, focus it to make this work. I appreciate the time you are giving me.

      posted in General Discussions
      T
      traderline
    • RE: Erratic behavior, Breakeven and Trail Stop

      @jstap Yes sorry, I was preparing it, I have reduced it because of the big project. Before the Pass would be the conditions and from there is what you do. Thank you very much. https://fxdreema.com/shared/noGjUsOKb

      posted in General Discussions
      T
      traderline
    • RE: Erratic behavior, Breakeven and Trail Stop

      @jstap In fact it is from you where I understood the concept of ATR to PIPS but my problem is not there, as this is achieved, as you see in the image ATR BUY PRINCIPAL which is the variable ATR_BP is correctly stored and the value is correct, the Take profit of each order is set perfectly in ATR PIPS Base, this makes everything perfect. My thought is: If everything is correct regarding the TP Pips in the image (ATRX) and the values (ATRX_BP) are the same (as shown in the image), why it does not work correctly in BreakEven and TrailStop?

      image.png

      3f1c5e44-7ab6-4378-9014-d726a70a2405-image.png

      posted in General Discussions
      T
      traderline
    • Erratic behavior, Breakeven and Trail Stop

      I have set my EA to store the ATR value in PIPS at the time of trade entry, this is correct and works, I have incorporated in the chart the values to be updated and it works. ATRX is the TakeProfit of the first order and (ATRX_BP) in the image data ATR BUY PRINCIPAL is the value for my Breakeven and to initiate the Trail Stop.

      The values are correct and update correctly so far so good.

      8fa72f3e-0782-4ef0-affb-3014e338ff53-image.png

      The strange thing is that when I use the variable ATRX_BP in breakeven and Trail Stop (both) it behaves erratically, sometimes it moves when it should and sometimes not, the strange thing is that the variable values are correct in all the EA works correctly except for the behavior of Breakeven and TrailStop that is erratic. Sometimes it works, sometimes it doesn't

      c987e1ac-52f6-474d-a3d5-527512b446d9-image.png
      Things I have done:

      1- Implemented the variables in MT4
      2- Chart tick by tick with quality data
      3- Connect the trail stop and breakeven blocks to eleven per trade
      4- I used price fraction and pips in the configuration
      5- For each operation I store the variable for later use in Break Even and Trail Stop and it updates correctly to the values in the image I have shown initially. So the data stored in the variable is correct and is maintained.
      6- After eleven per trade I tried with eleven per tick, this one is higher level and is not connected to any other block.

      If someone can "shed light" to understand what the problem could be it would be of great help, I have come this far and it is the only point that fails in this implementation. I don't understand why if the values are correct it doesn't behave as expected. Regardless of what approach you propose I will implement it to get the Breakeven and Trail Stop to working. Thank you very much

      posted in General Discussions
      T
      traderline
    • RE: Check conditions on multiple symbols

      @l-andorrĂ  said in Check conditions on multiple symbols:

      string

      That's right, I have configured it as you mentioned

      0_1600792446282_img.JPG

      0_1600792451878_img2.JPG

      I have tried it in demo, and it does not work correctly, it opens a trade and the condition is not met in all pairs. Do you know what the problem can be?

      posted in Questions & Answers
      T
      traderline
    • Check conditions on multiple symbols

      Hello everyone, I would like to review a condition in multiple symbols to enter the market, I have tested the ea in backtesting and I am not sure that it works correctly.

      Could you check the example to see if it is correct and should be configured as such, or are there other options?

      I leave an example link of what I have configured in the ea, it is only an example:

      https://fxdreema.com/shared/dyrU3Lwfe

      I'm also not sure it works in backtesting.

      Any recommendation in this regard will be of great help.

      Thank you all!

      posted in Questions & Answers
      T
      traderline
    • Take profit stop loss ratio

      Hello everyone, I would like to establish a parameter, so that it does not open pending operations in case the relationship stop losse, take profit is less than 1/1. Can you think of the best way to do it?

      The problem that arises is that I understand that before the pending operation is placed, you cannot measure the relationship between stop and take profit, so I understand that you must first place the pending operation, and then review the parameters in relation to tp , sl.

      What would be the optimal way to parameterize the minimum 1/1 ratio to allow it to open pending operations, or eliminate these?

      Thanks in advance!

      posted in Questions & Answers
      T
      traderline
    • RE: False Cross Signal

      @l-andorrĂ  Thanks, we have been testing it and it works perfectly, it is not an optimal solution, but it works as it should. The truth is that fxdreema offers so many possibilities that you always find a way to get what you want. Big fxdreema. đŸ™‚

      posted in Questions & Answers
      T
      traderline
    • RE: False Cross Signal

      @l-andorrĂ  Yes, I am working with candle 1, all the parameters are correct, although I have already managed to solve it, the problem is that it does not correctly detect the crossing of the candles with the Tenkan Sen. What I have done is draw a horizontal line, that accompanies the Tenkan Sen, and it works perfectly. Detects crossings correctly. Although we are still testing it, in backtesting it works, when with the crossing of the Tenkan Sen, it did not. Thanks for answering!!

      posted in Questions & Answers
      T
      traderline