Jump to content

jedixs

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by jedixs

  1. First of all, We have to learn how regression indicator is used. The Slope shows how much prices are expected to change per unit of time. Some may remember this as "rise over run." Slope gives you the general direction of the trend (positive or negative. So in the above mentioned message , this kind of usage is wrong..... When the Slope of the trend first becomes significantly positive, you could open a long position. You could sell, or open a short position when the Slope first becomes significantly negative.. But this is not simple. Ypu must know the signifance of the trend by r2( r sequared). If anyone have this indicator, please upload it and I will happily to show the using this indcator too....

     

    Jedixs

  2. Aiyo!!! This is not call repaint.

     

    If i not mistaken, there are two types of arrows:

    - One is break line arrow (Small Arrow)

    - One is fractal arrow (Big Arrow)

     

    The Green and Red arrows more look like the Fractal Arrow.

    This is the formula issue in the Buy/Sell Expert Advisor. It must satisfy the condition below:

     

    The Peak formula is done in this way:

    - To the left of the Pivot Bar, there must be 1 bar lower then the pivot bar

    - To the right of Pivot Bar, there must be 3 bars lower or any bars equal to the pivot bar

    - The pivot bar High must not equal to the Low

     

    The Trough formula is done in this way:

    - To the left of the Pivot Bar, there must be 1 bar Higher then the pivot bar

    - To the right of Pivot Bar, there must be 3 bars Higher or any bars equal to the pivot bar

    - The pivot bar High must not equal to the Low

     

    So the 2 arrows satisfy the condition:

    * you should only see the Peak line (Red Arrow) on 10.5.2011 when 13.5.2011 market close.

    * you should only see the Trough line (Green Arrow) on 25.4.2011 only when 28.4.2011 market close

     

    However, there are also quite a number of locations meet the condition but did not display the arrows. There maybe additional condition in formula that prevented it. So it is advisable to display the peak and trough line.

     

    Can someone post the fractal formula here ?

     

    When you talk about ZigZag or the MT4 Fractal, the condition is likely that it must had 2 bars on each side of the pivot bar that it work.

    In your description, you probably thinking about that way.

     

    But this is basically modified from Darvas Box idea. ZigZag will show you strong pivot point, but other than ZigZag do, this DarvasBox derived method can sometime show you price consolidation.

     

    Did I proved to you that I still new at trading now ?

     

    Yes you are rokie..>Sorry. In this system big arrows are peak and trough, small ones are the miner peak and trough...Anyway don not use any signal or indicator that use peak and though math....these are only for fractals...t3b is a repaint or re signal formula if you use it with arrows-signal etc.... But if you -want use it like fractal points its useful for trading. but not a system.

  3. This is 1st time I heard about repaint about the indicators. I think you see wrongly.

     

    The peak and trough lines are drawing for begin bar till the max bar (or current bar). However due to matastock inability to compute to the full max bar. it always draw till last 4 bars before max. Then they extend 2 more peak and trough lines called last 4bars peak or trough (something liked that). draw from 8-12 bars before the current bar. So in the chart, there actually contains 4 lines.

     

    There a lot of inability in this charting package likes data less that 1 year, the 1/2/3 year indicator keep poping window to warn you.

    That why, i don't like metastock.

     

    I think you are new at trading. You will see so much about indicators:Zigzag is one of them.

    In the system that you see a buy arrow is seen after 4 days... It means when you see a buy arrow on 05-05.2011 ..this signal occurs on 09.05.2011...

    At all programs beaware of peak and though formulas... That is not in metastock its all about trading platforms... You can find everything in MS. Alert windows and etc. MS is not for everyone.

     

    http://img225.imageshack.us/img225/5338/t3ba.jpg' alt='t3ba.jpg'>

  4. This is Demark' s projected range formula.. not a secret projection ... her is the metastock formula ; This system is use for professionals and for pit traders that trading with pivot lines...

     

    it is based on a fomula from pivot lines..

    if the close is <than the previous close than he takes the upper projection line as m3 pivot line and the bottom proj line m1

    ift the close is > thand previous close than he takes the upper prohection line m4 and the bottom proj line is m2..

    this are not the absulete lines... you can find your way according to them but they are not a strict lines...be carefulll

     

    TPH1:=(H+C+2*L)/2-L;

    TPH2:=(2*H+L+C)/2-L;

    TPH3:=(H+L+2*C)/2-L;

    TPL1:=(H+C+2*L)/2-H;

    TPL2:=(2*H+L+C)/2-H;

    TPL3:=(H+L+2*C)/2-H;

    PH:=If((C<O),TPH1,If((C>O),TPH2,If((C=O),TPH3,0)));

    PL:=If((C<O),TPL1,If((C>O),TPL2,If((C=O),TPL3,0)));

    PH;

    PL;

×
×
  • Create New...