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: change comment on close

      I have multiple closure routines
      Is there a possibility to change the comment field when the EA closes a trade?
      It would help in analyses of profit and loss scenarios

      hope this makes sense

      posted in Questions & Answers
      H
      holygrailfx
    • RE: comments text sizes

      Whether something looks nice is subjective, but that is not the point. I just like to put the information that is really useful to the forefront... In my case that us the actual data it puts out and not the title....

      Thanks

      posted in Questions & Answers
      H
      holygrailfx
    • RE: comments text sizes

      It is only one additional line 😄

      posted in Questions & Answers
      H
      holygrailfx
    • RE: comments text sizes

      Yes I am talking about your comments

      You let me set the font size, for example 10
      then the title (in yellow) is multiplied with 1.3 in your mt4 code

      I would like to be able to change this multiplier 1.3 without going into meteditor to change it

      Does this make sense?

      posted in Questions & Answers
      H
      holygrailfx
    • RE: comments text sizes

      I like to set the textsize of the comment bigger than the title textsize, as that is the actual information I need to see during my trading

      I know that within metaeditor I can set the multiplier to something smaller, you use 1.3
      Could you make this etting available in the comment settings section
      you can possibly put it right under the textsize = 10
      you can call it : Title Multiplier = 1.3 (or something)

      would be appreciated
      thanks

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Attach label on Arrow

      ok that is what I figured

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Attach label on Arrow

      Is thee an easy way to have a label attach to my arrow?
      for example I have an up arrow, and I want to put a message in a small label visible on teh chart next to the arrow

      Possible?

      posted in Questions & Answers
      H
      holygrailfx
    • RE: cannot convert enum

      another remark
      the 0.370000002 refers to total lotszie of open sell orders
      the fact that it adds 000002 on the back is just weird, that size does not even exist nor is accepted by the mt4 terminal

      posted in Questions & Answers
      H
      holygrailfx
    • RE: cannot convert enum

      The case for the long numbers, for example renkosize which is represented as 99.999999.... should be exactlty 100
      Before with the same calculation that was exactly the case, with renko size is fixed so no deviation possible

      Before you updated on Monday the same EA gave me 100 as a result
      That is what I am referring to the fact that the same EA, when compiled before monday gave the result 100 fopr RenkSize and when compiling after monday gives the result 99.99999999
      Of course it is not far off, but it lets me fear that other number are slightly off as well. and forex is an exact game, it is not a big difference but a difference all the same

      posted in Questions & Answers
      H
      holygrailfx
    • RE: cannot convert enum

      to illustrate my previous point
      weirdcomments.jpg

      another error message, it did compile but shows in teh tab when EA is running, or actually as such not running, this was why the commenst did not show up
      array.jpg

      which refers to a line of code
      arrayouitofrange1720.jpg

      which is teh block used to select trades, organized by least or most profitable
      when i trun it off the EA runs, but comments shwo up wierded out

      thanks

      ......
      weirdcomments.jpg
      array.jpg
      arrayouitofrange1720.jpg

      posted in Questions & Answers
      H
      holygrailfx
    • RE: cannot convert enum

      Okay
      but the same EA - old version prints the comment message on the screen correctly
      when I use the old EA but recompiled with new fxdreem, either the message does not show at all!
      or it shows but it gives faulty values
      for example 99.9999999998 instead of 100

      very confusing

      posted in Questions & Answers
      H
      holygrailfx
    • RE: cannot convert enum

      okay
      thanks

      but it is still acting weird
      I went back to a old version, before the compiling issues yesterday
      so when I load the older version into the metaeditor and compile, no errors

      but when I load the old version into fxdreema, resave as mq4 and recompile in metaediotr
      it compiles but it has a 7 warnings, while just before it had none

      while you are probably just going to say it are just warnings, they were not there before so I finf it disconcernting

      errors.JPG

      ......
      errors.JPG

      posted in Questions & Answers
      H
      holygrailfx
    • RE: cannot convert enum

      error.JPG

      when trying to set the current timeframe to a offlinechart, it suddenly creates a error message
      in an another EA it just worked fine

      any ideas?

      ......
      error.JPG

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Retrieve highest value for

      I am looking to Retrieve the highest value for a 30 candle period for the MACD line.

      So I wnat to look back and retrive the highest value within a certain period.

      Is there already an easy way within fxdreema? Or do I have to try my luck in wriing value to variables?

      Any advice welcome

      Gideon

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Close the least profitable trade

      I imagine when we select profitable last, it selects based on piure dollar values, and not pips, right?

      Is it posisble to have a routine that selects based on per pip, not dollars?

      Any possibility on adding this?

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Retrive the highest open price from a group of orders

      I am still having issues with the bucket function

      orderlotsizes and average prices are still no calculating correctly

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Close the least profitable trade

      okay so I should use loop(break) instead I guess

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Close the least profitable trade

      WOW
      that is so much easier than actually programming this
      I should have found that option

      last question on this subject

      when you use terminate, does it actually stop the EA, or just the loop?
      or just waits for the next tick or bar to keep on working?

      hope I make sense

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Close the least profitable trade

      What would be the easiest way to select the single least profitable trade and close it

      So lets say I have 5 open trades , all losers and I want to close the absolute biggest loser in pips, and keep the other 4 open
      how would I manage that, which blocks should I use?

      Thanks

      posted in Questions & Answers
      H
      holygrailfx
    • RE: Condition from offline chart to another chart

      I am not sure I understand your question. But I guess you want to know how to run an EA on chart1, while the EA check a condition on renkoChart50

      IF that is what you want you just have to plug in the renkochart identifier, so for an offline chart M50, that would be 50
      you enter this number 50 into the timeframe option, which normally says Current

      Hope this helps

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