fxDreema

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

    Posts made by FXFun

    • RE: SCALING IN ON A PROFITABLE POSITION

      Add a grid. Choose the distance to each grid to be 30 pips. Every time price passes the next 30 pip grid it buys again.

      posted in Tutorials by Users
      FXFun
      FXFun
    • RE: Hello friends, how can I make my EA have a license that allows the EA to only work on a default broker and thus cannot work on any other broker?

      OnInit

      Block: Modify Variable

      Account - Name:Broker (Store as Variable: BrokerName, store your broker in Input setting of the EA)

      Block: Condition

      Account - Name:Broker = BrokerName (Your variable storing your sepcific Broker) = True

      Block: Terminate

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: Simple Multicurrency EA | MT5 Optimization | 512 Runtime Error

      Same problem here.

      You have been waiting FOUR YEARS for the answer. Hmm!?
      Is the site owner alive perhaps?

      Please help us.

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: How to get "trade statistic" (Abslotue/Relative/ Max Drawdown) --> MT5

      Many MT4 Trade statistics, when EA's converted to MT5, will work.

      Another way is to create some custom MQL5 code block.

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: Check Market Close

      Weekend Close Check

      Use block: Weekday filter

      Reject working days

      Allow Saturday + Sunday

      When true = Weekend = Market closed

      0_1652266347259_4ef60b31-4389-4999-b826-2025351d4611-image.png

      posted in Questions & Answers
      FXFun
      FXFun
    • No download option, even if paid (Handled)

      Noticed that free can't download anymore. A pity.

      Anyways, I paid for monthly today, but still can't download.

      It says I have 31 days. What seems to be the problem?


      Several hours, download buttons appeared. HANDLED!


      Now, on reload page, I briefly noticed a link that disappears quickly:

      Get fxDreema: Download Files to automatically download files!

      What is that?

      posted in Bug Reports
      FXFun
      FXFun
    • RE: Adding text to a variable

      Create a Constant (input), named like Multiplier.

      In Adjust field enter: Multiplier*

      You can now use Multiplier in your backtest, to find the right setting for your strategy.

      πŸ™‚

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: BUG: Block Apply Template, applies template and then erases the EA itself

      Mr FXDreema!

      Please respond asap.

      Let me know how it's going with the Bug-fixing.

      I am appreciating an urgent reply and handling.

      posted in Bug Reports
      FXFun
      FXFun
    • RE: BUG: Block Apply Template, applies template and then erases the EA itself

      @l-andorrΓ  No need to share (to big project anyways). You can replicate the bug easily.

      Just add Apply Template block on onInit, and you will see your EA removed from the chart.

      Ok, here is a simple sample project for you to save your time...

      https://fxdreema.com/shared/m2x1C1dRd

      posted in Bug Reports
      FXFun
      FXFun
    • BUG: Block Apply Template, applies template and then erases the EA itself

      I have added the Apply Template block on onInit (for MT4).

      It does load the correct template.

      The EA name flashes by in the right upper corner for a part of a second and is then removed.

      I have a function that sends a report to my phone, it's executed, so it's a proof that the EA runs.

      But, then unexpectedly the EA immediately removes itself. It now seem to act like a Script, haha.

      I don't have any remove EA block.

      What seem to be wrong? A bug?


      ALSO A BUG REPORT ON THIS FORUM!

      This post was not possible using Brave (a popular Chrome Browser).

      The preview to the right was not visible and after posting an icon would continue circulating forever.

      I'm now testing Firefox again, let's see if it works... (at least the preview is visible here)

      posted in Bug Reports
      FXFun
      FXFun
    • RE: will the fxDreema be further developed?

      @roar Perhaps you are not reusing much code.

      I create custom functions which could have MANY blocks. Trading logics, Money Management rutines, reports etc.

      It becomes quite a lot, incl MANY constants and variables. And they are NOT copied automatically unfortunatelly.

      I have tried to copy blocks around. My experience is that many times it mysteriously doesn't work, even thought everything seems the same.

      The idea of recreating something that was already created makes you give up in the end.

      Also the building space get's all cluttered and hard to grasp in hugh projects. While all functions could be neetly packaged within Super Custom Blocks.

      Uploading/importing of copies of EAs also didn't sometimes show the same version with blocks missing.

      There are blocks with many faults, like extending a line to the LEFT, extends it to the RIGHT aso.

      MT5 also works poorly.

      Many useful MQL functions aren't even implemented yet in FXDreema. It's like getting a handicap version of MQL4.

      How about the ability to Drag-n-Drop around the info lines in COMMENTS to re-order the output lines, just the same as you can do with Constants & Variables? Instead if I want to reorder it I have to delete all my job and renter it in a different order. Then later I want data inbetween, and then I need to delete all again, like if I want some data at the top.

      There is a lot that needs to be fixed. And there seems to be no developent. Why?

      What's the status now and for the future of FXDreema? It would feel honest to at least get a response and some true info of goals, intentions etc.

      In the end, anything that doesn't progress will die away, while somebody else takes developent to the next level in a new service.

      Best way to describe FXDreema status today is it's Coitus Interruptus, in a most anticlimactic way. You get something good but you can just not reach the ultimate climax.

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: will the fxDreema be further developed?

      @roar Are you guessing or have information that it's so?

      I love the basic idea of FXDreema and how we use it.

      I also absolutely loved Windows 95 as well - in 1995. But Win 7 became much better, further down the line. It sure would have been a pitty if we still used Win 95 today, would you not agree?

      FXDreema is good in its core idea, but its certainly not perfect.

      I and many others are constantly hitting the ceiling in our projects. We build and build and need that next level to go to, but we just hit the ceiling all the time.

      There is room both to fix many small but basic details, as well to introduce things that would take the platform to the NEXT LEVEL.

      One of these features would be the easy creation of Custom Blocks, by simply marking a bunch of other blocks and create a new custom block, instead using the Studio, which is way to hard to use.

      The code for the blocks is already being created automatically. Now it only needs to be able to be SAVED. Not much more needed than saving that piece of custom Super Block + code for use in other projects, together with the automatic creation of all of its Constants and Variables.

      Now, we need to recreate everything for every new project, instead of easily reuse our already created Custom Super Blocks.

      I could come up with at least 10 good development improvements that would greatly improve the experience. Some would probably be relatively easy to implement.

      But first I need to know if there is any intention of further developing the platform at all, so I don't waste my time writing it all down.

      Also, we need to consider programming the next level on our own, if nothing more is going to happen here.

      Again, I take notice that there are no answers to clarify the situation or signs of life from the developer on this topic, for 10 months, which also is worring.

      We need an answer asap. What's going on?

      Is FXDreema a dead end project or is the a new bright future awaiting us?

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: will the fxDreema be further developed?

      Is Mr FXDreema alive? Please answer.

      • No developments for exactly 2 years.

      • No answer to this question, that many ask themselves for at least 10 months.

      Seems like a simple question. Can be answered by Yes or No.

      Can we expect further developements of FXDreema or not?

      Is there any point of suggesting good ideas for further developement or not?

      Last update ref: https://fxdreema.com/forum/topic/6041/july-2018

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: Mr fxDreema - Trade Comment is missing for Close Position & Trailing Stop Blocks etc

      MrFxdreema!

      We expect you are still alive. Could you please answer.

      Are you developing FXDreema or that is over?

      We see that you have no updates since July 2018. That's exactly 2 years ago now.

      Is FXDreema an abandoned project or can we expect further developments?

      What are your plans for the future for FXDreema?

      Ref: https://fxdreema.com/forum/topic/6041/july-2018

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: Mr fxDreema - Trade Comment is missing for Close Position & Trailing Stop Blocks etc

      Thanks.

      I wonder if Mr fxDreema read it and support it as well?

      posted in Questions & Answers
      FXFun
      FXFun
    • Mr fxDreema - Trade Comment is missing for Close Position & Trailing Stop Blocks etc

      The Buy and Sell blocks has a Comment for the trade section, which is good.

      However, there can be many reasons for closing the trade and it would be most helpful to be able to Comment the reason or to know what block closed the trade?

      BUT there is no Comment section in these other blocks, like...

      Trailing Close

      Close positions (and all other Close Blocks)

      Can mr fxDreema please add those Comment lines in the other Close Blocks as well? Seems to me there should have been there for the same reason the Buy and Sell blocks already have them there.

      It would be most helpful to analyse the trades and understand which block closed or for what reason the trade was exited.

      Thanks in advance. πŸ™‚

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: Trade is disabled (133) error with binary options EA's that used to work fine in the past...

      I just got error: Trade is disabled (133)

      No trades are taken at all.

      The EA works perfectly on 4 other accounts accross 2 different brokers.

      I asked my friend to check with the broker if there is any problem with them.

      Sure enough, his KYC docs were first approved and money deposited to the MT4 account.

      But, then the broker thought they needed cleaner photos or something so his account was dissabled, while waiting for new docs and new approval.

      So I am happy that it wasn't a problem with the EA, as it shouldn't be, having worked fine else where.

      I am waiting for his docs to be approved and everything is going to be fine.

      THE ERROR SEEMS TO BE A BROKER IMPOSED LIMITATION.

      Perhaps for other reasons as well, besides what was mentioned above.

      BTW, this EA of mine that my friends asked me to run on their accounts, made me 500% in 9 days.

      Deposited $500 and 9 days later had over 2500.

      Withdrew 1500 and left 1000 on the account. (300% safe in my pocket)

      The 1000 grew again to 1700 in 2 days. (today), Exciting.

      Basically, it doubles the account every 4th day, with risky settings.
      Or doubles every month or two with very safe settings. (7.5% Drawdown).

      This is wild. Thanks to FXDreema for making it easy to program my algorithms! πŸ™‚

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: Pending orders near orders

      "No pending order nearby" not working purposefully!?

      I need to check that I don't have current Pending Orders placed nearby, so that there is not so many Pending Orders around a price level.

      This doesn't seem to be possible to achieve with the Block: "No pending order nearby"
      since it still places a lot of Pending orders nearby or on top of eachother, even though I chose 100 pips around.

      What this block perhaps is controling is that "No Pending Orders" are placed near other "Market orders", but that is not my concern or interest.

      My goal: I wish that "No Pending Orders" are placed near other "Pending Orders".

      I thought the block was about that, but it doesn't seems so, so does anybody know what is the right way do achieve my goal?

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: Help wanted, please!

      @isp00rt Hi
      FIRST of all, you say you want to Close all trades, after you accumulated a certain amount of Pips from all open trades. Right?

      IF SO, your condition to close trades, is something TOTALLY DIFFERENT from what you say you want. Your condition to close is a MA Cross!?

      Also, you NULL the variables at the MA cross as well, which could happen at any time, when you don't want that.

      I don't think you need to null the variables, cause if there are non open trades, MQL should calculate that your variable for Open Pips is 0.

      Your condition to Close should probably be something like: CurrentTotalOpenPips >= MyTargetPips

      SECOND, you have 2 loops + 2 modify blocks that are identical. I would delete one of loops (to simplify & make the EA faster), and add the 2 formula blocks last in the one loop.

      I don't understand all your variables that aren't defined, but the formula you use could also be wrong.

      I believe if you start correcting the above first, you should be much closer to the solution you want, or even solve it totally I guess. You need to start there anyway I believe. Let's know how you progress.

      Have Fun! πŸ™‚

      posted in Questions & Answers
      FXFun
      FXFun
    • RE: Last candle

      @jessegwapo22

      Hi, Your explanation isn't so specific, so there could be many interpretations of what you want to achieve exactly.

      But i think if you get a few Starter ideas, you will be able to get started and modify it to your liking, so here we go with 2 examples...

      0_1507648712455_FXDreema_Candle_Control.png

      1st example shows you that you can filter the right time & Bear or Bull bar for you.

      If true BUY. If false SELL

      2nd example shows you that you can check bars with a condition block.

      Under Parameters there are many options to take total control over how the bar should look like.

      Hope this gets you started anyway. Good luck & have fun! πŸ™‚

      posted in Questions & Answers
      FXFun
      FXFun
    • 1
    • 2
    • 1 / 2