fxDreema

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

    cesar_defez

    @cesar_defez

    0
    Reputation
    303
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    cesar_defez Unfollow Follow

    Latest posts made by cesar_defez

    • RE: IF - THEN - ELSE logic

      @jstap
      Hi, I think I have it fixed.
      I have looked around the web and found this.
      0_1630531903842_4bfefaae-c2c5-45c8-afee-a5e97103b350-image.png

      apparently the operator or, is written "||" (without "").

      the expression would be like this:
      0_1630532293484_cc6facf4-5f03-4b56-b8fe-94c9916a2fb6-image.png

      Bid cannot be used, it gave me an error, so I had to assign the Bid value to a variable (Bid_0).
      in this way when compiling it no longer gives me an error.
      Thank you @jstap

      posted in General Discussions
      C
      cesar_defez
    • RE: IF - THEN - ELSE logic

      @jstap
      Hello, you can not place an OR operator, and that it is together in the same box?

      posted in General Discussions
      C
      cesar_defez
    • IF - THEN - ELSE logic

      Hi there.
      I want to place in an if block, the following condition with low level code.
      if Bid> = X OR Bid <= Y
      where X and Y are variables
      if this condition is met, go to the next block
      can you correct my expression
      these are the errors it gives.
      Thank you
      0_1630338145203_a0839477-1267-4559-b93b-620ba3fd15cf-image.png

      posted in General Discussions
      C
      cesar_defez
    • RE: help- I do not update the lot (Bucket of Positions) well

      @l-andorrĂ 
      first of all thank you for your help.
      It does not work for me, as you can see in the screenshot that I have attached I have several sell lots, and the comment is not at 0.
      0_1628449504167_e08fee8c-15a9-4e83-a4d1-d0fd206affab-image.png

      apart from this I have a couple of doubts
      1- Why do you reset the variables buy_lote = 0 and sell_lote = 0 (box 4) continuously at each tick?

      2-what is the difference between For each Trade, and Bucket of Positions how i was trying to use.

      0_1628449798235_96a7fc4a-b671-48a5-be5e-472dc4f0106b-image.png

      would this not work?
      gracias

      posted in General Discussions
      C
      cesar_defez
    • Remove indicator repainting

      Hello, I'm starting to become familiar with fxdreema.
      The first thing I would like to do is an ea. To draw a channel.
      I have an indicator that already draws the channel, but although little, is repainting.
      The idea is to use this same indicator.
      Draw the channel with the values closed sail, avoiding repainting.
      Could you do with draw chanel ?, how would you configure this block?
      Thank you

      posted in General Discussions
      C
      cesar_defez