Page 5 of 29 FirstFirst ... 3 4 5 6 7 15 ... LastLast
Results 41 to 50 of 288
Like Tree135Likes

John Ehlers Toolbox

This is a discussion on John Ehlers Toolbox within the Trading tools forums, part of the Trading Forum category; hello every one any one have indicator which help me to identify tread direction...

      
   
  1. #41
    Member
    Join Date
    Jun 2013
    Posts
    80
    hello every one any one have indicator which help me to identify tread direction

  2. #42
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2912
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by lion of gail View Post
    hello every one any one have indicator which help me to identify tread direction
    You can use standard Ichimoku indicator, or Adaptive Laguerre RSI from here (on overbought/oversold way). Fisher Transform is also good but I am not using it sorry.

  3. #43
    Member
    Join Date
    Jun 2013
    Posts
    80
    Quote Originally Posted by newdigital View Post
    You can use standard Ichimoku indicator, or Adaptive Laguerre RSI from here (on overbought/oversold way). Fisher Transform is also good but I am not using it sorry.
    thank but both give very zigzag signal tell me other indicator for day frame

  4. #44
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2912
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    why zigzag signal? Ichimoku is good indicator - above the cloud is bullish/uptrend in general, and below the cloud is bearish (downtrend in general). It is also depends on timeframe of course.

    or use standard MACD - it is same but you will get the signals for buy and sell on the same time.

    or use SMA with period 200 - same case as with Ichimoku (above ... below ...), if timeframe is M30 and smaller so you can use SMA 50 for example ...

    There are a lot of indicators or systems which can predict or estimate the trend. But no one of them are perfect sorry.

  5. #45
    Member
    Join Date
    Jun 2013
    Posts
    80
    Quote Originally Posted by newdigital View Post
    why zigzag signal? Ichimoku is good indicator - above the cloud is bullish/uptrend in general, and below the cloud is bearish (downtrend in general). It is also depends on timeframe of course.

    or use standard MACD - it is same but you will get the signals for buy and sell on the same time.

    or use SMA with period 200 - same case as with Ichimoku (above ... below ...), if timeframe is M30 and smaller so you can use SMA 50 for example ...

    There are a lot of indicators or systems which can predict or estimate the trend. But no one of them are perfect sorry.
    yes i m agree with u ok forget i send here i m try one thing but i missing some thing here

  6. #46
    Member
    Join Date
    Jun 2013
    Posts
    80
    look in this pics when buy signal come i will but but when any candle make signal's bottom low so i convert my position in sell same thing for sell if any candle make high more than signal top so i change my position again
    Attached Thumbnails Attached Thumbnails John Ehlers Toolbox-mcoph4.png  

  7. #47
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2912
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by lion of gail View Post
    look in this pics when buy signal come i will but but when any candle make signal's bottom low so i convert my position in sell same thing for sell if any candle make high more than signal top so i change my position again
    I did not understand ... are you talking about repainting? if not so ... you are talking about some market condition ...

    you know ... there are some analytics (and traders) who are looking for top and bottom. But I am sorry - top and bottom do not exist for traders ... which is totally wrong theory (theory about top/bottom). Top/Bottom is mostly related to stocks but in this case - this is wrong theory too ...

    No any perfect indicator for buy and sell. So, we can use some combination of the indicators to avoid lossing.

    In your case - you will need some 3rd (more/additional) indicator to tell to you about: buy accepted, or sell is accepted. You need trend indicator.

    may be - I will create the thread here about Trend indicators?

  8. #48
    Member
    Join Date
    Jun 2013
    Posts
    80
    Quote Originally Posted by newdigital View Post
    I did not understand ... are you talking about repainting? if not so ... you are talking about some market condition ...

    you know ... there are some analytics (and traders) who are looking for top and bottom. But I am sorry - top and bottom do not exist for traders ... which is totally wrong theory (theory about top/bottom). Top/Bottom is mostly related to stocks but in this case - this is wrong theory too ...

    No any perfect indicator for buy and sell. So, we can use some combination of the indicators to avoid lossing.

    In your case - you will need some 3rd (more/additional) indicator to tell to you about: buy accepted, or sell is accepted. You need trend indicator.

    may be - I will create the thread here about Trend indicators?
    now i get solustion

    John Ehlers Toolbox-mcoph4.png
    mr.green likes this.

  9. #49
    igorad
    Guest

    Swami CCI

    Hi,

    Please take a look at the SwamiCCI indicator with ability to plot in the trend mode if the parameter VisualMode = 1.

    Code:
    extern int     VisualMode     =        0;    //0-original,1-trend
    extern int     Price          =        5;    //Applied Price(0-Close;1-Open;2-High;3-Low;4-Median;5-Typical;6-Weighted)
    extern int     StartLength    =       12;    //CCI Start Period
    extern int     EndLength      =       48;    //CCI End Period
    extern int     SampleLength   =       12;    //Sample CCI Period(0-off)
    extern double  CCIrange       =      100;    //CCI range(ex.100 or 200)            
    extern int     Smooth         =        5;    //Smoothing Period     
    extern color   UpTrendColor   =     Lime;    //UpTrend Color 
    extern color   DnTrendColor   =      Red;    //DownTrend Color
    extern color   FlatColor      =   Yellow;    //Flat Color (if NONE-2 Color Mix)  
    extern string  UniqueName     =    "CCI";    //
    extern int     ScaleMode      =        1;    //0-J.Ehlers,1-0...100
    extern int     SwamiBars      =      100;
    Attachment 2391

    Regards,
    Igor
    Gus4x likes this.

  10. #50
    Member
    Join Date
    Jun 2013
    Posts
    80
    thanks

Page 5 of 29 FirstFirst ... 3 4 5 6 7 15 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •