fxDreema

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

    FXFun

    @FXFun

    3
    Reputation
    1696
    Profile views
    36
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Website extrainvest.com Location Planet FX

    FXFun Unfollow Follow

    Best posts made by 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: DropDown list for inputs [advanced]

      @miro1360 THANX MIRO! EXACTLY what I've been trying to achieve & wanted to ask for. Good mind reading. Very useful tutorial! πŸ™‚

      posted in Tutorials by Users
      FXFun
      FXFun
    • RE: MT4>>MT5

      @fxDreema It would be interesting to hear why you so passionately hate MT5.

      I also used to do it, while it had all its limitations, like no hedging, one position only, few brokers had it, etc.

      But now that the limitations are taken away, I also see a lot of attractive features with MT5, like

      • Using all CPU cores for calculation and backtesting in 64-bit, can make it 500% faster.
      • Partial order filling
      • More Pending Order Types
      • Built-in Economic Calendar (Programmable triggers for news events, I suppose. If Yes = Great.)
      • Order Depth.
      • Backtesting multi-currencie EAs at the same time etc. Multi-threaded. Multi-currency. Real ticks.
      • Better reports.
      • More Timeframes (finally).
      • More markets, like stock exchanges.
      • Native SQL Export.
      • Distributed computing (multi server power) etc.

      I haven't done anything with MT5 yet, but it's looking more and more attractive. And soon, it seems we are all forced to do the shift anyway - for the better.

      I believe it would be very important for FXDreema to have a Converter or Export Function from MT4 to MT5, instead of having to remake every EA manually. Very needed. I imagine just added buttons to choose which version I want to download. [MQL4] [MQL5]

      https://www.metatrader5.com/en/trading-platform/comparison-mt5-mt4 (Users)

      https://www.metatrader5.com/en/brokers/comparison-mt5-mt4 (Brokers)

      Have FUN FX Trading! πŸ™‚

      posted in General Discussions
      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: 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

    Latest 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