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

RE: [amibroker] Bollinger band cross with price


  • Date: Sat, 12 Dec 2009 11:36:56 +0530
  • From: "Somnath Auddy" <s.auddy@xxxxxxxxx>
  • Subject: RE: [amibroker] Bollinger band cross with price

PureBytes Links

Trading Reference Links



Dear Deepak,

 

Would you please mind to teach me HOW CAN I DOWNLOAN NSE/BSE data in AMIBROKER and read the day on day to day basis. 

 

Please help me.

Regards,

Somnath

 


From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Deepak Patade
Sent: Friday, December 11, 2009 10:17 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Bollinger band cross with price

 

 

 

Hi,

Can any body help me.

i want to buy when price touches Bollinger band bottom and sell when it touches Bollinger band top.

How to write this in afl.

 

_SECTION_BEGIN("Bollinger Bands");

P = ParamField("Price field",-1);

Periods = Param("Periods", 7, 2, 300, 1 );

Width = Param("Width", 1, 0, 10, 0.05 );

Color = ParamColor("Color", colorCycle );

Style = ParamStyle("Style");

Plot( BBandTop( P, Periods, Width ), "BBTop" + _PARAM_VALUES(), Color, Style );

Plot( BBandBot( P, Periods, Width ), "BBBot" + _PARAM_VALUES(), Color, Style );

 

 

this is BB afl.

Do help out


 

Deepak Patade,
Nasik.

 

 

 

 



__._,_.___


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

__,_._,___