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

Re: [amibroker] Semi-OT: How is the world wide economic crisis affecting your trading?


  • To: amibroker@xxxxxxxxxxxxxxx
  • Subject: Re: [amibroker] Semi-OT: How is the world wide economic crisis affecting your trading?
  • From: Ronald Davis <xokie7@xxxxxxxxx>
  • Date: Wed, 18 Feb 2009 10:25:15 -0800 (PST)

PureBytes Links

Trading Reference Links




Late in 2008, I opened an account at EVERBANK, then  liquidated almost everything, and purchased one year CD'S yielding 4.9%. 
 
I still have two ROTH, accounts that I am NOT trading that are earning only about 1%.  
 
Last night, I did some more AFL coding  in my ongoing quest for a HOLYGRAIL rangebound CCI indicator. 
 
Gerard Carey graciously provided me with the mathmatics that make the Amibroker CCI stay RANGEBOUND from zero to 50.
 
For anyone who may be interested, the code for the Gerard Carey rangebound CCI is below this line.     Ron D
 -----------------------------------------
periods=Param("Periods",15,1,100,1);
scaleCCI=StDev(CCI(periods),3* periods); //scale CCI swing
rbCCI=0.5*(1+tanh(CCI(periods)/scaleCCI));
rbCCI=25*rbCCI; //CCIboundto[0,50]
rb=rbCCI;
------------------------------------------
 
 
--- On Wed, 2/18/09, Ken Close <ken45140@xxxxxxxxx> wrote:
From: Ken Close <ken45140@xxxxxxxxx>
Subject: [amibroker] Semi-OT: How is the world wide economic crisis affecting your trading?
To: amibroker@xxxxxxxxxxxxxxx
Date: Wednesday, February 18, 2009, 10:09 AM

This is a world wide forum.  We almost always talk about AB and how to work it.  We almost never talk about actual trading.
 
Is the world wide economic crisis as bad in your countries/locations as it seems in the US?  What changes have you made to your usual trading patterns, explorations, signals, etc. to accommodate this crisis?  What are you finding is most successful?  Short side obviously.  Buying Puts?  ?????
 
Just curious.
 
Ken






__._,_.___


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

__,_._,___