fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Ipod
    3. Posts
    I
    • Profile
    • Following 2
    • Followers 2
    • Topics 18
    • Posts 121
    • Best 7
    • Controversial 0
    • Groups 0

    Posts made by Ipod

    • RE: modify stop loss in percent calculation?

      @l-andorrà @salek i actually have custom code for fxdreema to fix this problem, which requires running a script at the exported mql5 which then replaces the incorrect code within the ea. You then compile within mt5 directly.

      I made a post a long time ago about the correction using custom code but I could share what I use here if you wanted.

      Stop loss in percent, equity percent etc then work correctly on all forex pairs, index’s and also commodities like gold.

      posted in Questions & Answers
      I
      Ipod
    • RE: modify stop loss in percent calculation?

      @salek You mean you just simply want a working % lot calculation? If so there is a solution but it requires custom code.

      posted in Questions & Answers
      I
      Ipod
    • RE: Why Risk % of Equity or Balance is not working on MT5

      It does not work on gold or some pairs, gives incorrect lot size. There is a fix but it requires installing custom code.

      posted in Questions & Answers
      I
      Ipod
    • RE: MT5 Very simple news filter

      I downloaded the latest FXSSI and exported my FXSSI News EA and it still functions correctly. I am not sure what is going on but it must be user error. Sorry.

      610c8ecf-f75e-4fe3-b8b0-ba07f6315d52-image.png

      posted in Tutorials by Users
      I
      Ipod
    • RE: MT5 Very simple news filter

      I will check it's function and update it the EA when I can, you have to install and run the indicator on the chart as well though not just the EA news code.

      posted in Tutorials by Users
      I
      Ipod
    • RE: Urgent: Can’t access the builder page last 14 hours

      Use a VPN?

      posted in Bug Reports
      I
      Ipod
    • RE: How to have trade(s) Closed in a pre-specified percent(%) of balance

      @Taho_Trader I think the below method is simpler / easier.

      8dc82669-2ca5-4da4-a6d2-3c59cef3168f-image.png

      posted in Questions & Answers
      I
      Ipod
    • RE: Stop loss in my main problem really, Stop loss closs all trades

      You can use a grid with a stop loss, on the first trade put the stop loss price into a variable.

      Any new grids, use the variable stop loss price so every trade has the same stop.

      You can specify the stop loss is x5 of your take profit for example so only 5 trades will open or control it on pip distances or ADR values whatever you want.

      posted in Questions & Answers
      I
      Ipod
    • RE: My first MT5 optimization on fxDreema...and the fisrt issue!

      @Lacone how much ram usage is happening when testing in the task manager?

      CPU wise there should always be at least one or two cores not being used.

      Also ram should be max 98% during the tests, if the ram runs out or all cores are used it can cause problems.

      posted in Questions & Answers
      I
      Ipod
    • RE: My first MT5 optimization on fxDreema...and the fisrt issue!

      @l-andorrà how many blocks does your ea have?

      posted in Questions & Answers
      I
      Ipod
    • RE: How to Round to decimal places

      @l-andorrà Thanks

      =NormalizeDouble($,2) worked for me! Without having to change $ for the variable.

      posted in Questions & Answers
      I
      Ipod
    • RE: MT5 Very simple news filter

      @chrisbe Nice, thanks for sharing that's some nice code and a great addition.

      Personally I prefer minutes as the input, I think some minor changes to the over all options / configuration will make this an exceptional fxdreema news filter that was previously extremly difficult. I will try to implement some features my self.

      I'll have to learn to code and understand this but my vision is something as below. As most prop firms these days void trades that open through news events etc.

      Constants

      • News Filter - True / False
      • Low Impact - 5
      • Med Impact - 60
      • High Impact - 240

      Low, Med and High are in minutes, and 0 would = false or turned off. Generally I use the same value for pre and post news so that's not a huge issue to me.

      One single variable output "NewsDetected" so in the code, if any of the low, medium or high are detected in those times it sets "NewsDetected" to true and then trading blocks can be determined from that single condition block.

      Maybe have a variable "News_Detected" and at the end of the code if Low, Med, High add up to 0 then news is allowed, if anyone of them set to 1 would add the total to =>1 then trading is disabled.

      Something like this.

      3f071a43-5f30-4c70-8532-be00dfcb35d4-image.png

      posted in Tutorials by Users
      I
      Ipod
    • RE: My first MT5 optimization on fxDreema...and the fisrt issue!

      @l-andorrà I know the problem is with optmising, I had this problem a long time ago too.

      Did you try anything I mentioned, even the logs?

      Ask for help, and then continue to ignore everything people say or suggest.

      posted in Questions & Answers
      I
      Ipod
    • RE: My first MT5 optimization on fxDreema...and the fisrt issue!

      I had this problem once, it was a long time ago though but If I remember correctly it was solved by exporting the EA to mql5 and investigating in the MT5 terminal directly. Specifically compiling in MT5 which shows many errors, usually doubles being converted to int and vice versa but it might show some error or logic issue that can be resolved.

      Try resolving as many conflicts as possible and trying again, also ensure MT5 is updated correctly. There was a fault a while ago where MT5 would hang forever due to using the cores incorrectly (is the CPU running @ 100% all the time?, raising a ticket and sending logs to the mql5 website might help but also just looking into the logs in your terminal can help.

      • Check task manager for high cpu or maxed out ram first, reduce cores or reduce date range if ram is filling up.
      • Check terminal logs from the tester
      • Export to MT5 and fix compiling errors
      • Raise a ticket in mql5 if nothing is found
      • If you are running long term real tick tests that also could be the problem as it can take forever to test that amount of data.

      If you want me to check your logs, ea code, etc i am happy to help but that is something you might / probably wont want to do.

      posted in Questions & Answers
      I
      Ipod
    • RE: MT5 Very simple news filter

      @chrisbe Great!

      Let me know how you get on

      posted in Tutorials by Users
      I
      Ipod
    • RE: MT5 Very simple news filter

      @chrisbe There is no way to get the mq5 raw file without hacking the file (I do not have contacts for that), you could commission someone on mql5 to make a news filter with an additional option to be able to download a csv file and allow that to be used during backtests.

      Otherwise with this you can only forward test sadly, but I am glad you find it useful. Can you share your project so I can maybe improve my own personal news filter.

      posted in Tutorials by Users
      I
      Ipod
    • RE: Backtesting software/website suggestions?

      @MTAB Honestly its much easier just transfering to MT5 if backtesting is important.

      posted in General Discussions
      I
      Ipod
    • RE: MT5 Very simple news filter

      Well kinda of, the first event from left to right no matter if it is before or after the news is always 0

      So hence why the settings are controlled within the indicator. When a news event is no longer displayed on the chart after e.g. 4 hours the objects get recreated and thus again the first even from left to right is 0 again.

      posted in Tutorials by Users
      I
      Ipod
    • RE: MT5 Very simple news filter

      You can choose within the indicator whether you have past events or not, so if you set past events to 1 hour, after that hour if there is one news event active it will dissapear and trading will resume.

      posted in Tutorials by Users
      I
      Ipod
    • MT5 Very simple news filter

      The original idea was not mine, but I came up with an extremely simple version to manage news events. Essentially it detects a news event object on the chart and if so it will prevent any new trades opening, all settings are managed in the indicator for news events.

      Original Thread - https://fxdreema.com/forum/topic/1973/News-EA/39

      Apply the FXSSI news indicator to your chart and set the news up, e.g. 4hrs before and after on 3 star.

      Apply the EA - Simple comment box top left for News - Detected or not.

      FXSSI News MT5.mq5

      https://fxdreema.com/shared/PWmLKlzOc

      https://fxssi.com/forex-news-indicator-mt4 (MT5 download is on this link)

      posted in Tutorials by Users
      I
      Ipod
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 1 / 7