{{theTime}}

Search This Blog

Total Pageviews

Price Continuity Definition

A characteristic of a liquid market where the price movements between transactions are relatively small. Each trade results in minimal price changes, as if the proceeding price continued through to the next transaction.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...