fxDreema

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

    Posts made by GeoFX

    • RE: AND command block

      @roar said in AND command block:

      @geofx said in AND command block:

      • block 2 appear once
      • wait for the block 3 to pass
      • !whilst! block 3(NRTR) is visible per each candle, wait for the block 5(Keltner price cross) to happen at least once
      • trade

      So in a nutshell, block 2 acts as a "trigger", and after the trigger has activated, the NRTR and keltner should pass simultaneously to open trade?

      That is totally correct. NRTR and Keltner should pass simultaneously. but only after the block 2 appear once. The question is how to do that using generic approach and more simple tools provided here in FxDreema, without going into complex stuff.

      As per variables: sounds like advanced math to me..) Im really trying to keep things as simpe as possible in my project. Certainly, learning the variables is thing from my "to do next" list. As of now, I still try to get used with more generic tools and commands.

      Does anyone know how to do that using the simple commands like AND/OR etc?

      posted in Questions & Answers
      G
      GeoFX
    • RE: AND command block

      "Every n bars" set to 1 bar doesnt help either https://fxdreema.com/shared/V2OxEm0Dc

      Now it works like: NRTR appeared/was once visible, but not any more and then Keltner cross happens and trade goes off. This is wrong sequence.

      What is needed is: Keltner cross can pass only !while! NRTR is visible

      posted in Questions & Answers
      G
      GeoFX
    • RE: AND command block

      Re: AND coomand block

      Here is my thought process: here https://fxdreema.com/shared/lnPjj8b7c I've tried to add a "Once per bar" option, for the blocks with the NRTR and Keltner Channel, but is seems it is not bringing any change...

      Just to show you my thought process

      posted in Questions & Answers
      G
      GeoFX
    • RE: AND command block

      Roar, thank you for the "simple condition" instead of the ind visible/appear advice. I agree with u on that, although ind visible/appear options are working as well in my case.

      My question is more technical though: - how I can make a "sequence" :

      • block 2 appear once
      • wait for the block 3 to pass
      • !whilst! block 3(NRTR) is visible per each candle, wait for the block 5(Keltner price cross) to happen at least once
      • trade

      Thank you for help guys!

      posted in Questions & Answers
      G
      GeoFX
    • AND command block

      Guys, this might be kinda trivial, but i couldnt get it to work properly.. https://fxdreema.com/shared/iYg6ABDbd

      I try to make block #5 to pass only when block #3 is visible on M5 timeframe, but cant make it work. Simple as that. I tried with the flags but didt have any success..

      There is one general condition that should happen before 5th an 3rd block: - block#2 on the higher timeframe should signal once (at least one bar) for the start of the whole sequence.

      Block #3 indicator is attached here. Block #5 is a simple Keltner channel.

      Thank for your expert help!

      1_1577065693425_NRTR_ATR_STOP.mq4

      posted in Questions & Answers
      G
      GeoFX
    • RE: Looping "n" number of Conditions

      Miro, thank you so much! Now I try to test block-by-block prior to use that block

      posted in Questions & Answers
      G
      GeoFX
    • Looping "n" number of Conditions

      Guys, spent like a week with this, but couldnt get it. Guess I need a helping hand here...

      I need to make EA to run the whole AREA1 Condition blocks sequence (Conditions 4,5 and 6) again after the TakeProfit/Loss, but the EA doesnt seem to do anything after it closes the 1st trade.

      The interesting fact is if you disable 4th or 5th block, the EA will start to open the consequent trades, as expected.

      ....I've looked through the similar issue topics numerous times already, but it didnt help no matter the solution Ive found.

      I know, this is amature request to the experienced with the platform, but I kindly asking to help, because there is something I clearly missing here...

      Many many thanks, in advance

      PROJECT LINK: https://fxdreema.com/shared/auLQreGbe

      posted in Questions & Answers
      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
    • Custom Indicator Recognition

      Greetings mates!

      I got a great custom Volume Divergence indie that unfortunately cant be identified by FXDreema for unknown reason. It returns empty "Input Parameters" and "Output Buffers" on "Add Custom Indicators" feature.

      I need a help of someone experienced with the MQL code and FXDreema platform to help to successfully upload this one.

      The indicator itself based on tick volume an it shows Regular Class A and Class B/C divergences and it is a great addition to your strategies as it provides accurate entries (after additional filtering off course)

      Feel free to use this indie in your projects...!

      2_1572487812793_twiggs_money_flow_org_smoothed_mtf_nmc_v3.mq4 1_1572487812793_twiggs_money_flow_org_smoothed_mtf_nmc_v3.ex4 0_1572487812792_ADR.ex4 0_1572487832136_Screenshot_3.jpg

      posted in Questions & Answers
      G
      GeoFX
    • RE: EX4 custom indicator input

      0_1571522686393_Screenshot_3.jpg

      0_1571522899369_Screenshot_1.jpg

      You were 100% right on those integer values, CPxiom!

      Now Im able to at least run the test. Im getting another error though. Could you be so kind to check what it could mean?
      0_1571522799656_Screenshot_4.jpg

      Thank you

      posted in Questions & Answers
      G
      GeoFX
    • EX4 custom indicator input

      Good day, fellow traders!

      Just started with Dreeema. Really, really happy to be a part of the community! C0_1571517695523_AT-Reversals.ex4

      My strategy is based on custom indicators. I've read a lot on how to upload a custom indicator already, yet I fail over and over to compile an EA based on this indie 0_1571517909417_Screenshot_1.jpg

      Yes, this indie is EX4 and there is no way I can get a source code. And this indie is one of the most simple, and I got a few more complicated once, but posting this one because of its simplicity.

      Here s my project https://fxdreema.com/builder/shared/KMwJbmiqd

      Can anyone experienced with the custom indicators EX4 implementation without a source code could shed the light on how to compile an EA from this Reversals indicator?

      Many, many thanks guys!0_1571518739771_Screenshot_2.jpg

      posted in Questions & Answers
      G
      GeoFX
    • 1
    • 2
    • 3
    • 4
    • 4 / 4