BoxFibo indior acting weird, can anyone help?
1 2

thread: BoxFibo indior acting weird, can anyone help?

  1. #1
    Junior Member zuluagajulio's Avatar
    26

    BoxFibo indicator acting weird, can anyone help?

    My BoxFibo indior is acting weird, can anyone help? If it stays on the chart for a while the box will vanish and it seem like it redraws the lines a second time right within the first one. Any coders out see anything awesome in the code? Any help is since I am a noob that is coding love.
    https://www.cliqforex.com/attachment...6281261441.mq4

  2. #2
    Junior Member zuluagajulio's Avatar
    26
    Is there no one? C'mon now, I believed we had wizards all here?

  3. #3
    Junior Member zuluagajulio's Avatar
    26
    Wow, answers to virtually every other thread except that one? C'mon guys, You can not tell me a coder isn't on this site that may figure the problem out here?

  4. #4
    Member
    71
    hi mer,

    it's rather hard to determine what you want to achive with your fibs, I assume that you wish to draw fib dependent on the highest/lowest type time 05.00 - 08.15 daily

    after make a correction to a fibs indior, I get result displayed at screenshot below.

  5. #5
    Junior Member zuluagajulio's Avatar
    26
    Sangmane, what corrections did you make? The only issue I'm having is that the indior brings everything perfect when put on the chart, but after a few minutes it resembles the indior brings the lines on the top of the first lines (it practically appears blurry) and also the box will disappear. That's the one issue. The lines are put at fib levels and do not need changing.

  6. #6
    Member
    71
    have a peek at the fibs indy below. It's based on your own fibs.
    https://www.cliqforex.com/attachment...1610794945.mq4

  7. #7
    Junior Member zuluagajulio's Avatar
    26
    Thanks, I'll test it out.

  8. #8
    Junior Member zuluagajulio's Avatar
    26
    Hey sangmane, the indior works great except for one little issue. Should I use it on a broker with Sunday candles, it draws the levels although it is not in the time range such as it is, any ideas? (see pic)

  9. #9
    Member
    71
    Inserted Code datetime thistime = Time#91;I#93;; datetime dt2 = StrToTime(TimeToStr(Time#91;I#93;,TIME_DATE) EndTime); datetime dt1 = StrToTime(TimeToStr(Time#91;I#93;,TIME_DATE) StartTime); should(thistime lt; dt2) continue; //add the only line below///////////// #91;b#93;should(TimeDayOfWeek(dt1)==0) continue;#91;/b#93; //TimeDayOfWeek of Sunday = 0, Monday = 1, etc.. ////////////////////////////////////////// string objname = BF-Box- dt2; should(ObjectFind(objname)! =-1) continue; Let me know if it solved that little problems.

  10. #10
    Junior Member zuluagajulio's Avatar
    26
    Yeah that worked, thanks. Another question, is there some way exactly the same for each day? If the high/low of the box is within a few candles, then the traces are real brief, and vice-versa, if the high/low of the box is the line are longer. Can we make not where the high and lows are made and where the lines are drawn based on the box dimensions?

  •