fxDreema

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

    Posts made by tcanuto

    • RE: Open position above or below the previous position.

      Taking this opportunity, since it is my question, how do I open a new position always up or always below the previous position?

      For example. I opened a position on EURUSD at 1.11160. I need to buy the next position is open above 1.11160. He opened a buy position at 1.11200. Now the next buy position can only be opened only above 1.11200.

      Vice versa to Sell.

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Stop ATR

      Ok. It has facilitated for me. Thank you!

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Stop ATR

      __Currently only in the comments, which are with an additional decimal place. ".0"
      This leverage also 400 instead of 1:400
      ...
      I need Leverage 1: 400
      And delete the additional decimal places in the ".0"[/quote:3kin5a4h]

      Solved. I noticed in the code that should change the Numeric to Text the Comment block.

      In line Leverage, sufficed only I add "1" +
      Look: ```
      case 5: if (Label5 != "") { textlbl = Label5; text = (string)("1:"+ic_account_AccountLeverage()); } break;

      Instead of:
      

      case 5: if (Label5 != "") { textlbl = Label5; text = (string)(ic_account_AccountLeverage()); } break;

      
      Now appears 1:400
      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Stop ATR

      __Why don't you learn english? 🙂 Things are going to be muuuuuuch easier for you when you learn english. You can see that now when you don't know it, our communication is weird. My native language is also not english and this also adds to the confusion :)[/quote:1hg4j0mp]

      True ... It's something interesting to think about. Already a while I think about doing, but at the moment I do not see a real need. It will be a hobby maybe, but it's a good idea. 🙂

      __So, there is no problem anymore? 😕[/quote:1hg4j0mp]

      Currently only in the comments, which are with an additional decimal place. ".0"
      This leverage also 400 instead of 1:400

      See the picture below
      Captura de tela de 2016-06-28 12-46-55.png

      I need Leverage 1: 400
      And delete the additional decimal places in the ".0"

      ......
      Captura de tela de 2016-06-28 12-46-55.png

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Stop ATR

      Yes ... the translator does not say exactly what I need, unfortunately.

      I need but the higher value of 3 results, which is the ATR calculation, but I found the solution that approached this through the blocks.

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Stop ATR

      Hello fxDreema.

      Eae ... how this health?

      When I return, and look what I did. Almost the same amount of MetaTrader ATR indicator.
      https://fxdreema.com/shared/AqyTc8lXc

      Yellow - MT5 Indicator
      Lime - fxDreema Formulas block

      Now, is not just the value of the MT5, but already suitable for use.

      The best and most practical way would hide the MT5 indicators in backtestes, but I could not, I made this way.

      I also hope to have helped other fellow users fxDreema.

      See you!

      Get well!

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Stop ATR

      Well ... works start. With that I know TR Now to calculate the ATR just need to add this formula:
      Current ATR = [(Before ATR x 13) + Current TR] / 14
      or
      ATR Shif0 = [(ATR Shift1 x 13) + TR Shift0] / 14

      The value 14 is the period I want to know.

      https://fxdreema.com/shared/H1q8G7ySc

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Stop ATR

      Hello fxDreema. All right?

      I stubborn again with the ATR. I want to do otherwise, without showing the indicator.

      I found 3 values of ATR, in this project. Now I need the most amount of 3 results is chosen.
      https://fxdreema.com/shared/MsxrHGxwe

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Locking problem in visual test

      Rsrsrs... 😆 😆 😆

      Truth! I also endeavor to do this, but I think that sometimes I forget (sometimes)! 😄

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Locking problem in visual test

      I found another wrong thing after add one Trace block to check SLs. I found that I had put the wrong variable in a formula of the blocks, but now this corrigdo. Thank you for reminding me of fxDreema Traces blocks! 🙂

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Locking problem in visual test

      Wow ... I one of the first? I'm glad for the recognition, even not knowing that I am one of the first. 😳 😄 😮 I signed up in 2013.

      So ... I discovered my mistake. My fault, how many times. But I was not seeing. I was not finding an accurate way to cancel pending orders that are no longer used. But the solution is in block "check type (last close)" to "pass once per trader" (yes) to close when negative in SL, they are canceled. When I was (no), was waging.

      Now ... it is a formula for the positions of buy and the other is for Sell positions. I can not put them down in parallel on a "Pass" block for example? It has thus worked for me (at least so far).

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Locking problem in visual test

      At where? Which block? You say in the blocks "Formula ATR"? Or in blocks "modify Stops"?
      I added the blocks here's another design problem.
      https://fxdreema.com/shared/seMns0EXb

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Locking problem in visual test

      I'm not talking about trace blocks (if that is it that is causing the problem and I do not know about).

      __It may help you with more information:
      This problem happened after I added the pending orders.

      I also had the following error appears in another project I did, related pending orders:
      (USDRUB,D1) 2014.07.17 08:00:01 Error: Invalid SL requested (34.6197 for Ask price 34.7704)...

      In another project that also makes catch the eye test.[/quote:zs1xj8ve]

      Project: https://fxdreema.com/shared/dNHXPKO4b

      It seems to me that it's all ok. I do not know where I am going wrong now.

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Locking problem in visual test

      Hello fxDreema. I'm having a little trouble catching the visual test of this project, but do not know what it is. Could you check for me please?

      https://fxdreema.com/shared/dNHXPKO4b

      It may help you with more information:
      This problem happened after I added the pending orders.

      I also had the following error appears in another project I did, related pending orders:
      (USDRUB,D1) 2014.07.17 08:00:01 Error: Invalid SL requested (34.6197 for Ask price 34.7704)...

      In another project that also makes catch the eye test.

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Delete objects after deleting Expert Advisor chart.

      Now it worked. Thank you.

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: How to use 2 volume modes

      Got it . I had an idea here. I have Ryan Jones table in spreadsheet and will be managing there. I'll manually adding the Volume Upper Limit . I know you have a solution , but I still do not know how to do this in code or block MQL5 .

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: How to use 2 volume modes

      Okay. I see as a breakthrough in risk management to use two or more forms of risk management, if necessary.

      But, I'm sorry, I do not know how to do this.

      Could you show me a sample project?

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Delete objects after deleting Expert Advisor chart.

      Hello fxDreema. Does not work. Look:
      [attachment=0:dvgqzhy7]https://fxdreema.com/shared/lf8VQ3h9

      ......
      Captura de tela de 2016-05-09 10-20-15.png

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: How to use 2 volume modes

      Okay. So how to get the value of this lot instead of opening an order? I would take this value and add in a variable.

      posted in Questions & Answers
      tcanuto
      tcanuto
    • RE: Delete objects after deleting Expert Advisor chart.

      Yes ... it works fine, except that were not deleted when I deleted the EA. It would be interesting if it had an option to delete all data when delete the graph EA.

      posted in Questions & Answers
      tcanuto
      tcanuto
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 32
    • 33
    • 11 / 33