Product / Product Information / Improvian Language
|
|
|
With Function Builder, you can import functions from
TradeStation. Function Builder supports converting
functions from EasyLanguage only. However, there are several
problems that prevent EasyLanguage functions from being converted
into Improvian. They are as follows:
- Links to those techniques that are not implemented in
Tradecision cannot be converted without receiving an error
massage. You should try to import the unimplemented function
first;
- DLL function call cannot be translated correctly. For
example, JMA value1 = jrc.jma.2k(series,len1,phase1);
- Compiler Directives cannot be translated correctly. For
example, #BeginAlert;
- Unsupported constructions cannot be translated, for example,
RawAsk of Leg(count). There is no documented list of such
constructions.
Tradecision provides you with the useful ability to
import MetaStock code into Improvian.
This can be helpful if you would like to use a MetaStock code
in your analysis or trading techniques.
Note: you cannot import all formulas from MetaStock
automatically. There are several issues that do not allow such
easy importing. If you encounter a problem, you should review
your code to find possible reasons or contact
our Support Team.
|