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

Wish List



PureBytes Links

Trading Reference Links

These two items would open a whole new universe of possibilities for
Metastock:

1> A Function, that would load an ascii text file as and indicator and a
variable for the security name(maybe the date as well):

The ascii text file would be:

Date, Indicator.

mPath := "c:\NeuralNets\" & SecurityName & ".txt"

NetResult := LoadFile(mPath);
NetResult;

This could be used in custom indicators, system tests, and explorations.
This would allow the powerful stategy of being able to test a security for
'relative strength' compaired to a market.  It also solves the problem of
easily being able to include things like Neural Net indicators and complex
calculations from spreadsheets.

2> It would be great if on system tests you could initiate the trade on the
open and close it on the close.  Would be great for daytrading stategies.
This could be as simple as:

If closelong position = c then  = c-o
If closeshort position = c then  = o-c

Of course, the reports would have to be fixed too - and maybe some new flag
markers:
DaytradeLong and DaytradeShort.