fxDreema

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

    Posts made by umbrellamaker

    • RE: Save location for downloaded files

      You got to make sure exporting the execution file and not the mq5 source file.

      posted in Bug Reports
      umbrellamaker
      umbrellamaker
    • RE: Deleting all my objects rather than just 2

      Either you restrict the signals by the time filter or by more restricting condition blocks.

      posted in Questions & Answers
      umbrellamaker
      umbrellamaker
    • RE: Deleting all my objects rather than just 2

      @maxsydney okay mate. I need more information. It definitely has to do with the signals send to the DELETE block. Put the time filter at the very top in this case.

      On which time chart are you operating? That does have an influence on the time filter you should use.

      posted in Questions & Answers
      umbrellamaker
      umbrellamaker
    • RE: Deleting all my objects rather than just 2

      Hey mate,

      try to add a time filter so the signal of deleting just arrives once per 4hour for example.

      Cheers

      posted in Questions & Answers
      umbrellamaker
      umbrellamaker
    • RE: Pre-Run EA in Live Market/ Start EA from past to also consider older price levels in Live Trading

      @seb-0
      I got this kind of loop, that storages price levels. Quite a big thingy to create.

      I recognized I need max. 10 variables on the long site and 10 on the short site.

      BUT I do not know how to make the EA start like 10 years into the past and check the price until 31.12.2020 to get all the price levels, which might be still valid, you know?

      posted in General Discussions
      umbrellamaker
      umbrellamaker
    • RE: Pre-Run EA in Live Market/ Start EA from past to also consider older price levels in Live Trading

      @seb-0
      I'm not sure if I got right. Could you elaborate a bit more?

      Maybe I was unclear with my description of the problem. Don't know it, yet.

      posted in General Discussions
      umbrellamaker
      umbrellamaker
    • Pre-Run EA in Live Market/ Start EA from past to also consider older price levels in Live Trading

      Hello guys,

      My EA stores those price levels in variables as soon as it detects them. Is it somehow possible to pre-run the EA (e.g. on the ON INIT tab) to get all the price levels stored in variables before the EA actually runs? I need those detetcted price levels, which of course got detected while backtesting 15 years of data, BUT they are missing if I would just start the EA in live markets.

      I want the EA to start in the past just as I would have started it in the backtester and continue to let the EA run in the present.

      Sometimes a price level will be traded months later after its creation due to price moving far away.

      That is quite a hot topic and probably very well in demand for most demand & supply traders.

      Appreciate your ideas!

      @fxDreema/ @l-andorrà: Might be a limitation within FxDreema and rather something for a coder to implement that feature?

      Cheers and thanks for the opportunity to use that marvelous software!

      posted in General Discussions
      umbrellamaker
      umbrellamaker
    • Working with "Pending Orders", their deletion and trailing of their Stop Loss when triggered in

      Hey peeps,

      I got an actually full working EA and wanted to replace instant execution with pending orders.

      The situation:

      As you can see in the screenshot the pending order (Ticket 4; red circle) got cancelled.

      Another valid pending order was created (Ticket 5; purple circle) and got triggered (Ticket 4; also purple circle).

      As soon as the trade reaches 50% of its stop loss size, its stop loss gets trailed with the 1h50EMA.

      That is perfectly working, BUT ...

      The issue:

      ... as soon as the EA needs to delete a pending order or a pending order expires, the EA is not trailing the SL at all.

      I assume it has something to do with the ticket number, because when the position gets triggered (Ticket 4; purple circle)
      it got the Ticket 4 - the same number of the canceled pending order.

      I think the EA only checks the SL of the same ticket, which is - as in this situation - already closed and nothing to trail is left.

      I can I make the EA check the targeted position? In this case I cannot implement any Block, which deletes or expires the pending order.

      I appreciate any guess, tip, help and support!

      Thanks guys for your help!

      0_1613393920099_b4e0f363-ce41-43f9-803d-62da49a817b3-image.png

      posted in Questions & Answers pending order trailing ticket stop loss ea testing
      umbrellamaker
      umbrellamaker
    • RE: Pending Order does not trigger Trade/ Position

      PUSH:
      I made it work by just rebuilding everything and tweaking minor parts. Trades are now taken, but sometimes not as in this specific case although price hit the targeted price level (check screenshot).

      Any idea why is that? I'm letting the EA run on 1 Minute OHLC. Maybe because of that the trigger is not pulled?

      0_1613334129968_f29e858d-01c1-4223-8641-3de7d438a2ec-image.png

      posted in Questions & Answers
      umbrellamaker
      umbrellamaker
    • RE: Pending Order does not trigger Trade/ Position

      nothing is working and the pending order never opens a trade...

      posted in Questions & Answers
      umbrellamaker
      umbrellamaker
    • RE: Pending Order does not trigger Trade/ Position

      Yea but what might it be? I checked every part, which somehow affects pending orders or opening orders.

      posted in Questions & Answers
      umbrellamaker
      umbrellamaker
    • RE: Pending Order does not trigger Trade/ Position

      @l-andorrà need that for another part of the EA

      posted in Questions & Answers
      umbrellamaker
      umbrellamaker
    • RE: Project reseted/ deleted/ destroyed [SOLVED by history]

      @l-andorrà Not sure. Lucky me used the history to reverse what ever have happened.

      posted in Bug Reports
      umbrellamaker
      umbrellamaker
    • RE: Pending Order does not trigger Trade/ Position

      PROJECT LINK:

      https://fxdreema.com/builder/shared/geYn9IxKb

      I know the lot size is too big due to missing SL. I adjusted that. Current lot size is at 0.3 and looks reasonable. Still no trade is triggered.

      posted in Questions & Answers
      umbrellamaker
      umbrellamaker
    • Pending Order does not trigger Trade/ Position

      Hey people,

      I'm trying to get a Pending Order Block to properly work. The EA is putting in the Pending Order, but the EA does not enter the Position, although price is hit.

      The targeted price is hit (check down below: Entry price is hit -> green background), but no position is entered.

      You see the blocks I`m using in the upper are of the screenshot.

      Why is the EA not entering the position?

      I seek for the help of the community! Thanks in advance!

      PROJECT LINK:
      https://fxdreema.com/builder/shared/geYn9IxKb

      DETAILS:
      The pending order is triggered as soon as a 1h candle closes above the EMA and a following candle reverses 5Pips above the EMA.

      0_1613291962497_8498826f-55f7-4bdf-996a-bbb76e3a1385-image.png

      posted in Questions & Answers pending order trade position entry level ea testing
      umbrellamaker
      umbrellamaker
    • Project reseted/ deleted/ destroyed [SOLVED by history]

      Hey people,

      do you have any idea what happended here?
      All the variables/ constants are deleted and the blocks are looking weird.

      0_1613221839574_7b601531-037d-4dea-808c-95b644939e7a-image.png

      posted in Bug Reports bug deleted destroyed issue problem
      umbrellamaker
      umbrellamaker
    • RE: Bug/ Lagging - No connection anymore

      Solved it. A blank space was in the name of a block what created that error.

      posted in Bug Reports
      umbrellamaker
      umbrellamaker
    • Bug/ Lagging - No connection anymore

      Every time I want to connect blocks it isn't possible. The dot occurs and stays on the screen. I cannot continue with the EA. Any ideas?

      Nerve wrecking...

      0_1612088537137_4eea582d-4e9e-4207-91a9-773f5757d987-image.png

      posted in Bug Reports lagging bug not working problem
      umbrellamaker
      umbrellamaker
    • RE: Timeframe as variable/ Timeframe as input

      Gold. Thanks @roar !!

      posted in Questions & Answers
      umbrellamaker
      umbrellamaker
    • Timeframe as variable/ Timeframe as input

      Hey peeps,

      is it possible to have the timeframe as an input aka variable in a condition block?

      I tried several things as using "enum_timeframes" where normally "double" or "string" stays.

      It would be great for being able to change several timeframes in several blocks with just one click.

      Appreciate your suggestions!

      posted in Questions & Answers
      umbrellamaker
      umbrellamaker
    • 1
    • 2
    • 3
    • 1 / 3