fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. GeoFX
    3. Best
    G
    • Profile
    • Following 0
    • Followers 1
    • Topics 11
    • Posts 71
    • Best 11
    • Controversial 1
    • Groups 0

    Best posts made by GeoFX

    • RE: We need to have an in-built News Filter...It is high time we have this MT4 and MT5

      @GeoFX said in We need to have an in-built News Filter...It is high time we have this MT4 and MT5:

      UPD: After the recent MFF scam exposure event, I believe, my post above deservers an additional input for the community sake.

      • From this point and onwards, none of the companies in the list above is trustworthy, no matter the claimings on win-win business model and the conflict of interest absence. Same doubt applies to the Live accounts provided to the qualified challenge participants, prop firm's direct liquidity provider cooperation, and STP/NDD order execution infrastructure claimings.
      • I will tend to consider their statements may be equally fault, until the regulation will step in the proprietary trading field.
      posted in General Discussions
      G
      GeoFX
    • RE: Finally, News Filter for MT5 in 1 easy to use Block !!
      • Hey mates! Thank you for doing this! 🙌 Since this topic is so popular, could anyone shot a step-by-step video tutorial on how a News filter is built w/ FXStudio and post it in this thread
      • I believe it would be much appreciated by the community, especially by those having less experience w/ FXStudio and Custom Block building. Thank you! 🙏
      posted in Tutorials by Users
      G
      GeoFX
    • RE: builder doesn`t respond
      • @biztet I can confirm i experience same problem sometimes as i have many blocks on my project FYI same as many other users here. It seems like it is FXDreema performance-related bug. It fails to process too many blocks at once, so user must keep the backup mq4 file at all times to make sure not to lose the track of the project progress.

      • The suggested block quantity per tab is no more than 1000 pieces, based on my experience with the platform so far. Severe lags and other functional failures start to appear if this threshold exceeded. I guess that is the platform code capacity or maybe infrastructural limit when if exceeded, the performance drops significantly, so the errors start to occur

      • Also, the Load project option isn't reliable as it just keeps the last 1 project instead of let's say last 5, which is pretty much useless if the last one exhibits the problem in this topic for example, then it is useless as that last project is not recoverable

      • I bet, admin knows about these issues, but not doing much about it, so i always keep the last MQ4 saved aside and do backups as frequently as possible, especially after any major project change

      • Given the conditions, admin is not too active on improving on such fundamental bugs, I suggest a quick workaround : -> if users want to keep many blocks on the SAME project, ON DEINIT tab may be used as a storage buffer, where user can keep temp. unused, disabled blocks/chains of blocks for a future use. This setup allows to keep the block quantity on the ON TICK tab relatively low thus not compromising the performance too much. Hope, that suggestion will help all who struggle here with data loss and will save many working hours of rebuilding similar block-chains over and over again either after a project loss, or in the multiple EA programming scenario where the block-chains can be shared between the different EAs staying within the same project framework

      • In the past I've proposed to create something like a vault/buffer where the blocks could be temp. kept and shared between the projects, for the users to have under their finger tips and save their time and efforts, but admin not moving on that evident refinement. No argue, it can be challenging though for him, but i believe he should love challenges because he is a true dreamer same as we are all here..))

      cc @FXDREEMA @l-andorrà

      posted in Bug Reports
      G
      GeoFX
    • RE: BackTesting different from live trading
      • @ZakTrading also you can review to protect your SL with what I call "Conditional SL"

      • In the nutshell, you may want to set an additional rule for SL based on the candle close rather than just a price reaching a fixed SL price level

      • Example: your SL is 30 pips (or relative ATR %) and you operate on the 5 min TF. You can set a rule that your SL is triggered only in case if price CLOSE on M5 behind your SL price level.

      • This can make your SL more rigid to broker's spread-widening (during high impact news, holidays or Asian session) and MM Stop-hunt manipulations. You can see this as a reliable spike protection

      • However, this approach to an SL has its pros and cons. In case of a high volatility, this may incur relatively bigger loses if price eventually close behind your SL comparison to a fixed SL

      posted in General Discussions
      G
      GeoFX
    • 4108 Error: Invalid ticket/order close error

      Hey folks, just wanted to contribute on the 4108 MT4 order close / invalid ticket error. After literally 100+ tests and a couple of sleepless nights couldnt find any solution on this forum but after googling the issue I finally grasped the general impression on whats causing this fault.

      0_1587588855676_4108.jpg

      Heres a FF coder explanation on the issue : https://www.forexfactory.com/showthread.php?t=511029

      Without goin deep in details, heres, HOW YOU SHOULD NEVER DO, when putting "For each trade"/"For each pending order" and the rest of the pink extention blocks :

      0_1587588575791_UNCORRECT.jpg

      and heres, THE CORRECT ORDER:
      0_1587588842123_CORRECT.jpg

      During my FXDreema learning curve, Ive found, that if you not getting the behaviour you expect from your EA, check if the sequence of the logic blocks is correct first. Always make sure, those pinky extention blocks are DIRECTLY connected to the Parental "For each trade"/"For each pending order" block and no other block part them inbetween.

      Hope, this will save time and effort for new guys over here

      posted in Tutorials by Users
      G
      GeoFX
    • RE: Custom Indicator Recognition

      Mates, you've all made my day! What a lovely community!! Thank you!

      HINT: how I personally use Class A Divergence best :

      • Set the TMF period to 48 (tested on different TS's) with no smoothing applied to price close (screenshot)
      1. For trend trades: accept all the divergences as an entry signal

      2. For counter-trend trades: - use TMF 0 level as a filter for divergences

      0_1572662482793_Screenshot_1.jpg

      posted in Questions & Answers
      G
      GeoFX
    • RE: Experiencing considerable lag

      Hey there! Check out my 1000+ blocks on the same project-related issue post here : -> https://fxdreema.com/forum/topic/14841/builder-doesn-t-respond/14

      posted in Bug Reports
      G
      GeoFX
    • RE: EX4 custom indicator with licence key conversion

      Roar, you r magician! It worked, man! I've just edited int datatype to string .mq4 file fields manually via MT4 editor, and it compiled it with no errors and warnings!

      0_1592086283752_Screenshot_2.jpg
      Roar rules! Thank you!

      Maybe it was a temporary bug or something, but the day before I already had the correct string datatype and correct value entered in fxdreema prior to compilation, yet it kept failing to compile correctly, putting int instead of string, as you've noticed. Now fxdreema compiles it correctly, though.

      posted in Questions & Answers
      G
      GeoFX
    • RE: Experiencing considerable lag
      • Hi folks! To update this thread on bulky Project Saving/Syncing failures that may appear from time to time.

      • This typically happens to the extended Projects with more than 500+ connected Condition Blocks.

      • Not sure if the solution I've found was already described on this Forum or in any of the platform Manuals, but just for the Community contribution sake:

      • There is no need to store all the Condition blocks you've already built once in the same Project if those planned to be used for the future use on new Projects, as that entails that your Project will eventually become more bulky and unexportable.

      • In case anyone needs to use any of the older Condition blocks or some parts of the previous Projects you've already built, FXDreema actually supports Copy/Paste operations through the OS Default Clipboard BETWEEN THE DIFFERENT PROJECTS

      • Example: one can store his older Condition Blocks in a single "Archive project", occupying any of the Project tabs: OnInit/OnTick/OnDeinit etc for a later use on a new Project, and copy a certain Condition Blocks from the "Archive project" to any new project through the clipboard, when required

      • The only requirement would be the "Archive Project" must remain exportable, to make sure you always keep a local recovery backup copy.

      • This allows keeping the new Project lightweight, while retaining access to the older Condition blocks through an "Archive Project", thus the building and syncing operations on a new Project will be performed much more efficiently and quickly

      • Additionally, by organizing a personal FXDreema workflow according to the scheme described above, user can significantly optimize the time spent on EA testing and building operations, as he can always use parts of his previous Projects to start with or enhance on the new Projects WITHOUT REBUILDING SAME BLOCKS FROM THE GROUND UP each time

      • Hope that will help many of the aspiring FXDreema users moving forward

      posted in Bug Reports
      G
      GeoFX
    • RE: EX4 custom indicator with licence key conversion

      Folks, if fxdreema builder fails to build the .MQ4 EA file, try to rebuild the block IDs first.
      Go to: Options -> Project Options -> Project Blocks: Normalize IDs

      Another bug i've noticed along my fxdreema experience and I suppose the problem lies within the MT4 platform itself and how it keeps its logs and history, is when you save your .MQ4 file, sometimes it is saved with an old modifications from your previous fxdreema edits. You can notice such bugs when you check your latest version EA modifiable parameters over the EA Input Settigs tab which just arent there. All you can observe is an old parameters from your EA previous version, only.

      I cure it with EA name modification BEFORE of each save + Block IDs rebuilding, so everytime I save my project to the MT4 experts directory, Im confident my EA been saved with the latest parameters I've put.

      Those tricks can really help, when it seems you have already done everything right, but for the unknown reason your EA doesnt work as expected

      posted in Questions & Answers
      G
      GeoFX
    • Temporary Chain of blocks template cloud storage

      Dear @Fxdreema, Its been 2+ years im with platform.

      One of my projects has exceeded the block counter with 2000+ blocks recently that caused many lags and saving project problems until I found a workaround: - put the disabled blocks on o different project tab I do not use..)

      I do not use all those blocks simultaneously on same project, so I keep half of blocks disabled on the same project. Reason I do not delete them is because I combine different block chains and dont want to loose time with building block chains that I already have built in the past.

      My question is : - is there such function in platform that would allow to temporarily store the chain of condition blocks that already was built, for a future use?

      For instance: I have designed 200+ connected chain of blocks for the custom Take profit conditions, that I want to use on a completely different EA. This requires some kind of pre-built conditions block template storage operational space, so a user could store/save/duplicate/copy/paste the blocks in/from his current project.

      This would be a FXDreema hell of worth killing feature.

      Will be happy to hear your thoughts

      posted in Questions & Answers
      G
      GeoFX
    • 1 / 1