fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Pinoa
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Best 0
    • Controversial 0
    • Groups 0

    Pinoa

    @Pinoa

    0
    Reputation
    107
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Pinoa Unfollow Follow

    Latest posts made by Pinoa

    • RE: SIMPLE CROSS CONDITION NOT EXECUTED

      @jstap mmmh... thanks! I'll give it a try. You are talking about something like this: https://fxdreema.com/shared/fBccUkcA

      I assumed that onceparbar with "Max time to pass" set to 1 meant that all blocks below could pass only once but I saw that in some instances it passes two times. Do you think this is because of milliseconds and so it's solved filtering the time in a variable?

      posted in Questions & Answers
      P
      Pinoa
    • RE: SIMPLE CROSS CONDITION NOT EXECUTED

      @jstap Yeah, exactly like that, "a jump". It was a luck I was on demo because not seeing a simple cross condition could be a huge problem. I was wondering if I can "solve" it in some way maybe creating a zone of 5 points like:

      condition (ask >= price x) and after condition (ask <= price x+5)

      but if the onceparbar block does not work properly it will probably open 2 positions...
      Also using "condition ask[1] crosses above ma [1]" is viable but it will make the ea twice his weight and of course if it closed a position just the candle before probably the setup Is already done and so opening another one could not be the case.

      posted in Questions & Answers
      P
      Pinoa
    • SIMPLE CROSS CONDITION NOT EXECUTED

      Hi folks,
      during my testing I've seen that sometimes an ea with a cross condition does not enter.
      Imagine a simple ea on M1 like:

      no trade->
      condition block (ask price crosses above sma 20)->
      once per bar->
      buy now.

      99% the Ea sees the tick where price crosses the ma but in 1% of case, if there is a peak in volatility, even if the price crosses the moving average the trade is not executed. Maybe because the Ea does not see the cross (maybe because there is not the singular tick where the condition is valid).
      Have you ever faced and solved that situation? And how?
      Thanks in advance!

      posted in Questions & Answers
      P
      Pinoa
    • RE: Display on chart the real profit/loss (including swaps and commisions)

      Thank you @l-andorrĂ !
      I tried that way one more time but it does not work.
      I trade manually and I have others EAs running, so I think the group mode of the "for each trade" block should be "All...", so that the sum can include the global profit/loss...
      Here is the project: https://fxdreema.com/shared/y9N2Et09d

      posted in Questions & Answers
      P
      Pinoa
    • RE: Display on chart the real profit/loss (including swaps and commisions)

      Hello @ontradingx , thanks for the hints!
      Unfortunately a "For each Trade" block linked on top of "Modify variables" does not work and neither the "Bucket of trades". With both of them the comment does not appear on chart. I tried this other way, but I can't trust the result as the net profit, it's not that.
      @l-andorrĂ  have you ever faced this subject? đŸ™‚

      0_1638476482200_Profitonchrat.png

      posted in Questions & Answers
      P
      Pinoa
    • Display on chart the real profit/loss (including swaps and commisions)

      Hi guys,
      I have a little problem with a comment on chart. I would like to display the "real" global profit on each tick in money. If I set in the variable "profit (equity - balance)" I get the gross number: of course, swaps and commisions are not included. I'd like to have the "net" value.
      Instead if I set it as the image below it seems that the number is not correct.
      Do you have some advice to make it using the "modify variable" block? Or I have to change that block and create a formula to extract the net profit/loss including commissions and swaps?

      Thanks in advance!

      0_1638442635851_Profitonchrat.png

      posted in Questions & Answers
      P
      Pinoa
    • RE: Trendline rebound sell/buy EA

      @l-andorrĂ  thank you so much! I'll try it as soon as possibile. So you think the problem was in finding the object, not in the formulas, conditions or whatever...

      posted in Questions & Answers
      P
      Pinoa
    • RE: Trendline rebound sell/buy EA

      @l-andorrĂ  Hi! Thanks for the answer! Yeah, they are plotted manually and nominated accordingly to the input made in the ea. But only the buys works.

      posted in Questions & Answers
      P
      Pinoa
    • RE: Trendline rebound sell/buy EA

      Sorry, here's the correct link https://fxdreema.com/shared/YIfZuoc8

      posted in Questions & Answers
      P
      Pinoa
    • RE: Trendline rebound sell/buy EA

      https://fxdreema.comshared/YIfZuoc8

      posted in Questions & Answers
      P
      Pinoa