fxDreema

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

    Posts made by holygrailfx

    • RE: SendNotification

      I get the fact that all and everybody asks for different and often similar or conflicting features

      But I have a hard time understanding why I would wnat to receive a popup alert on my computer and a push notification to my phone at the same time
      can we at least separate them?

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Renko Charts and once per bar function

      I use the following, it is an indicator

      ......
      ! MTH b700+ Accel Shift Flip Renko Builder Indi.ex4

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Renko Charts and once per bar function

      I am wondering if the once per bar function really works on renko offline charts
      when running an EA live I want to delete a group of pendings orders at the start of a new bar if somm conditions are met.
      The pendings grid is then regenerated with new values, and should not be deleted again until an new bar is formed

      when I manually program I used the following function, which worked

      //input parameter
      int thisbar =0;

      //then to test whether is is valid
      if (Bars != thisbar)
      {
      thisbar = Bars;

      //do something here
      }

      is it true that on renko the once per bar does not work?
      if yes can we change the once per bar function or add a custom one?
      if no can you help me to solve my problem?

      posted in Questions & Answers
      H
      holygrailfx
    • RE: warning 83 : checkreturn value of orderselect

      I get this message when I compile my fxdreema build EA, any suggestions

      posted in Questions & Answers
      H
      holygrailfx
    • RE: SendNotification

      Okay, what I meant was that the alert gives me an onscreen popup on my computer (which I dont want)
      the notification does send something to my phone

      Would it be possible as a feature request
      allow on each block under "more settings" an additional setting : sendnotification true/false
      and a custom field to pass the information that we want to send

      It feels much more logical to me that way
      the push to phone notification is extremely powerful and usefull

      Thanks

      posted in Questions & Answers
      H
      holygrailfx
    • RE: trailing pending stop

      I want to trail the market with sell or buy stop

      So in short when market moves up, I place a sell stop at the fixed distance from iOpen(symbol(),0,1) (the open of the previous bar)
      then if the a new bar is formed and its open is above previous open, I want to move the pending to its new value -- previous open - fixed_distance

      When I create the original order I can input my formula as described above
      But when I want to trail the pending by modifying the original price, I cannot manage it

      Is ot possible, or do I have to delete the existing pending and create a new one each new bar?

      Thanks

      posted in Questions & Answers
      H
      holygrailfx
    • RE: SendNotification

      okay I check it out
      but can you just confirm if I select send notification to phone, it wont give me a popup alert, but just a push notification to my phone
      Correct?

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Basket Profit based on total pip value

      Thanks ! I missed that one

      if you want equity value I guess you could just create a variables double Equitypercentage = 50%
      and then calculate the value and input this in the field "profit amount"

      maybe fxdreema could confirm that this would work?

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Basket Profit based on total pip value

      I would like to be able to calculate a total running profit or loss in pips (not dollars)
      So in short for all buy orders I want to know the total of profit/loss in pips, so I can then close all orders when a certain level is reached

      Another question is I would alos like to be able to determine the total of all open buylots and selllots

      thanks

      posted in Questions & Answers
      H
      holygrailfx
    • RE: SendNotification

      I am probably missing something within the multiple choices, but I cannot find an option to use the sendnotification command

      Thank you for your help

      posted in Questions & Answers
      H
      holygrailfx
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 6 / 6