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

Re: [amibroker] Does your eSignal data match your QP2 data???



PureBytes Links

Trading Reference Links

I am trying to do a crossover exploration with no success, the values 
for "PCS" and "PCM" values do not appear in the columns, the columns 
are blank.  Can anyone help with this?  Any help will be appreciated.
Thanks.

David K.

function PCRSI(eperc,wperc)
{

Value = EMA( RSI( wperc ), eperc );
AUC = Wilders( Max( C - Ref( C, -1 ), 0 ), wperc );
ADC = Wilders( Max( Ref( C, -1 ) - C, 0 ), wperc );
xc = ( wperc - 1 )*( ADC * Value/(100-Value)-AUC); 
PcRSIP = IIf( xc >= 0, C + xc, C + xc*(100-Value)/Value );

return PCRSIP;
}
//function calls
PCS=PCRSI(50,18);
PCM=PCRSI(100,21);

Filter = Cross(PCS,PCM);
Column1 = PCS;
Column1Name = "PCS";Column1 = PCS; WriteVal(PCS);
Column2 = PCM;
Column2Name = "PCM";Column2 = PCM; WriteVal(PCM); 



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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 
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/