SendStream (StreamId, Stream, Date) - Sends a time series described by the parameter Stream and designated by the unique StreamID to all open charts which include a GetStream indicator with a matching StreamID.
Where:
StreamId: is an arbitrary integer, from 1 to 32000, designated by the user in no particular order. During an active NeuroShell session, the StreamIds included in the SendStream indicators must be unique, otherwise incorrect data could be transmitted.
Stream: a time series (open, high, low, close, bid, ask, MACD, position, output of a Trading Strategy or neural network prediction, etc.)
Date: defaults to a value the user should not change.
|