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

RE: [amibroker] Re: TJ: TASC February 2005 Traders Tips



PureBytes Links

Trading Reference Links

I find the SFO magazine interesting and helpful.  I have been receiving it
free for nearly 2 years now.  I recently received the following email from
them.  It's definitely worth a look, and the price is right.

Best regards,

Perry Lentine

_________________________________

We trust you are enjoying your free subscription to SFO magazine, so why not
share this great resource with all your friends.  Feel free to forward this
email to your friends and associates who also value quality editorial,
covering all trading aspects of stocks, futures and options.

Forward the link below to your friends so they can also receive a FREE no
obligation 2005 subscription to SFO magazine:
http://www.sfomag.com/blastemails/counterTXT4.asp?RefID=1


What SFO brings to you:

- Industry updates that impact your trading
- Trader psychology, strategies, charting and other pertinent trader tools
to help you become a better trader and investor
- Feature interviews from experts in the field of stocks, futures and
options
- Online access to current and past issues 24 hours a day
- and much more, every month!

Don't trade without knowing all the facts. More than 100,000 active traders
find immediate updates and top industry information in SFO magazine - The
Official Journal for Personal Investing in Stocks, Futures and Options.
Packed with coverage of the stocks, futures and options world, this unique
publication leads the way in traders' news, commentary, interviews,
psychology, strategy, analysis and more.

Forward the link below to as many friends as you’d like so they too can
start receiving their FREE SFO subscription:
http://www.sfomag.com/blastemails/counterTXT4.asp?RefID=1


-----Original Message-----
From: Christoper [mailto:turkey@xxxxxxxxxxxxxxx]
Sent: Sunday, January 16, 2005 1:00 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: TJ: TASC February 2005 Traders Tips




Hey - thanks for the reply... I don't think I was exactly clear.  I
was wondering, now without TASC, what other magazines, newsgroups,
websites do you visit.

Thanks...

BTW in your reply you said: "Establish commissions or transaction
costs of at least 1/2% on each side of the trade"  Well my broker
charges fairly straight commissions, so I'm faily certain of the
commissions.  Now as for the 1/2% is this like to compensate for
slippage?  and then how would the 1/2% be used in afl code?

