fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ezzakt
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 55
    • Best 0
    • Controversial 0
    • Groups 0

    ezzakt

    @ezzakt

    0
    Reputation
    912
    Profile views
    55
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ezzakt Unfollow Follow

    Latest posts made by ezzakt

    • RE: Saving ObjectName in Variable

      Hi,

      late reply from me - issue is solved.
      Used a global Variable in your loop blocks to set the name.

      But good to know I was not too blind to find it 🙂

      Andy

      posted in Questions & Answers
      E
      ezzakt
    • RE: Saving ObjectName in Variable

      Hi,

      I have an indicator generating Rectangles with Variable names (date and time in name changes).
      I currently use the prefix check function as this is always the same to loop through the objects and find some specific ones.

      As some problems come up with this, I like to save an object name, after I found it with the prefix check to a Variable. Is this easily possible with fxdreema functions ?

      greetings

      posted in Questions & Answers
      E
      ezzakt
    • RE: Simple question for picking Text Label objects

      Right, forgot to change to object description 😳

      thanks 😉

      posted in Questions & Answers
      E
      ezzakt
    • RE: Simple question for picking Text Label objects

      Hi there,

      I have a question regarding text labels on a chart. I have an indicator showing things like "rising trend" or "falling trend" as a text label on the chart.

      I like to compare in a condition block if text in that label equals "rising trend"
      I tried using objects in the condition block but I do not seem to find a text label object that I could put to == text.

      I could do it as you show here
      viewtopic.php?f=2&t=2498&p=6205&hilit=text+label#p6205

      But I do not find that option in the condition block anymore. Is there another way to do it ?

      Thanks

      posted in Questions & Answers
      E
      ezzakt
    • RE: Custom Indicator, error at compiling

      Hi there,

      I made a custom indicator (modified from the original version).
      Its an S&R Indi (the one you know from the past maybe), that draws this zones.

      Now I modified the indi to adapt ZigZag Parameters, that are responsible for drawing the zones. This indi has about 12 more parameters defined in its code as external variables.

      I imported this indi successfully into fxdreema. The indi itself also compiles fine and behaves as it should with the new parameters. Now if I put that Indi into a condition block and try to compile, I receive a compile error when doing the ex4, which tells me "Wrong parameters count"

      Please see here
      http://prntscr.com/2kczg2

      Thats the error at the condition block where the indi is initialized with all its parameters. Now, I googled but cant find it out. Why do the new parameters lead to an issue in compiling ?

      Any help appreciated 😉

      Thanks

      Andy

      posted in Questions & Answers
      E
      ezzakt
    • RE: New indicator functions in build .66

      Hi there,

      gread addition with the indicators, hope I can now test some things I was not able to do so in the past.

      I like to play around with the color function to be able to read colors from, lets say, a Heiken Ashi indicator showing red and blue candles.
      As I never found an HA indi with buffers to read the direction from, I like to add the color that is also displayed on the chart.

      Now I am unsure how to do this with the inputs and outputs. Just read an article about MT4 datatypes but I dont know how to apply this to an indicator.

      Well, if its not asked to much, might you do an example with the Indicator attached, telling how to modify this one to be able to read out the color ?
      No need to write long explanations, a simple example would be enough to find out how it works, so it shouldnt be too much of work for you 😉

      Btw. Thanks for solving that last issue with BE and Trail together, this works perfect now

      Cheers

      ......
      Heiken_Ashi_Smoothed.mq4

      posted in Questions & Answers
      E
      ezzakt
    • RE: counter trend strategy reset feature

      Theras2000, I guess that one attached works as you like to have it ?

      Just one sell example....different ways to achieve this, so this example just uses variables for go or "not go" and stops if a trade encounters SL until RSI gets below 50

      See the "On Trade" Events

      I guess this should work, test it ^^

      ......
      RSI_SellExample.xml

      posted in Questions & Answers
      E
      ezzakt
    • RE: Close partly volume issue

      Ok this is really strange. I cannot find the error atm.

      But I know what is causing the error. If I do the example with with Lot Size 2 it goes wrong, closing the full 2 lots instead of 50%

      If I do the same with 1 Lot, it works perfect as we want it.

      Let me write you a pm...

      posted in Questions & Answers
      E
      ezzakt
    • RE: Close partly volume issue

      Thanks for the normalize IDs hint, great one ^^

      I am just testing this on Demos with a colleague. We are actually confused atm, so give me some more time to test, we are not sure whats going on so I report here later 😕

      posted in Questions & Answers
      E
      ezzakt
    • RE: Close partly volume issue

      Hi there,

      I seem to have an issue with close partly volume in a loop

      Please take a look at this screen, this is how close partly is done in this EA

      http://prntscr.com/20pdrc

      Now this seems to work in Backtest. On a Demo Account its closing wrong.
      http://prntscr.com/20pdyz

      This was 2 Lots initial size. Its closing 2x 1 Lot instead of just 1x 1 Lot (the Constant has 50 entered so it should close 50% of the volume)
      Is there anything possible why this works fine in Backtest but not on a Demo / Live Account ?

      Cheers
      Andy

      posted in Questions & Answers
      E
      ezzakt