Monday, January 05, 2009     | Register
TradersStudio Forums
Subject: basic doubts

You are not authorized to post a reply.   
Author Messages
vinoth
Posts:7

09-30-2008 11:16 PM Alert 

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) ?
2. How can i configure the value returned by GetActiveMinMove() ?
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 ?
4. What is the difference between in-built "Systems" and "System functions"?

 

-Regards

Vinoth

murray
Posts:435

09-30-2008 11:40 PM Alert 
:

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"?

 System functions are functions which can contain functions which can only be called by a system but you wanted to create a function so you have reusable code.

 

You are not authorized to post a reply.



ActiveForums 3.6
TradersStudio® Copyright 2004-2009 All Rights Reserved   |  Privacy Statement  |  Terms Of Use