--- In amibroker@xxxxxxxxxxxxxxx, "Phsst" <phsst@xxxx> wrote:
>
> I don't have a simple answer for you, but I can give some guidance...
>
> 1) Open yourself up to as many sources of ideas as possible.
>
> 2) Establish some basic setup parameters such as:
> SetFormulaName( "Name of your Backtest" );
> SetTradeDelays(1,1,1,1);
> SetOption("InitialEquity", 100000);
> SetOption("AllowPositionShrinking",True);
> RoundLotSize = 1;
> PositionSize = -20;
> Buy = Sell = Short = Cover = 0;
>
>
> 3) Apply the purported rules of the new Buy, Sell, Short, Cover
> setups. (You eill need to test Long and Short setups both seperately
> and in Combo).
>
> 4) Establish commissions or transaction costs of at least 1/2% on each
> side of the trade.
>
> 5) If your initial results are in any way positive, then start
> tweaking your parameters to see if you can get any improvements,
> including adjusting the SetTradeDelays parameters to match 'real life'
> trading conditions.
>
> All of the above is pretty intuitive. And usually, you will be able to
> cull 98%+ of all stradegies on the 1st pass or two.
>
> But when you get any kind of positive result, then dig in and be
> prepared to spend 20 to 40 hours to tweak the stradegy to see where it
> leads you.
>
> My problem at present is that I blow up on 98% of my optimize efforts
> as a result a current memory bug in AB which TJ promises to fix in the
> next major release of AB.
>
> Rgds..
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Christoper" <turkey@xxxx> wrote:
> >
> > Yeah, I've purchased, tested, played with tasc issues over the past
> > year, and never found anything really useful either.  Its encouraging
> > to see that I'm not alone.
> >
> > Having said that, where else do you go for 'inspiration'?
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Phsst" <phsst@xxxx> wrote:
> > >
> > > Graham,
> > >
> > > One final point...
> > >
> > > The reason I stopped subscribing to TASC several years ago was
that I
> > > don't remember *ever* seeing any articles written in TASC that shed
> > > any real *lignt* on trading.
> > >
> > > But that may be just my own limited viewpoint.
> > >
> > > Rgds,
> > >
> > > Phsst
> > >
> > > --- In amibroker@xxxxxxxxxxxxxxx, "Phsst" <phsst@xxxx> wrote:
> > > >
> > > > Hi Graham,
> > > >
> > > > I don't subscribe to TASC either.
> > > >
> > > > But from the variable names of the afl, it seems clear what the
> > > > intention of the logic is.
> > > >
> > > > And if you are like me, you might have put together some
simple afl
> > > > backtests to 'see what shakes'.
> > > >
> > > > My own quick analysis pretty well discounted the validity of the
> > > > variable names.
> > > >
> > > > If anyone found anything positive about the Entry / Exit logic
> of the
> > > > stradegy, then let the rest of us know. Otherwise, a
> confirmation post
> > > >  of the lack of validation would be appreciated.
> > > >
> > > > Rgds,
> > > >
> > > > Phsst
> > > >
> > > > --- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx>
wrote:
> > > > > Is it possible to get the description of how this is used
please?
> > > > >
> > > > >
> > > > > On Sun, 16 Jan 2005 07:18:38 +0800, Graham <kavemanperth@xxxx>
> > wrote:
> > > > > > It is the regions when the conditions Entrysignal and
exitsignal
> > > > are both false
> > > > > > Entrysignal = blue
> > > > > > exitsignal = orange
> > > > > > else = grey
> > > > > >
> > > > > > On Sat, 15 Jan 2005 22:44:50 -0000, sthlm_69 <sthlm_69@xxxx>
> > wrote:
> > > > > > >
> > > > > > >
> > > > > > > Tomasz,
> > > > > > >
> > > > > > > We know what the red and blue color ribbon is, but what
is the
> > > grey?
> > > > > > >
> > > > > > > Thanks.
> > > > > > >
> > > >
> > > > > > > --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko"
> > > <amibroker@xxxx>
> > > > > > > wrote:
> > > > > > > > Hello,
> > > > > > > >
> > > > > > > > OK. It is posted now.
> > > > > > > >
> > > > > > > > Best regards,
> > > > > > > > Tomasz Janeczko
> > > > > > > > amibroker.com
> > > > > > > > ----- Original Message -----
> > > > > > > > From: "jnk1997" <jnk1997@xxxx>
> > > > > > > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > > > > > > Sent: Saturday, January 15, 2005 10:00 PM
> > > > > > > > Subject: [amibroker] TJ: TASC February 2005 Traders Tips
> > > > > > > >
> > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Thomasz,
> > > > > > > > >
> > > > > > > > > Could you please post the code for "The Truth about
> > > Volatility"
> > > > > > > in
> > > > > > > > > the members area please.
> > > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > > Jim
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Check AmiBroker web page at:
> > > > > > > > > http://www.amibroker.com/
> > > > > > > > >
> > > > > > > > > Check group FAQ at:
> > > > > > > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > > > > > > > > Yahoo! Groups Links
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Check AmiBroker web page at:
> > > > > > > http://www.amibroker.com/
> > > > > > >
> > > > > > > Check group FAQ at:
> > > > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > > > > > > Yahoo! Groups Links
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Cheers
> > > > > > Graham
> > > > > > http://e-wire.net.au/~eb_kavan/
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Cheers
> > > > > Graham
> > > > > http://e-wire.net.au/~eb_kavan/






Check AmiBroker web page at:
http://www.amibroker.com/

Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links











------------------------ Yahoo! Groups Sponsor --------------------~--> 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~-> 

Check AmiBroker web page at:
http://www.amibroker.com/

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/