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

RE: [amibroker] Price vs Volume



PureBytes Links

Trading Reference Links




Has 
anyone coded a quartile or octal plot of Price vs Volume for a 
specified period.
e.g. 
Intraday, daily, weekly, annual plot within the range of prices (H-L), the 
cumulative volume divided into 4or 8 horizontal bars
<FONT face=Arial color=#0000ff 
size=2> 
<FONT face=Arial color=#0000ff 
size=2>Thanks,
<FONT face=Arial color=#0000ff 
size=2> 
Mr 
Valley

  <FONT face=Tahoma 
  size=2>-----Original Message-----From: Dimitris Tsokakis 
  [mailto:TSOKAKIS@xxxxxxxxx]Sent: Monday, May 26, 2003 12:54 
  AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] 
  Price vs Volume
  MACDvol and MACDobv may be combined with MACD() and give 
  interesting informations for the phase of a trend.
  Here is an outline:
   
  1. MACDvol
  A sell-off is easily detectable when MACD()<Signal() and 
  MACDvol>Signalvol.
  [The end of a sell-off is usually a healthy and sustainable 
  bullish movement, when we speak for good fundamentals]
   
  <FONT 
  size=2>MACDVol=EMA(V,12)-EMA(V,26);Signalvol=EMA(MACDvol,9);Plot(MACDvol>Signalvol,"",1,2);Plot(MACD()>Signal(),"",4,8);Check 
  periods like SELLOFF1.gif
   
  2. MACDobv
  The price usually anticipates Volume [from A to 
  B]
  The main part of the trend comes when MACDobv also 
  participates.
  When MACDobv stops, it is better to prepare your exit<FONT 
  size=2>, the bears are coming from the corner. [see 
  SELLOFF2.gif]
   
  <FONT 
  size=2>MACDobv=EMA(OBV(),12)-EMA(OBV(),26);Signalobv=EMA(MACDobv,9);Plot(MACDobv>Signalobv,"",1,2);Plot(MACD()>Signal(),"",4,8);
   
  Dimitris Tsokakis
   Send 
  BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx-----------------------------------------Post 
  AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  Your use of Yahoo! Groups is subject to the <A 
  href="">Yahoo! Terms of Service. 







Yahoo! Groups Sponsor












Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.