|
 DLL's for
definedllfunc:"ts_find32.dll",int,"findOpen",lplong,lpfloat,long;
definedllfunc:"ts_find32.dll",int,"findHigh",lplong,lpfloat,long;
definedllfunc:"ts_find32.dll",int,"findLow",lplong,lpfloat,long;
definedllfunc:"ts_find32.dll",int,"findClose",lplong,lpfloat,long;
definedllfunc:"ts_find32.dll",int,"findUpTicks",lplong,lpfloat,long;
definedllfunc:"ts_find32.dll",int,"findDownTicks",lplong,lpfloat,long;
definedllfunc:"ts_find32.dll",int,"findVolume",lplong,lpfloat,long;
definedllfunc:"ts_find32.dll",int,"findOpenInt",lplong,lpfloat,long;
definedllfunc:"ts_find32.dll",word,"findinternalDate",lplong,int;
definedllfunc:"ts_find32.dll",dword,"findTime",lpint,int;
To get the value of open 10 bars in advance, and store it into value1, just type:
findopen(&open,&value1,-10);
value1=value1/pricescale;
(findopen(&open,&value1,+10)will read the value of High 10 bars in the
past as does value1=high[10]).
Same example to get high 3 bars in
advance from currentbar.
findhigh(&high,&value1,-3);
value1=value1/pricescale;
end;
And so on...
Ordering: see the ORDER section on this web.
(No trial version for this one).
PRICE is 120€
.
SEE OUR SPECIAL PRICE OFFER FOR ALL OUR
TRADESTATION DLL's.
EC users must ad 19.6%VAT or provide their international VAT
number when ordering.
Please provide your name , address, TradeStation or Supercharts Realtime
Block Number.
TradeStation Code ©1996-1998 Philippe Lembo- HLG Gestion * Monique
Hyvernaud JewelSoft & Pierre Orphelin-Sirtrade International .
Sirtrade International 110, avenue du President Wilson -F93100 Montreuil. FRANCE.
|

 |
Reading
in advance
|
 |
This DLL has 10 functions that you may call from any indicator or
system.(date and time reading in advance have been added now)
The normal use is for building training files (AI programs) or evaluating objectives
with historical data from currentbar.
With this DLL, you can also build a fully crooked system, working perfectly in the past,
regardless the timeframe or the underlying data.
If you sell such system using this DLL, we may grant you that you will spend a lot of
years in a small room with bars at the window and the door (steel bars, not bar charts)...
|
 |
 |
|