fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. pipsacoin
    3. Topics
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 26
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by pipsacoin

    • P

      Hedge and + statistical lots
      Questions & Answers • • pipsacoin

      2
      0
      Votes
      2
      Posts
      389
      Views

      l'andorrà

      @pipsacoin You can do it this way:

      0_1613754485002_01.png

    • P

      modify order
      Questions & Answers • • pipsacoin

      4
      0
      Votes
      4
      Posts
      526
      Views

      l'andorrà

      @pipsacoin You can do this:

      0_1605717362718_02.png

      In my example the TP is 50 pips.

    • P

      not work castoms indicator?
      Questions & Answers • • pipsacoin

      13
      0
      Votes
      13
      Posts
      1528
      Views

      P

      Hi @pipsacoin ,

      You are trying to use same buffer with same candleID which will provide same info/signal every time. I mean you will never get a different value with Buffer0 (CandleID 0-emtpy) > Buffer0 (CandleID 0-empty).

      In the code, line 23 declares that buffer 4 is set to provide info about trend.

      I use an indicator named buffers-explorers (which Iattached a version of it) to see what data is provided via buffers. Buffer 4 of ozymandias indicator provides numeric value 1 when trend is down (middle line color is tomato) and provides numeric value 0 when trend is up (middle line color is DeepSkyBlue).

      So you may set a simple condition for a scenario up trend turns down as below;

      Buffer 4 = 0 (candleID 1 for previous candle time) --> trend is UP for previous candle
      Buffer 4 = 1 (candleID 0-or leave emtpy- for current candle time) --> trend is DOWN for current candle

      0_1604472911222_ozyindi.JPG

      In my experience, using 4 conditions with 4 candleIDs (at least 3 with 2 for previous and 1 for current time) provides better results in such setups.

      For example:
      Buffer 4 (cID 3) = 0
      Buffer 4 (cID 2) = 0
      Buffer 4 (cID 1) = 1
      Buffer 4 (cID 0) = 1

      I didn't try it but you should get it work this way, or you'll find right way to work.

      Buffers explorer 2.mq4
      Buffers explorer 2.ex4

      Regards.

      Notify: @l-andorrà

    • P

      recovery expert
      Questions & Answers • • pipsacoin

      6
      0
      Votes
      6
      Posts
      709
      Views

      l'andorrà

      I'm sorry, but I'm afraid I do not underastand your answer. 😞

    • 1 / 1