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 PZ Trend Trading indicator

Discussion in 'Indicators dan Tools' started by sahinms, 06 Jan 2017.

  1. sahinms

    sahinms Member Credit Hunter

    Equity
    Credit
    Ref Point
    Trend Trading 4.5
    The PZ Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. Its winning ratio is around 85%.



      • Trade financial markets with confidence and efficiency
      • Profit from established trends without getting whipsawed
      • Recognize profitable pullbacks, breakouts and early reversals
      • The indicator is non-repainting and implements alerts
      • The indicator analyzes its own quality and performance
      • It includes a multi-symbol and multi-timeframe scanner
      • It implements a multi-timeframe dashboard
    Established trends offer dozens of trading opportunities, but most trend indicators neglect them completely! The PZ Trend Trading indicator displays an average of 10 different trades per trend.
    ❶ is a bullish trend change
    ❶ is a bearish trend change
    ❷ is a pullback in the direction of the trend
    ❸ is an inside bar(s) breakout in the direction of the trend
    --- is a correction during a downtrend
    --- is a correction during an uptrend
    Blue Bars are a bullish secondary trend
    Red Bars are a bearish secondary trend

    Boost your trading returns with the most complete trend trading indicator available, just like hundreds of customers have already done.



    Ea can do for friends

    for devoloper.

    In order to build your expert advisor, you can read data from the indicator using the iCustom() function as exemplified below. Read more information about the iCustom() function here.

    //---- Step 1: Define constants in your EA
    [HASHTAG]#define[/HASHTAG] OP_BUY_1 4 // Bullish Trend Change (Blue 1)
    [HASHTAG]#define[/HASHTAG] OP_SELL_1 5 // Bearish Trend Change (Red 1)
    [HASHTAG]#define[/HASHTAG] OP_BUY_2 6 // Bullish Pullback (2)
    [HASHTAG]#define[/HASHTAG] OP_SELL_2 7 // Bearish Pullback (2)
    [HASHTAG]#define[/HASHTAG] OP_BUY_3 8 // Bullish Inside Bar Breakout (3)
    [HASHTAG]#define[/HASHTAG] OP_SELL_3 9 // Bearish Inside Bar Breakout (3)
    [HASHTAG]#define[/HASHTAG] OP_BUY_4 10 // Bullish Correction during Downtrend (blue dash)
    [HASHTAG]#define[/HASHTAG] OP_SELL_4 11 // Bearish Correction during Uptrend (red dash)
    //---- Step 2: Read values from the signal buffer
    int start()
    {
    // Read signal for this bar
    double value = iCustom(Symbol(), Period(), "Marketpz-trend-trading", 10, 1);
    // Do something
    if(value == OP_BUY_1) { /* Your code for bullish trend */ }
    if(value == OP_SELL_1){ /* Your code for bearish trend */ }
    if(value == OP_BUY_2) { /* Your code for bullish pullback */ }
    if(value == OP_SELL_2){ /* Your code for bearish pullback */ }
    if(value == OP_BUY_3) { /* Your code for bullish inside bar breakout */ }
    if(value == OP_SELL_3){ /* Your code for bearish inside bar breakout */ }
    if(value == OP_BUY_4) { /* Your code for bullish correction */ }
    if(value == OP_SELL_4){ /* Your code for bearish correction */ }
    if(value == EMPTY_VALUE) { /* Your code if no signal */}
    // Exit
    return(0);
    }

     

    Attached Files:

    • Like Like x 14
    • Agree Agree x 1
    • Old Old x 1
  2. ABDULLAH AMAL

    ABDULLAH AMAL Member Credit Hunter

    Equity
    Credit
    Ref Point
    ikut nyoba dulu gan sepertinya simple ni indi
     
  3. ferykun

    ferykun Member

    Equity
    Credit
    Ref Point
  4. leenazen

    leenazen Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    Thanks for sharing
     
    Last edited: 06 Jan 2017
    • Like Like x 1
  5. rama1881

    rama1881 Member

    Equity
    Credit
    Ref Point
    Bagus untuk market trending :ok::ok::ok:
     
  6. Faishal Hermawan

    Faishal Hermawan Member Credit Hunter

    Equity
    Credit
    Ref Point
    thanks for sharing
     
  7. blackking

    blackking Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Bagus nih kayaknya bisa winning trade kurang lebih 85% ini sudah termasuk jempol
    tapi timeframe apa yang digunakan dan adakah rekomendasi stop loss berapa jaraknya
     
  8. rakia74

    rakia74 New Member

    Equity
    Credit
    Ref Point
    4/5,
    This is my review for this thread:
    Thank you share.
     
  9. DigitalBoy

    DigitalBoy New Member

    Equity
    Credit
    Ref Point
    4/5,
    This is my review for this thread:
    Very Very intersting thank you
     
  10. Slava Ilinsky

    Slava Ilinsky New Member Credit Hunter

    Equity
    Credit
    Ref Point
    license error :(
     
    • Useful Useful x 1
  11. andri.raharjo

    andri.raharjo New Member

    Equity
    Credit
    Ref Point
    5/5,
    This is my review for this thread:
    Luar biasa sudah berbagi Indicator PZ Trend Trading. Terima kasih banyak
     
  12. ardisante

    ardisante Member Credit Hunter

    Equity
    Credit
    Ref Point
    Jon pantAo
     
  13. Zimec85

    Zimec85 New Member

    Equity
    Credit
    Ref Point
    no license. ended expiration or something.....does not show
     
  14. glosbe

    glosbe Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    ALSO NOT WORKING FOR ME
     
  15. andri.raharjo

    andri.raharjo New Member

    Equity
    Credit
    Ref Point
    Rename filenya hilangkan kalimat depan SOEHOE

    Sent from SoeHoe.ID mobile apps
     
  16. andri.raharjo

    andri.raharjo New Member

    Equity
    Credit
    Ref Point
    Ketahuan sama Arthuro jadi lisensinya ditolak.

    Sent from SoeHoe.ID mobile apps
     
  17. HEnrique

    HEnrique Member Credit Hunter

    Equity
    Credit
    Ref Point
    5/5,
    not working... permission denied
     
    Last edited: 20 Jan 2017
  18. elmo3542

    elmo3542 New Member

    Equity
    Credit
    Ref Point
    copy this dll file to library folder for working...
     

    Attached Files:

    • Like Like x 6
    • Agree Agree x 1
  19. engcai

    engcai New Member

    Equity
    Credit
    Ref Point
    5/5,
    This is my review for this thread:
    good
     
  20. mtpfan

    mtpfan New Member

    Equity
    Credit
    Ref Point
    Sorry, it is not working
     

Share This Page