fxDreema

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

    Posts made by Leandro Allmer

    • RE: appearing several times the same indicator

      I deleted this indicator line of code. http://prnt.sc/c7w3ph . It works usually just does not appear.

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: appearing several times the same indicator

      solved the problem. I turned off the command line in the codes of indicator for not showing up.

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: appearing several times the same indicator

      Yes, see when I add another indicator. http://prnt.sc/c6mote

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: appearing several times the same indicator

      Please someone help me? Every time I mention a indicator in a block he repeated viewing. http://prnt.sc/c50lte

      Have any way to hide or leave invisible?

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: Please help to close positions after reaching profit / loss

      I found out because some blocks are not working properly. You have an error in reading the closed positions. So the block "check profit (period of time)" is not closing the positions properly.

      https://picasaweb.google.com/108561293887245046669/6304030654714999425#6304030653042176914

      http://prnt.sc/bpc1vf

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: Please help to close positions after reaching profit / loss

      I found out because some blocks are not working properly. You have an error in reading the closed positions. So the block "check profit (period of time)" is not closing the positions properly.

      https://picasaweb.google.com/108561293887245046669/6304030654714999425#6304030653042176914

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: Please help to close positions after reaching profit / loss

      __What symbol are you working on? I can see in one of your projects that you have lot sizes like 1. This is huge lot size for symbols like EURUSD. The result I got is that my positions are closed after less than 1 minute.

      For those "Draw..." blocks, note that you have set them in a way to make brand new object every time they run. As a result, tousands of objects are created and the backtest runs so slow. Look at the first two options in these blocks. Try with No - Yes instead of No - No.[/quote:3d6mdfr4]

      Wow, I changed the option to "NO - YES" according to their orientation and "backtest" became much faster. Thank you.

      Too bad today win my license and could not address the issue of closing position profit / loss. Just missed it to finish my EA.

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: Please help to close positions after reaching profit / loss

      Use in the Brazilian futures market (WINFUT), the minimum lot here is 1. I see in relation to the "Draw". Thank you.

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: Please help to close positions after reaching profit / loss

      Thanks a lot for the help. Your example works perfectly when road here, but when I do exactly the same in my robot does not work. I do not know what can be. He closes before.
      https://fxdreema.com/builder/

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: Please help to close positions after reaching profit / loss

      If there is any indicator that shows the profit / loss of the day, you could use it to close the trades.

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: Please help to close positions after reaching profit / loss

      __You want the profit made by few history trades + the current unrealized profit? I think that "Check profit (period of time)" can help with this.

      Or if you want to get the actual value, then Buckets. Unfortunately there is no Bucket block for both - closed positions and the current position, so there are two separate values. Try this - https://fxdreema.com/shared/Pra5mTsZ[/quote:2wumjvw9]

      the block "Check profit (period of time)" is only considering the open positions, it is not adding to the closed position. In the example showed me https://fxdreema.com/shared/Pra5mTsZ[/quote] can not use these values to close positions

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: Please help to close positions after reaching profit / loss

      I've tried all possible combinations and could not. I have used formulas, condition and any works. It only remains that to complete the EA. The condition needs to add the profit / loss of the closed and open positions and gather into a single value to compare with the input constant and close the position if it meets.

      I noticed in the forum that this is a question many users. So someone could help showing us an example. Thank you

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: stop-loss with double the current position

      __I will add option in this block to also work with the current trades[/quote:2upew5tq]

      thank you!

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: stop-loss with double the current position

      But as I do to get the sum of the closed and open positions? I need you to shut down the EA when the total balance of the day (closed and open positions) reaches a certain amount.

      I realized that this issue has been discussed several times in the forum, but I've tried everything and could not. Lack just that to complete the EA.

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: stop-loss with double the current position

      I'm using the block "check profit (period of time)" but is not working.
      https://fxdreema.com/builder/

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: stop-loss with double the current position

      Thank you for your attention but I got a configuration that is working perfectly, even got an alternative way to use "breakeven". Now I am facing difficulty in closing the position when it reaches a certain value on the day (gain of the day). Before was running normal, now he only considers the current position.

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: stop-loss with double the current position

      can anyone help me? I need to make a loop with stop-loss at twice the current position but do not want to use "pending order". Even managed to do but when triggers the "break even" it loses the loop and unset. I want a loop reversing position when reaching the "stop-loss". For example if I am purchased with 1 lot, to achieve the "stop-loss" sells 2 lots, it closes the buy position and opens a position to "sell" at the same time.

      PS: Sorry my English, I am Brazilian and I am using google translator

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: Heavy EA in backtesting

      I created an EA that is apparently working right, but when running backtesting in "every tick" it is too heavy and takes a long time. Am I perhaps put the blocks in the wrong place? What is the tabs (on init, on timer, on tick, on trade, onchart, on deinit)? I put all the blocks on the "on tick". Does this not let the EA too heavy? thank you.

      posted in Questions & Answers
      L
      Leandro Allmer
    • RE: Heavy EA in backtesting

      I created an EA that is apparently working right, but when running backtesting in "every tick" it is too heavy and takes a long time. Am I perhaps put the blocks in the wrong place? What is the tabs (on init, on timer, on tick, on trade, onchart, on deinit)? I put all the blocks on the "on tick". Does this not let the EA too heavy? thank you.

      posted in Bug Reports
      L
      Leandro Allmer
    • 1 / 1