fxDreema

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

    Posts made by FenixTrading

    • Limit orders grid

      [Solved]

      posted in Questions & Answers
      F
      FenixTrading
    • RE: How to sum trades size?

      @jstap @l-andorrà thanks for your answers these block are useful i never used it.

      Basically what i'm trying to achieve is to sum the size of winning trades and the size of the losing ones and store these numbers into 2 variables.

      I don't need the full hystory, just the trades after the EA initializzation.

      posted in Questions & Answers
      F
      FenixTrading
    • How to sum trades size?

      Hi everyone,
      it's possible su sum the closed trades volume?

      For example, create a formula that does the following.

      Trade1 Closed size = 0.1
      Trade2 Closed size = 0.2
      Trade3 Closed size = 0.5

      and so on and have a result in a variable?

      Thanks in Advance

      posted in Questions & Answers
      F
      FenixTrading
    • RE: ATR to PIPS new Formula

      @jstap of course, this is just because you put "+" instead ":", so the ATR value still the same
      0_1625952640302_4e75cadd-8428-4723-b25f-704e21c6d713-image.png

      posted in Tutorials by Users
      F
      FenixTrading
    • RE: ATR to PIPS new Formula

      @jstap EURUSD, 0.00323 ATR value ----> 32.3 Pips

      posted in Tutorials by Users
      F
      FenixTrading
    • ATR to PIPS new Formula

      Hi everyone, thanks for supporting my first ATR to Pips Tutorial

      I red your feedback and i realized that the first formula is focused just on forex market and a bit complex.

      Here is an update with a newer and simpler way to achieve the same result. This formula can be applied to all markets automatically.

      1. Create a new double variable like "pip_value"
        0_1625906218096_4f591158-5a17-416c-b5da-cbca4858ed58-image.png

      2. Insert new Formula Block, copy these settings:
        0_1625906285003_2fc26d77-745f-4901-affc-f9d9a3e8f65a-image.png
        This time i used "Customized", so i picked up the EA builder Values, Sometimes this can work other could be better to use the "Original" setting. But in the next step we are going to verify if the formula works properly.

      3. You can verify if the settings are good with this simple Comment Block:
        0_1625906411452_b32751bc-c36e-44c7-a28f-aa3dea0db666-image.png
        In this way we can see how the ATR value will be converted in pips.
        If it is ok we can manipulate this variable in different ways, without complex calculations and multiple blocks.

      Results:
      Forex pair without JPY:
      0_1625906722032_08ae168a-f72a-4e63-9030-bbb6ebcac158-image.png

      JPY forex pair:
      0_1625906650013_1dec3023-bed4-4144-8a33-66cf5ae1e959-image.png

      Gold:
      0_1625906787829_57a50ef9-a75f-49c2-b56e-1bd7c1560d7d-image.png

      I hope this will be helpful for the community.
      Enjoy.

      posted in Tutorials by Users
      F
      FenixTrading
    • RE: BlockRequest - Day

      Oh my god! Thank you so much! i didn't recognized at all!

      posted in Questions & Answers
      F
      FenixTrading
    • BlockRequest - Day

      Hi @FXDREEMA, it's possible to Add a block that allows to trade, for example, from a certain day of the month?

      posted in Questions & Answers
      F
      FenixTrading
    • Day of the Month entry

      Hello everyone.
      I'm just trying to write a system that enter at certain day of the Month, let's say 28 and exit the at the 6th of the next one.
      I didn't find any good solution in FxDreema blocks, can you help me?

      posted in Questions & Answers
      F
      FenixTrading
    • Write the high price in .csv file

      In the last 2 days i'm trying to find a solution to this problem:

      For each day, detect when we hit the HIGH and write into the .csv in this format (HH:mm).

      posted in Questions & Answers
      F
      FenixTrading
    • RE: How to pick the highest value in "n" bars

      I will try! Thanks a lot mate!

      posted in Questions & Answers
      F
      FenixTrading
    • How to pick the highest value in "n" bars

      Hi everyone!
      There is a way to pick the highest o the lowest value in a range of candle?

      In my case i want to pick the highest price in the last 5 bars.

      posted in Questions & Answers
      F
      FenixTrading
    • RE: IF Demo Account Block doesen't regongnize account properly

      I don't thinks so.
      I use those blocks just to load buttons on chart.
      I will try if the block works alone later, but i dubt.
      Thanks a lot!

      posted in Bug Reports
      F
      FenixTrading
    • IF Demo Account Block doesen't regongnize account properly

      Hi guys, i'm using the Block IF Demo to limit the EA execution.

      0_1606683875256_9c68d5b6-f983-4590-abcb-744ec9924d12-image.png

      So the logic is simple, if the account is NOT DEMO, the EA will terminate.

      I'm running my EA in a DEMO account but it got Terminated anyway.
      0_1606684043820_20959c6a-afcc-4a04-a800-b30e125fc016-image.png

      What's the problem? I think this is a bug.

      posted in Bug Reports
      F
      FenixTrading
    • RE: Mark price level with mouse click

      @l-andorrà @ajmd97fx thanks for your answers.
      I found a good solution meanwhile:
      I plot/delete horizontal lines with hotkeys and used their vaules as stoploss/tp levels.
      I also used variables to save price levels and when buy/sell button is pressed i enter market with certain % depending of stop loss.

      Easy Risk managment and superfast stop loss settings.

      posted in Questions & Answers
      F
      FenixTrading
    • Mark price level with mouse click

      Hi everyone!
      I'm building a tool that allow trader to set position with perfect risk in very fast way.

      I want to set stop loss level with mouse button click. So i need to mark the price level when i click the mouse button and maybe save it in a variable.

      Do you have some good solution?

      posted in Questions & Answers
      F
      FenixTrading
    • RE: Miro1360, Please Help, Button informing the current profit. (Solved)

      @xyon126
      It could be interesting to know how you open and manage the trades on a certain pair.
      Let's say you manage your trades with loop event, this version should work on a single pair.

      https://fxdreema.com/shared/XDEgW6J2c

      posted in Questions & Answers
      F
      FenixTrading
    • RE: Miro1360, Please Help, Button informing the current profit. (Solved)

      @xyon126 I think it's possible, but you need different formula for the single pair. You just need to isolate a bucket of trades and calculate the netprofit.
      Also you should create a loop for trades in the specific pair you load the EA so you can calculate and show the net profit on the button.

      posted in Questions & Answers
      F
      FenixTrading
    • RE: Miro1360, Please Help, Button informing the current profit. (Solved)

      @xyon126 i have updated the EA
      https://fxdreema.com/shared/QIeBYiIQc

      Open the Button Block, check the DoubleToString funcion and change the last number. You can choose how much digit to show in the button.

      posted in Questions & Answers
      F
      FenixTrading
    • 1
    • 2
    • 3
    • 1 / 3