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

Re: Best alternative to TradeStation 2000i?



PureBytes Links

Trading Reference Links

If prompt mode is enabled in VB6 editor, the function arguments are
presented with variable typing as soon as any internal or external function
name is typed MyFunction(....this filled in). Assuming TW objects are
exposed to VB, this should be automatic.

Earl

-----Original Message-----
From: Mark Brown <markbrown@xxxxxxxxxxxxx>
To: Jim Michael <genepool@xxxxxxxxxx>
Cc: pierre.orphelin <pierre.orphelin@xxxxxxxxxx>; L_Omega
<omega-list@xxxxxxxxxx>
Date: Wednesday, April 28, 1999 6:24 PM
Subject: Re: Best alternative to TradeStation 2000i?


>> There are a couple of more user friendly ways to implement this:
>
>> 2: You select the function from a pick list and it is added to your code
>with the argument names filled in. You then set each argument. This exposes
>the less technically inclined to the code but makes for less errors.