About: EasyLanguage

An Entity of Type: language, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

EasyLanguage is a proprietary programming language that was developed by TradeStation and built into its electronic trading platform. It is used to create custom indicators for financial charts and also to create algorithmic trading strategies for the markets. External DLL's can be referenced using EasyLanguage which greatly extends its functionality. Example: * Plain English: "If the close is greater than the high of 1 day ago, then buy 100 shares at market." * EasyLanguage: "if the Close > the High[1] then Buy 100 shares next bar at market;"

Property Value
dbo:abstract
  • EasyLanguage is a proprietary programming language that was developed by TradeStation and built into its electronic trading platform. It is used to create custom indicators for financial charts and also to create algorithmic trading strategies for the markets. External DLL's can be referenced using EasyLanguage which greatly extends its functionality. The language was originally intended to allow creation of custom trading strategies by traders without specialized computer training. Simple practical commands may consist of regular English words, which makes some of the basic elements of EasyLanguage more intuitive to learn than more complex programming languages. Example: * Plain English: "If the close is greater than the high of 1 day ago, then buy 100 shares at market." * EasyLanguage: "if the Close > the High[1] then Buy 100 shares next bar at market;" While rudimentary commands can be executed using plain language expressions, computer programming experience is generally required to take full advantage of the more sophisticated algorithmic features of Object Oriented EasyLanguage (OOEL), which has been influenced by Object Pascal, C#, and C++ and makes extensive use of classes and dynamic-link libraries. (en)
  • EasyLanguage是所开发的专属编程语言,并内建于TradeStation交易平台上。该语言主要被用来建立金融图表上的客制化指标,以及建立金融市场的演算法交易逻辑。外部的动态链接库可以透过EasyLanguage调用,大幅延伸其功能。 EasyLanguage被设计来让未曾受过专业计算机程序开发训练的交易员,也能够轻松建立客制化交易策略,因此语言大多由一般具可读性的英文单字所组成,使得EasyLanguage较一般计算机程序语言更加容易学习。 举例来说:如果我们的策略是「如果结算价格比一天前的最高价格更高,就以市价委托单买进100股」,EasyLanguage的写法为:「if the Close > the High of 1 day ago then Buy 100 shares next bar at market;」 虽然EasyLanguage被设计来给 TradeStation使用,其他的交易平台逐渐开始支持用EasyLanguage写成的脚本语言,以增加与TradeStation的相容性。在众多高端的自动化交易系统中,Multicharts从各种方面来说的支持度最广泛。值得一提的是,Multicharts所使用的专属脚本语言叫,不但极为相似、而且全数相容于EasyLanguage 。 (zh)
dbo:influencedBy
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 8648665 (xsd:integer)
dbo:wikiPageLength
  • 3452 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1106208465 (xsd:integer)
dbo:wikiPageWikiLink
dbp:fileExt
  • .eld (en)
dbp:influencedBy
dbp:name
  • EasyLanguage (en)
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • EasyLanguage是所开发的专属编程语言,并内建于TradeStation交易平台上。该语言主要被用来建立金融图表上的客制化指标,以及建立金融市场的演算法交易逻辑。外部的动态链接库可以透过EasyLanguage调用,大幅延伸其功能。 EasyLanguage被设计来让未曾受过专业计算机程序开发训练的交易员,也能够轻松建立客制化交易策略,因此语言大多由一般具可读性的英文单字所组成,使得EasyLanguage较一般计算机程序语言更加容易学习。 举例来说:如果我们的策略是「如果结算价格比一天前的最高价格更高,就以市价委托单买进100股」,EasyLanguage的写法为:「if the Close > the High of 1 day ago then Buy 100 shares next bar at market;」 虽然EasyLanguage被设计来给 TradeStation使用,其他的交易平台逐渐开始支持用EasyLanguage写成的脚本语言,以增加与TradeStation的相容性。在众多高端的自动化交易系统中,Multicharts从各种方面来说的支持度最广泛。值得一提的是,Multicharts所使用的专属脚本语言叫,不但极为相似、而且全数相容于EasyLanguage 。 (zh)
  • EasyLanguage is a proprietary programming language that was developed by TradeStation and built into its electronic trading platform. It is used to create custom indicators for financial charts and also to create algorithmic trading strategies for the markets. External DLL's can be referenced using EasyLanguage which greatly extends its functionality. Example: * Plain English: "If the close is greater than the high of 1 day ago, then buy 100 shares at market." * EasyLanguage: "if the Close > the High[1] then Buy 100 shares next bar at market;" (en)
rdfs:label
  • EasyLanguage (en)
  • EasyLanguage (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
foaf:name
  • (en)
  • EasyLanguage (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License