fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. cyberfx101
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 13
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by cyberfx101

    • C

      DrawRectangle Success Node - Not Generating Code Prob..
      Questions & Answers • • cyberfx101

      2
      0
      Votes
      2
      Posts
      1985
      Views

      fxDreema

      Corrected. Thanks for this bug report!

    • C

      Static and Global Variables
      Questions & Answers • • cyberfx101

      2
      0
      Votes
      2
      Posts
      2794
      Views

      fxDreema

      Custom code the whole thing in function to be used as library (block), not a special indicator.

      You talk about indicator values coming from "Condition" block. There are 2 operands - Left and Right. And yes, static variables can be managed to appear automatically in blocks. The thing is - how to get them after that? In the same block? Because as they are static, they are accessible only in the same block.

      I'm not sure if I understand the whole concept. Or I cant imagine something...

      You want to set 3 different flags like that:

      1st flag at the moment when MACD > 0 2st flag at the moment when CCI > 50 3rd flag at the moment when 3 bars with higher lows

      and those three flags will happen in different moments of time? Or at the same time?

      What if:

      moment 1 - MACD becomes > 0 moment 1 - CCI becomes > 50 moment 3 - MACD becomes < 0 moment 4 - 3 bars with higher lows (CCI is still > 50, but MACD is not > 0)

      I think it's ok to recalculate indicators at every tick, again and again in realtime. If they are properly programmed, only last uncalculated tick(s) will be calculated and all the previous ticks data is already in the memory, not recalculated. In this way all the 3 conditions will be awaited to happen at the same time with no problem and slowering EA so much.

      But if you need to get 3 conditions as separate in time, maybe use of Formula is not a bad idea. Or Project Variables. These are global variables, not static, and they can be used in any block at any time to store and use temporary data.

    • C

      MQ4 code getting a Compile Error [SOLVED]
      Bug Reports • • cyberfx101

      3
      0
      Votes
      3
      Posts
      2166
      Views

      fxDreema

      Yes, yes... I edited something, uploaded it and ran away... sorry for that, my fault 😏

    • C

      FXDreema Desktop version - Copy / Paste Bug error...[SOLVED]
      Bug Reports • • cyberfx101

      3
      0
      Votes
      3
      Posts
      1934
      Views

      C

      When I click back in Actions History, the canvas remains blank.

      I'll enter the chat room and wait for you.

    • C

      Copy and Paste EA Code Building Blocks
      Questions & Answers • • cyberfx101

      12
      0
      Votes
      12
      Posts
      6049
      Views

      J

      I expect you know this already, but just in case...

      In the local version (v70, and earlier), I can open two instances of fxDreema, with two different EAs, say, A and B. I can then copy single or multiple blocks from A to B and vice-versa happily. Then, after some time and/or some editing, find that I can no longer do this. If I then close both instances, and re-open, I can then do the block copying again.

      A very small thing, but sometimes annoying!

      🙂

    • C

      Save as... [DONE]
      Questions & Answers • • cyberfx101

      10
      0
      Votes
      10
      Posts
      4025
      Views

      fxDreema

      Why MT root? 😮 fxDreema must know the root, but it writes files in "/eperts". It adds "/experts" automatically, so there is no need to put it.

    • 1 / 1