1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
    Dismiss Notice

Suggestion I will make a Free EA with your Indicator

Discussion in 'Expert Advisor atau Robot Forex' started by winidecorw, 12 Jan 2018.

  1. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hemmy, Is Binary indicator repainting? I doubt this indi re-paint and can not show the proper buy/sell trend.
    How about profx? Is it non-repaint? What if I use profx for trend check?
    Or do you have another good indicator to find buy/sell trend? It has to be non-repaint one.
     
    • Creative Creative x 1
  2. ducon

    ducon New Member

    Equity
    Credit
    Ref Point
    1/5,
    This is my review for this thread:
    tank u
     
    • Dislike Dislike x 1
    • Funny Funny x 1
    • Dumb Dumb x 1
  3. BBubai

    BBubai Member Credit Hunter

    Equity
    Credit
    Ref Point
    I tried on EU TF5, but I think there are better setting. I will give it more try.
    TF5(FixLot0.02).gif
     
    • Creative Creative x 1
  4. ewgeny89

    ewgeny89 New Member

    Equity
    Credit
    Ref Point
    2018-08-31_16-48-04.png [QUOTE = "tanaka akiko, сообщение: 237239, участник: 33635"] Привет, ewgeny
    Я закодировал. Это очень интересный показатель.
    Может быть, в сочетании с другим показателем было бы лучше?
    Если вы хотите закрыть oppisite signal, просто SL = 0, TP = 0.: ОК: :)[/ QUOTE]
     
    Last edited: 31 Aug 2018
    • Creative Creative x 1
  5. jose granados

    jose granados Member Credit Hunter

    Equity
    Credit
    Ref Point

    ho I thought that the source code had compiled all the indicadiores. Tell me what I can help you do it? I look for all the indicators individually? by the way I congratulate you for the excellent work you do here.
     
    • Old Old x 1
  6. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hemmy, now I know why. 4526.jpg

    Hemmy, now I know it is because of BO indi.
    Left picture: Binary indi by strategy tester.
    Right picture: EA
    I code to show yellow arrow which is signal from Binary indi but some signal is missing.
    I guess Binary option indi is not good to check the trend.
    Maybe someone give good indicator (non-repaint) and I will wait for it.
    It is better that the trend should change alternately, like BUY-SELL-BUY-SELL .....
    But this binary option signal is not like that.
     
    • Useful Useful x 2
  7. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Really? Any errors? Can you test with another broker? Your lot size is OK?
     
    • Bad Spelling Bad Spelling x 1
  8. zul159

    zul159 New Member

    Equity
    Credit
    Ref Point
    Hi mr. tanaka. can u check mm martingale. when i backtest lot not multiple.
     
    • Bad Spelling Bad Spelling x 1
  9. reachme

    reachme Member Credit Hunter

    Equity
    Credit
    Ref Point
    Did you really watched the video? just check arrow came few candles late.
     
  10. hemmy

    hemmy Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    profx is not repaint and binary indicator is also not repaint if its repaint then arrow should move down or up upload_2018-8-31_21-55-0.png by the way try this 60sec indicator it is also same methode
     

    Attached Files:

  11. hemmy

    hemmy Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    i think if we get good trend non repaint indicator then it would be great..
     
  12. winidecorw

    winidecorw Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    How long since I last entered in the forum ....
    My work takes up many hours now, and I do not have much time.
    I'm sorry for the projects that were half-done guys.
    I'll take a look around the forum :)
     
    • Like Like x 4
    • Agree Agree x 1
  13. zinkochan

    zinkochan Member

    Equity
    Credit
    Ref Point
    I know the arrow is late.Can you code mq5 to ea.
     
  14. sumon

    sumon Member Credit Hunter

    Equity
    Credit
    Ref Point
    its look difference, not like the indi looked,
     
    • Useful Useful x 1
  15. reachme

    reachme Member Credit Hunter

    Equity
    Credit
    Ref Point
    Is this indicator working for you? nothing is showing in MT4.
     
    • Friendly Friendly x 1
  16. Victoriano Onde Amores

    Victoriano Onde Amores Member Credit Hunter

    Equity
    Credit
    Ref Point
    could you make a ea with indicator 60sec on previous page ...?
     
    • Friendly Friendly x 1
  17. BBubai

    BBubai Member Credit Hunter

    Equity
    Credit
    Ref Point
    Welcome back wini.
    I hope you are doing well on your side.

    Cheers mate.
     
    • Informative Informative x 1
  18. BBubai

    BBubai Member Credit Hunter

    Equity
    Credit
    Ref Point
    How about this? Does it looks good?
    TF5_EURUSD_RiskPercent20_20Lot.png
    20% risk percent with 20 MaxOrder is too overkill I guess. :rofl:
    But just look at that PROFIT.:drunk:
    Probably gonna used up all the margin there. I'm gonna go with 5% risk and 20 MaxOrder.
    I believe it is safer to put MaxOrder >15 due to indicator used is repainting.
     
    • Optimistic Optimistic x 1
  19. noorsalam

    noorsalam Member Credit Hunter

    Equity
    Credit
    Ref Point
    hello Mr tanaka akiko
    how are you?
    please build an indicator mt4 using this script



    //CD
    //Average Daily Range Levels - 10 day

    study(title="CD_Average Daily Range Zones", shorttitle="CD_Daily High/Low Zones V01", overlay=true)


    //dayHigh=security(tickerid, 'D', high[1])
    OPEN=security(tickerid, 'D', open)

    //ADR L
    dayrange=(high - low)

    r1 = security(tickerid, 'D', dayrange[1])
    r2 = security(tickerid, 'D', dayrange[2])
    r3 = security(tickerid, 'D', dayrange[3])
    r4= security(tickerid, 'D', dayrange[4])
    r5= security(tickerid, 'D', dayrange[5])
    r6 = security(tickerid, 'D', dayrange[6])
    r7 = security(tickerid, 'D', dayrange[7])
    r8 = security(tickerid, 'D', dayrange[8])
    r9= security(tickerid, 'D', dayrange[9])
    r10= security(tickerid, 'D', dayrange[10])





    adr_10 = (r1+r2+r3+r4+r5+r6+r7+r8+r9+r10) /10
    adr_9 = (r1+r2+r3+r4+r5+r6+r7+r8+r9) /9
    adr_8 = (r1+r2+r3+r4+r5+r6+r7+r8) /8
    adr_7 = (r1+r2+r3+r4+r5+r6+r7) /7
    adr_6 = (r1+r2+r3+r4+r5+r6) /6
    adr_5 = (r1+r2+r3+r4+r5) /5
    adr_4 = (r1+r2+r3+r4) /4
    adr_3 = (r1+r2+r3) /3
    adr_2= (r1+r2)/2
    adr_1 = r1




    //plot
    adrhigh10=plot((OPEN+(adr_10/2)) , title="ADR High10",style=circles,color=red,linewidth=2)
    adrlow10=plot((OPEN-(adr_10/2)), title="ADR LOW10",style=circles, color=green,linewidth=2)
    //adrhigh9=plot((OPEN+(adr_9/2)) , title="ADR High9",style=circles,color=red,linewidth=2)
    //adrlow9=plot((OPEN-(adr_9/2)), title="ADR LOW9",style=circles, color=green,linewidth=2)
    //adrhigh8=plot((OPEN+(adr_8/2)) , title="ADR High8",style=circles,color=red,linewidth=2)
    //adrlow8=plot((OPEN-(adr_8/2)), title="ADR LOW8",style=circles, color=green,linewidth=2)
    //adrhigh7=plot((OPEN+(adr_7/2)) , title="ADR High7",style=circles,color=red,linewidth=2)
    //adrlow7=plot((OPEN-(adr_7/2)), title="ADR LOW7",style=circles, color=green,linewidth=2)
    //adrhigh6=plot((OPEN+(adr_6/2)) , title="ADR High6",style=circles,color=red,linewidth=2)
    //adrlow6=plot((OPEN-(adr_6/2)), title="ADR LOW6",style=circles, color=green,linewidth=2)
    adrhigh5=plot((OPEN+(adr_5/2)) , title="ADR High5",style=circles,color=red,linewidth=2)
    adrlow5=plot((OPEN-(adr_5/2)), title="ADR LOW5",style=circles, color=green,linewidth=2)
    //adrhigh4=plot((OPEN+(adr_4/2)) , title="ADR High4",style=circles,color=red,linewidth=2)
    //adrlow4=plot((OPEN-(adr_4/2)), title="ADR LOW4",style=circles, color=green,linewidth=2)
    //adrhigh3=plot((OPEN+(adr_3/2)) , title="ADR High3",style=circles,color=red,linewidth=2)
    //adrlow3=plot((OPEN-(adr_3/2)), title="ADR LOW3",style=circles, color=green,linewidth=2)
    //adrhigh2=plot((OPEN+(adr_2/2)) , title="ADR High2",style=circles,color=red,linewidth=2)
    //adrlow2=plot((OPEN-(adr_2/2)), title="ADR LOW2",style=circles, color=green,linewidth=2)
    //adrhigh1=plot((OPEN+(adr_1/2)) , title="ADR High1",style=circles,color=red,linewidth=2)
    //adrlow1=plot((OPEN-(adr_1/2)), title="ADR LOW1",style=circles, color=green,linewidth=2)



    fill(adrlow10,adrlow5,color=lime)
    fill(adrhigh10,adrhigh5,color=maroon)
    //fill(adrlow2,adrlow9,color=lime)
    //fill(adrhigh2,adrhigh9,color=maroon)
    //fill(adrlow3,adrlow8,color=lime)
    //fill(adrhigh3,adrhigh8,color=maroon)
    //fill(adrlow4,adrlow7,color=lime)
    //fill(adrhigh4,adrhigh7,color=maroon)
    //fill(adrlow6,adrlow2,color=lime)
    //fill(adrhigh6,adrhigh2,color=maroon)



    [​IMG]
     
  20. saidi5858

    saidi5858 Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    can me EA for this system ?
     

    Attached Files:

    • Useful Useful x 1

Share This Page