fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. holygrailfx
    H
    • Profile
    • Following 1
    • Followers 0
    • Topics 39
    • Posts 110
    • Best 0
    • Controversial 0
    • Groups 0

    holygrailfx

    @holygrailfx

    0
    Reputation
    1362
    Profile views
    110
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    holygrailfx Unfollow Follow

    Latest posts made by holygrailfx

    • RE: select open order farthest away

      It seesm to be doing what is described I need to test further with greater pools of open trades. but it is great THANKS!

      posted in Questions & Answers
      H
      holygrailfx
    • RE: select open order farthest away

      @jstap Thanks! Impressive
      I will test this week and lot you know

      posted in Questions & Answers
      H
      holygrailfx
    • select open order farthest away

      I want ot select an open sell order from a bunch of open orders with the following characteristic, irrespective of size I want to select the order that is the fartest away from current price.

      Any easy way to do that?

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Terminal or GLOBAL Variables

      Anybody I suggestion how to easily add a Time Frame stamp as well as currency pair?

      I want my global variables to look like EURUSD_M15_someother text

      adding TF in mql5 adds a lot of conversion errors.

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Terminal or GLOBAL Variables

      I have been playing around
      this seems to work
      https://fxdreema.com/shared/lViYgDCxd

      anybody suggestions for improvement?

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Terminal or GLOBAL Variables

      @l'andorrà a day ago
      thanks for the support 😉 Let's hope some REAL programmer can explain ....

      posted in Questions & Answers
      H
      holygrailfx
    • Terminal or GLOBAL Variables

      can somebody share an easy way to autoimatically add the symbol to global variables created by an EA. This is needed to distinguish different GV for each pair on which the same EA is attached.

      Can anybody help?

      posted in Questions & Answers
      H
      holygrailfx
    • Display flags in comments

      @fxDreema said in Memory stuff:

      Flags are similar to Variables. You can't display their state and I don't remember even thinking about this, but this is a good idea. Where to print such information is another question 🙂 You can try this "Change Status to" thing that each block has.

      Very old comment! but I am looking to show the status of myflags as comments, but in the dropdown for " value" I find boolean, but no flag.

      Yopu seem to think it was a good idea back in 2015, any progress adding it?

      posted in Questions & Answers
      H
      holygrailfx
    • Terminal Variables

      I need to set some values in Terminal Variables/Global Variables in MT4 speak. I need to automatically label each Terminal Variable, with its currency pair and TimeFrame. So for example I name the Terminal Variable, BT_open, the EA would then create the follwoing according to curreny pair en Timeframe involved. BT_open_EURUSD/M5 ; BT_open_EURUSD/M15; BT_open_GBPUSD/M5 etcetra

      Can anyone tell me how to do this?

      posted in Questions & Answers
      H
      holygrailfx
    • Counter and Global Var

      I use counters and pass after counter and reset blocks in my EA. I want to be able to pass the counter variable as a global variable in order to be able to pick up the last state of the counter when a EA gets disconnected and reattached.

      In short can the counters be made into global terminal variables?

      If so how? Or can you ad the choice to your pulldown menu?

      Thanks

      gideon

      posted in Questions & Answers
      H
      holygrailfx