Monday, September 8, 2008

Better Volume

Code Snipest

bool canTradeTime = startTime == endTime ||
(endTime > startTime && (TimeGT(startTime) && TimeLE(endTime))) ||
(endTime < startTime && (TimeGT(startTime) || TimeLE(endTime)));

Sunday, September 7, 2008


TS8 ELD that include extended version of the NT functions, all those function are identical to NT original function, they just have EX in fromt of the name and extra parameter (the 1st one) the symbol name so you can pass any function you like