Hi,
I've got some basic doubts where the manuals were not helpful:
1. What is the prototype of function SetCell (Not available in help) ?
Public Sub SetCell(row As Variant, col As Variant, CellType As Variant, width As Variant, Value As Variant)
eText = 1
eFloat = 2
eInteger = 3
eCurrency = 4
ePercent = 5
eDate = 6
2. How can i configure the value returned by GetActiveMinMove() ?
It is set in the data universe
3. TradersStudio Help mentions in "Built-in Global Variables" that there are 255 built-in variables GValue1 to GValue254. But the built-in system function MarketBreakDown2() uses GValue501 to GValue506. Isn't this a conflict and if so, how many are actually available ?
It is safe to use up to 254, because TradersStudio uses from 255 to 512 for it's own internal use, this way we don't have conflicts.
4. What is the difference between in-built "Systems" and "System functions"?