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

Re: [amibroker] Better volume Indicator pls Can afl experts make an afl out of this TS code


  • Date: Wed, 25 Nov 2009 21:21:58 -0800 (PST)
  • From: ram vel <rvlv@xxxxxxxxx>
  • Subject: Re: [amibroker] Better volume Indicator pls Can afl experts make an afl out of this TS code

PureBytes Links

Trading Reference Links



video link  here


--- On Wed, 11/25/09, rvlv <rvlv@xxxxxxxxx> wrote:

From: rvlv <rvlv@xxxxxxxxx>
Subject: [amibroker] Better volume Indicator pls Can afl experts make an afl out of this TS code
To: amibroker@xxxxxxxxxxxxxxx
Date: Wednesday, November 25, 2009, 11:11 PM

 
Time again to bother you all afl experts.

I wish to request you to see if this kind of thing is possible for amibroker users.
For those who use data without bid-ask and those who use that.

Better volume indicator
============ ========= ====
please find time to watch it.

The other thing is

Is it possible to get this tradestation code in afl, sooner or later
------------ --------- --------- --------- --------- --------- - tradestation code-------- --not afl----
//Inputs: LowVol(True) , ClimaxUp(True) , ClimaxDown(True) , Churn(True) …
//Variables: BarColor(Cyan) ;
BarColor = Color;
//if BarType > 1 OR UseUpTicks = False then begin
if C > O AND Range <> 0 then Value1 = (Range/
(2*Range+O-C) )*UpTicks;
if C < O AND Range <> 0 then Value1 = ((Range+C-O) /
(2*Range+C-O) )*UpTicks;
if C = O then Value1 = 0.5*UpTicks;
Value2 = UpTicks-Value1;
//End;
if BarType <= 1 AND UseUpTicks then begin
Value1 = UpTicks;
Value2 = DownTicks;
//End;
Value3 = AbsValue(Value1+ Value2);
Value4 = Value1*Range;
Value5 = (Value1-Value2) *Range;
Value6 = Value2*Range;
Value7 = (Value2-Value1) *Range;
if Range <> 0 then begin
Value8 = Value1/Range;
Value9 = (Value1-Value2) /Range;
Value10 = Value2/Range;
Value11 = (Value2-Value1) /Range;
Value12 = Value3/Range;
//End;
------------ --------- -------
please see pdf attachment as well.

Hope you will find time to get something done on this
regards
thanks in advance
rvlv




__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___