PureBytes Links
Trading Reference Links
|
The function in C++ for MS Visual C++ 6.0
void _stdcall ADA_CALCSHORTSTOP(
DWORD indiNoStart,
DWORD indiNoEnd,
float minWinRate,
float *retRiskRatio,
float *retRiskLevel,
float *retAvgTrade,
float *retProfitTarget)
{
}
Don't forget to write in the DEF file
ADA_CALCSHORTSTOP
The EL Stuff:
DefineDLLFunc:
"ADAPTIVE.DLL",void,"ADA_CALCSHORTSTOP",DWORD,DWORD,float,LPFLOAT,LPFLOAT,LP
FLOAT,LPFLOAT;
ADA_CALCSHORTSTOP(0,0,0.3,&riskRatio,&riskLevel,&avgProfit,&profitLevel);
----- Original Message -----
From: "Todd Hanson" <todd@xxxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Wednesday, September 19, 2001 3:09 PM
Subject: RE: omega-digest Digest V101 #451
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Could anyone out there help me out with some sample Tradestation .dll
> files written in C++? I am having a hell of a time trying to figure
> out how to write them from the documentation that Tradestation
> provides. If I could take apart a couple of them in C++ source I am
> sure that I could get the hang of it. You can respond to me publicly
> or privately at todd@xxxxxxxxxxxxx Thank you.
>
> - -----Original Message-----
> From: omega-digest-request@xxxxxxxxxx
> [mailto:omega-digest-request@xxxxxxxxxx]
> Sent: Sunday, December 16, 2001 9:21 AM
> To: omega-digest@xxxxxxxxxx
> Subject: omega-digest Digest V101 #451
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 6.0.2
>
> iQA/AwUBO6im/0yCwXoKnbmKEQJIogCgoTu3L/MnQ47Ih2lAPkdof7gWf64AoL/h
> XoOqhUMBGNTnSrXsJX9V9kz2
> =Iktm
> -----END PGP SIGNATURE-----
|