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

Re: [amibroker] start and end chart markers


  • Date: Sat, 27 Feb 2010 13:49:37 -0500
  • From: "Anthony Faragasso" <ajf1111@xxxxxxxx>
  • Subject: Re: [amibroker] start and end chart markers

PureBytes Links

Trading Reference Links



Thanks Jerry, I will give it a try...
 
Anthony
 
 
----- Original Message -----
Sent: Saturday, February 27, 2010 1:25 PM
Subject: RE: [amibroker] start and end chart markers

 

Hello;

From TJ in 2007

/////////////////////////////

Hello,

Don't forget that BeginValue / EndValue functions allow you to calculate ANYTHING

based on two selected values (i.e. range).

SetChartOptions( 2, chartShowDates );

bv = BeginValue( Close );

ev = EndValue( Close );

Plot( C, "Price", colorBlack, styleCandle );

Title = "Change between markers = " + ( ev - bv ) + " (" + 100 * ( ev - bv )/bv + "%)";

Then use range markers (double click for start , double click for end );

Best regards,
Tomasz Janeczko
amibroker.com

///////////////////////////////

Regards,

JG


From: amibroker@xxxxxxxxxps.com [mailto:amibroker@xxxxxxxxxps.com] On Behalf Of Anthony Faragasso
Sent: Saturday, February 27, 2010 8:05 AM
To: amibroker@xxxxxxxxxps.com
Subject: [amibroker] start and end chart markers




Does anyone have a generic template using the start and end chart markers ?

I would like to calculate some statistics between selected marker periods....I have not

used these markers and do not know where or how to begin...

Thank you for any help that can be provided.

Anthony




__._,_.___


**** 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

__,_._,___