PureBytes Links
Trading Reference Links
|
Steve .. Graham ..
Thanks for your help .. after a few misses finally got it right !!
> ----- Original Message -----
> From: "Bruce de Gose" <brucethegoose@xxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Saturday, July 23, 2005 4:31 PM
> Subject: [amibroker] 'Title' ..
>>I am attempting to title the undermentioned code from the library and
>> so far have made a pig's breakfast of it .. could someone please
>> advise how to do it in dummy steps as I am no coder.
>>
>> Also could you please make the code generic so I can apply it to
>> others from the library.
>>
>> By the way I have looked at the web site and the Help files but I was
>> unable to find any references to 'Title' .. if there is a reference
>> please advise where to look .. I'll try it myself first and if I screw
>> it up will request assistance.
>>
>> Thanks ..
>>
>> ------------------------------------------
>> /* CCT Kaleidoscope
>> **
>> ** Originally developed by Steve Karnish
>> ** http://www.cedarcreektrading.com
>> **
>> ** AFL translation by Tomasz Janeczko
>> **
>> ** Set scaling: Automatic
>> ** Grid: Middle
>> */
>>
>> Title = "CCTKaleidoscope"; <<<< I guess it goes here ??
>>
>> graph0=LinRegSlope(C,13)
>> + 100 * ( EMA( EMA( C - Ref( C, -1 ) ,34 ) ,21)
>> / EMA( EMA( Abs( C - Ref( C, -1) ),34 ), 21 ) )
>> +100 * ( EMA( EMA( C - (0.5 * ( HHV(H,13) + LLV(L,13))),21),3)
>> / (0.5 * EMA( EMA( HHV(H,13) - LLV(L,13),21),3 ) ) );
>> -------------------------------------------
>>
>>
>>
>> Please note that this group is for discussion between users only.
>>
>> To get support from AmiBroker please send an e-mail directly to
>> SUPPORT {at} amibroker.com
>>
>> For other support material please check also:
>> http://www.amibroker.com/support.html
>>
>>
>> Yahoo! Groups Links
>>
>>
>>
>>
>>
>>
>>
>>
> Please note that this group is for discussion between users only.
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
> For other support material please check also:
> http://www.amibroker.com/support.html
> YAHOO! GROUPS LINKS
> Visit your group "amibroker" on the web.
> To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
--
Best regards,
Unes mailto:brucethegoose@xxxxxxxxx
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|