[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] TRIN (Arms Index) and TSV



PureBytes Links

Trading Reference Links

Hi, all,

This is my first participation.

I have been trying to make the TRIN indicator work by following the directions int he Help file as follows:

  1. Open Categories under Symbol menu
  2. Select NYSE under the Base Index for Composites and RSI

  3. Go to Symbol Calculate Composites where I choose: Number of Advance/Declines, All Quotes, All Markets per online help.

  4. When I click on Calculate I get a small menu that has a heading "Undefined." Then it closes with 0 time elapsed.

  5. I am using TC2005 plug in for data, if that matters.


Can anyone tell me what I am doing wrong? Would appreciate your help.

Charles

P.S. I piddled around with a couple of efforts to produce a TSV (from TC2000) and lucked onto this one. The following formula for TC2000 TSV works exactly like the real one (as far as I can tell) as far as cross overs and shape, though the magnitudes seem to vary slightly. However, Magnitude doesn't really matter with TSV, but mainly the direction of the slope and whether it is above or below the 0 line. Check it out.

//TSV Clone

// I figured out this by tackling the name of the indicator: Time Segmented Volume.

//I figured it would have to be some kind of moving average based around volume. It works.

//TSV has no specific value in TC2000. The key is in the divergence or convergence and in its position

// above zero line. So, although this isn't an exact match, it is close enough for interpretation identical

// to the real TC2000 TSV. I intend to play with the time element to see what happens.

//All the crossovers are at the right dates and the shapes are close to identical.

 

Time = 18;  

TSVd= ( C-Ref(C,-1)) / ( H-L)*V;

TSV=EMA(0.10526315789473684210526315789474*(EMA(TSVd,13)),1) * Time/10000000;

Plot(TSV,"TSV",colorBrightGreen,1);

Plot(0,"",47,1);

 

 


 



Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html





Yahoo! Groups Links