fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. sengwa
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    sengwa

    @sengwa

    0
    Reputation
    71
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sengwa Unfollow Follow

    Latest posts made by sengwa

    • RE: How to use martingale model ?

      Hello, fxDreema

      I want to use martingale model in my EA.

      What should i do ?

      I can make trailing stop functions for my EA but i can't make my EA Sell every 30pip

      This is example martingale model that i want.

      Thanks

      http://www.uppic.org/image-3820_535B7778.jpg

      posted in Questions & Answers
      S
      sengwa
    • RE: How to use two conditions in one indicator ?

      ______So you want to know where was the indicator in the past for the last time - below -100 or above +100. There is no block to check this and I think this is requested for the first time here. I even wonder what name can I give to a block which can do that.

      But anyway, I have some suggestions. You can use some other indicator or period of CCI that can tell you something about the direction. Or maybe you can try crossover between CCI and CCI with slightly different period (faster period vs slower period). Or something like this: https://fxdreema.com/shared/Y4nUTW9H Or with some code like this: https://fxdreema.com/shared/feicYrGNc[/quote:3qdehdxz]

      Thanks.

      I'm glad to my ideas have participate for develop fxDreema.

      your suggest its work for me. I will try adapt it on my EA.

      ps:I'm so sorry for wrong command of english[/quote:3qdehdxz]

      I try to adapt it on my EA already.

      But have something not normal.

      When I'm run EA just a few minute that function (AboveOrBelow) value is stuck. (1 or -1)
      What should i do with problem ?

      Thanks

      This link is my EA adapt with function AboveOrBelow.
      https://fxdreema.com/shared/v6S6YvVce[/quote:3qdehdxz]

      Sorry I'm wrong.

      I'm found error point already. 🙂

      posted in Questions & Answers
      S
      sengwa
    • RE: How to use two conditions in one indicator ?

      ____So you want to know where was the indicator in the past for the last time - below -100 or above +100. There is no block to check this and I think this is requested for the first time here. I even wonder what name can I give to a block which can do that.

      But anyway, I have some suggestions. You can use some other indicator or period of CCI that can tell you something about the direction. Or maybe you can try crossover between CCI and CCI with slightly different period (faster period vs slower period). Or something like this: https://fxdreema.com/shared/Y4nUTW9H Or with some code like this: https://fxdreema.com/shared/feicYrGNc[/quote:3kfiyixp]

      Thanks.

      I'm glad to my ideas have participate for develop fxDreema.

      your suggest its work for me. I will try adapt it on my EA.

      ps:I'm so sorry for wrong command of english[/quote:3kfiyixp]

      I try to adapt it on my EA already.

      But have something not normal.

      When I'm run EA just a few minute that function (AboveOrBelow) value is stuck. (1 or -1)
      What should i do with problem ?

      Thanks

      This link is my EA adapt with function AboveOrBelow.
      https://fxdreema.com/shared/v6S6YvVce

      posted in Questions & Answers
      S
      sengwa
    • RE: Problem with ZigZag when compile

      When I use ZigZag indicator in my EA.

      I compile and have error point every time.

      I try to fix it by change from

      double HH[0]; ArrayResize(HH,0);
      double LL[0]; ArrayResize(LL,0);

      to

      double HH[1]; ArrayResize(HH,0);
      double LL[1]; ArrayResize(LL,0);

      it's work.

      but I don't want to fix every time to compile. What should I do ?

      Example in Picture

      http://www.uppic.org/image-38B2_535666C0.jpg

      posted in Questions & Answers
      S
      sengwa
    • RE: How to modify trailing stop ?

      Now, I use trailing stop by ZigZag points

      but I have one problem. (Again ? ha ha)

      this method not good enough for real trade.

      I want to add some pip from ZigZag. What should i do ?

      This about method i use

      https://fxdreema.com/shared/h6wo7Hahc

      Example in picture

      http://www.uppic.org/image-E21E_53565659.jpg

      posted in Questions & Answers
      S
      sengwa
    • RE: How to use two conditions in one indicator ?

      __So you want to know where was the indicator in the past for the last time - below -100 or above +100. There is no block to check this and I think this is requested for the first time here. I even wonder what name can I give to a block which can do that.

      But anyway, I have some suggestions. You can use some other indicator or period of CCI that can tell you something about the direction. Or maybe you can try crossover between CCI and CCI with slightly different period (faster period vs slower period). Or something like this: https://fxdreema.com/shared/Y4nUTW9H Or with some code like this: https://fxdreema.com/shared/feicYrGNc[/quote:380199hp]

      Thanks.

      I'm glad to my ideas have participate for develop fxDreema.

      your suggest its work for me. I will try adapt it on my EA.

      ps:I'm so sorry for wrong command of english

      posted in Questions & Answers
      S
      sengwa
    • RE: How to use two conditions in one indicator ?

      How to use double conditions in one indicator ?

      I am new user and I'm subscribe already.

      I think, fxDreema that works for me. Thanks Radoslav.

      but I have one problem.

      I want to my EA analyze two condition in one indicator.

      Example:

      First : CCI cross above -100
      Seccond : CCI cross above 0
      Finally : open order buy

      https://fxdreema.com/shared/MQo89Fyab
      so I try 2 method but it not work.
      Method 1 : it not working to order
      Method 2 : it will order when cross above -100 to 0 in 1 bar only

      Help me plz..

      ps:I'm so sorry for wrong command of english

      http://www.uppic.org/image-13F6_53540DBB.jpg

      posted in Questions & Answers
      S
      sengwa