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

Re[3]: neoticker compared to TS



PureBytes Links

Trading Reference Links

Ernie,

You can write a trading system just like TS, with the
flexibility to place order on data series other than the 1st one in a chart :)

Parameter tuning-wise, you can do that in NeoTicker.
To clarify the issue a bit, when I said no explicit optimization,
that means no explicit optimization user interface.

Since NeoTicker can embed trading systems in indicators and
indicators can be embedded in indicators, you can easily 
write an indicator to loop through the range of values for
optimization and rank the result based on your own customized 
system statistics.

NeoTicker do produces text based reports of all the transactions 
happened during the system test and in fact you can
access the transactions one by one within the trading system 
during the test, thus trading signals can be based on transaction 
informations as well.

NeoTicker also produces basic trading summary. No fancy stuff yet :)

Lawrence