fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. josecortesllobat
    3. Posts
    J
    • Profile
    • Following 2
    • Followers 20
    • Topics 34
    • Posts 507
    • Best 41
    • Controversial 1
    • Groups 0

    Posts made by josecortesllobat

    • RE: TP issue

      What do you want to do when Profit is 5$?

      For example,

      profit (for each position or for all as a bucket?) >= 5$ -> Close/Open/Add?

      It would be better in order to help you if you share your project's logic or a screenshot?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: HOW OPEN BUY OR SELL MORE THAN ONE?

      Try to add a value in the "Pips to rise/fall" field.

      0_1546583937021_82af27f7-6177-4241-9a00-639d2582c35d-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Why first trades on demo account does not get the right values?

      Hello @miro1360

      It looks that is working corectly on demo account as well.

      0_1546583689824_24f15781-1df9-4c29-80c4-f5c778101f97-image.png

      Thanks!!!

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Why first trades on demo account does not get the right values?

      Hi @miro1360

      Thanks for your advice. I placed that "Comment" block as you suggested and it works fine on backtest.

      0_1546544596942_76bdf01b-3588-4b0a-b845-e8302d26faf4-image.png

      0_1546544506479_35b5a9d1-4807-4b1f-8f18-8ad0779a1bb7-image.png

      GOOD JOB!!!!

      I will check this out on demo account.

      :-()

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: which block ?

      https://fxdreema.com/tutorial/builder/things-not-to-do

      The best way to detect a candle close is when a new bar borns.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Why first trades on demo account does not get the right values?

      Hi @miro1360

      Thanks for helping.

      The EA opens a trade if the conditions are met at the beginning of a new bar ("Once Per Bar"). After the position is created, the value TP1_Pips and other position info is stored in variables

      0_1546530471194_62102ebf-cf02-4c2f-85f6-178cbc2b85c9-image.png

      Looking at what I have explained above, I have added a new branch that stores again the value for TP1_Pips if the position exists but for "every tick".

      0_1546531170261_9acfdd9f-4d4e-4909-b9a7-d2243ee9b1c3-image.png

      The problem I think is happening is that TP1_Pips value is not stored correctly for the first trade of the EA. Because if the "Comment" is showing

      TP1_Pips = 0.0 but the TP line has been placed correctly on the chart,

      0_1546531420797_cbe39bbf-309e-4cd0-81df-d55e4941ad9f-image.png

      it looks like that the value has not been stored correctly. This issue seems to be specific for the first trade because it does not happen for the next ones.

      posted in Questions & Answers
      J
      josecortesllobat
    • Why first trades on demo account does not get the right values?

      Hello

      This is something that I am seeing using my EAs on a demo account and happens backtesting as well.

      The problem is that some values are not updated correctly for the first trade that the EA opens. On backtesting is not a big problem but on the demo account it is.

      0_1546451978581_bb6d990f-c55f-4933-9cb1-69c2b3f0bf1a-image.png

      0_1546452361403_c8293e91-016b-46be-b50d-df5330c82814-image.png

      It might be a specific issue of my EAs but I am not sure.

      Has anybody seen this particular behavior?

      Thanks

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Wingdings aren't visible

      You can choose the arrow you want available at the wingdings menu just by typying the number of the element

      https://www.mql5.com/en/docs/constants/objectconstants/wingdings

      posted in Bug Reports
      J
      josecortesllobat
    • RE: Buy Limit and Sell Limit

      0_1546239473086_22319527-5f4d-4c8e-abab-3414338fb938-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Ask for tutorial

      I guess to start looking at

      https://fxdreema.com/tutorial

      https://fxdreema.com/examples

      Then, you can read the forum posts where you can find a lot of info. Start with the "Tutorials by Users" section.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Close Last Opened trade in a group, and so on.. HOW?

      0_1546083818839_b1233cfe-f878-45da-b09f-14562aa700fb-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: is it possible to get this info using fxdreema?

      You don't need to know too much coding. With fxDreema, most of what you need is easy to code.

      0_1546067382159_e0639e86-e7e1-4607-81ec-b0f7dd288fdd-image.png

      0_1546067417064_3b7b0a38-b6de-413e-83c4-c38d4656f1a3-image.png

      0_1546067457916_5d116340-42bb-4c76-8207-5cabfcf14ac8-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: is it possible to get this info using fxdreema?

      You can try it with a MQL5 function

      https://www.mql5.com/en/docs/constants/environment_state/marketinfoconstants#enum_symbol_swap_mode

      https://www.mql5.com/en/forum/37952

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: condizioni variabili in ottimizzazione

      https://fxdreema.com/tutorial/builder/constants-and-variables

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to see current profit?

      @hadees Nice!!!

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to see current profit?

      The NormalizeDouble function needs to be used with a variable that can be normalized. Like this

      Variable1 = LotsCount
      Variable1 = NormalizeDouble(Variable1,2)

      That syntax will normalize the variable "Variable1" with 2 decimals. Then you can show the value of "Variable1" in the "Comment" block.

      You can get a similar example from here

      https://fxdreema.com/forum/topic/6571/round-results

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to see current profit?

      You can use a "Custom MQL" block with the mql function NormalizeDouble to get the number of decimals you want to show in the variable at "Comment" block

      https://www.mql5.com/en/docs/convert/normalizedouble

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: how to make lot size like that

      0_1545395098138_69ec37ce-20d3-4258-87c0-3ce01f974fcd-image.png

      https://fxdreema.com/tutorial/builder/money-management

      0_1545395190276_96eb1322-a707-4e28-8837-0f3dd22fc7f6-image.png

      posted in General Discussions
      J
      josecortesllobat
    • RE: how to make lot size like that

      It looks like a "Martingale" strategy.

      posted in General Discussions
      J
      josecortesllobat
    • RE: Help Quincy

      0_1545307906440_0496d508-3080-4e19-b572-fa454524e29c-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 25
    • 26
    • 9 / 26