SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : TA-Quotes Plus -- Ignore unavailable to you. Want to Upgrade?


To: Carolyn S. who wrote (2995)1/12/1998 5:21:00 PM
From: Michael Quarne  Read Replies (1) | Respond to of 11149
 
I'm with you on this one.

I've purchased a book for "Absolute beginners to C." So I can better understand and use the new and improved version.

Arctic Mike



To: Carolyn S. who wrote (2995)1/12/1998 5:50:00 PM
From: Sean W. Smith  Respond to of 11149
 
Carloyn,

You can do rudimentary testing in QP2, but WOW and MSWin are more robust....

QP 1.0 and 2.0 do have DLL interface's which allow you to write
custom indicators....

Sean



To: Carolyn S. who wrote (2995)1/12/1998 10:51:00 PM
From: Jeff Grover  Read Replies (1) | Respond to of 11149
 
I had used the QP1 .DLL interface extensively to write my own scans with custom indicators, I have attached the rep specs below in this message. I know that QP2 will also offer a .DLL interface but have not recieved critical info yet to explore its potentials.

I've asked that the upcoming release or future version also offer ability to use QP built indicators AND the ability to reference a custom indicator (written in C++) from the QP scan language.

Oh, what beautimous things I could do with such a capability.

The QP1 rep specs:

InitReadStock();
Open_Files( int which_files , char *dir );
Close_Files( int which_files );
QP_LoadSymbol( char *sym , void *ptr , int max_rec , int RAWDATA = FALSE );
QP_LoadFirstSymbol( void *ptr , int max_rec , char *sym );
QP_LoadNextSymbol( void *ptr , int max_rec , char *sym );
QP_WK_LoadSymbol( char *sym , void *ptr , int max_rec , int RAWDATA = FALSE );
QP_WK_LoadFirstSymbol( void *ptr , int max_rec , char *sym );
QP_WK_LoadNextSymbol( void *ptr , int max_rec , char *sym );
QP_ReadMaster( char *sym , usr_master_def *usrmaster );
QP_ReadFirstMaster( int idx , char *target , int length , void *vptr );
QP_ReadNextMaster( int idx , void *vptr );
QP_ReadPrevMaster( int idx , void *vptr );
QP_ReadFirstSplit( char *sym , void *vptr );
QP_ReadNextSplit( void *vptr );
QP_ReadFirstNameChg( int idx , char *target , int siglen , void *maptr );
QP_ReadNextNameChg( int idx , void *vmaptr );