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

[amibroker] Indicator Formula Build -need help



PureBytes Links

Trading Reference Links

hello

I have built a CCI(6,14,34) indicator combination by the formula
attached below ,and it`s work fine.
I would like to add onto a MACD (6,10,1 - a one line graph)of the CCI
if it`s possible.

thanks


MaxGraph= 5;
CCIFAST = 6 ;
CCISLOW =14;
CCILONG = 34;



// range = Prefs( 33 );
_N( strslow  = "("+WriteVal( CCISLOW, 1.0 )+")" );
_N( strfast = "("+WriteVal( CCIFAST, 1.0 )+")" );
_N( strlong = "("+WriteVal( CCILONG, 1.0 )+")" );

//Plot( i1 = CCI( CCISLOW ), "CCI"+strslow,29, -8 );
Plot( i1 = CCI( CCISLOW ), "CCI"+strslow,colorBlue, style = 4 );
Plot( i16 = CCI(CCIFAST), "CCI"+strfast,-8) ;
Plot( i1 = CCI(CCILONG), "CCI"+strlong,colorYellow , style= 1 ) ;


Graph3Color = colorYellow;
//Graph0 = CCI(CCIFAST);
Graph1Style = 4 ;
//Graph1 = CCI(CCISLOW);
Graph2 = CCI(CCISLOW) ;
 




------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/O10svD/Me7FAA/AG3JAA/GHeqlB/TM
---------------------------------------------------------------------~->

Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

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