fxDreema

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

    ask4abusaidu

    @ask4abusaidu

    1
    Reputation
    402
    Profile views
    19
    Posts
    0
    Followers
    2
    Following
    Joined Last Online

    ask4abusaidu Unfollow Follow

    Best posts made by ask4abusaidu

    • RE: Some modifications

      Thank you very much for your support 1_1569840086185_Screenshot (123).png 0_1569840086183_Screenshot (122).png
      Working better on 5minutes TF
      will add more filters to make it perfect
      Thanks again

      posted in Questions & Answers
      A
      ask4abusaidu

    Latest posts made by ask4abusaidu

    • RE: How to fix this mq4 file?

      Hi... this is a decompiled stolen code..
      no one should work on this..

      posted in Questions & Answers
      A
      ask4abusaidu
    • RE: Finding buffer in source code of indicator

      your indicator buffers should start like this also

      IndicatorBuffers(5);
      SetIndexBuffer(0,histou);
      SetIndexStyle(0,ShowBars ? DRAW_HISTOGRAM : DRAW_NONE);
      SetIndexBuffer(1,histod);
      SetIndexStyle(1,ShowBars ? DRAW_HISTOGRAM : DRAW_NONE);
      SetIndexBuffer(2,limu);
      SetIndexStyle(2,DRAW_LINE);
      SetIndexBuffer(3,limd);
      SetIndexStyle(3,DRAW_LINE);
      SetIndexBuffer(4,fillu);
      SetIndexStyle(4,DRAW_LINE);

      according to the buffers starting from 0 to 2

      and also replace
      #property indicator_buffers 12
      to
      #property indicator_buffers 3
      since its 3 buffers total

      if still doesn't work then you have to input the buffers manually
      like this

      0_1572733232769_49c1db1e-d3cb-463e-ad19-dc07f3e50f09-image.png

      posted in Questions & Answers
      A
      ask4abusaidu
    • RE: stopp loss on previous MA cross over candle

      Hello, any help on this

      posted in Questions & Answers
      A
      ask4abusaidu
    • RE: Some modifications

      Thank you very much for your support 1_1569840086185_Screenshot (123).png 0_1569840086183_Screenshot (122).png
      Working better on 5minutes TF
      will add more filters to make it perfect
      Thanks again

      posted in Questions & Answers
      A
      ask4abusaidu
    • RE: Some modifications

      @ambrogio
      0_1569828535190_Screenshot (119).png

      Wrong entries kills the EA

      posted in Questions & Answers
      A
      ask4abusaidu
    • RE: Some modifications

      @ambrogio
      How do i solve the wrong entries...
      2_1569827116437_Screenshot (118).png 1_1569827116437_Screenshot (117).png 0_1569827116437_Screenshot (116).png

      posted in Questions & Answers
      A
      ask4abusaidu
    • RE: Some modifications

      now working.. Thanks

      posted in Questions & Answers
      A
      ask4abusaidu
    • RE: Some modifications

      0_1569777684589_Screenshot (112).png

      Still opens sell on a buy signal
      i tried to solve the buffer but still could not
      i think the only thing is to solve the BUFFER

      posted in Questions & Answers
      A
      ask4abusaidu
    • RE: Some modifications

      So what will be the entry if to use for buy and sell

      posted in Questions & Answers
      A
      ask4abusaidu
    • RE: Some modifications

      its working now.. only some problems 0_1569751473813_Screenshot (110).png
      it will keep opening positions as long as the candle is below it

      shared/5hy0ms4tc

      posted in Questions & Answers
      A
      ask4abusaidu