PDA

View Full Version : EasyLanguage to NinjaScript translator


Joel Reymont
05-25-2007, 07:18 AM
http://algokit.com

There's no support for EL user functions yet and I'm in the process of updating the compiler to support TS 8 reserved words and functions. I wrote it using the TS 2000i reference as a guide.

Thanks, Joel

scallc
06-10-2012, 12:37 AM
http://algokit.com

There's no support for EL user functions yet and I'm in the process of updating the compiler to support TS 8 reserved words and functions. I wrote it using the TS 2000i reference as a guide.

Thanks, Joel

Joel, not sure if you're still active - but we're very interested in your progress with NinjaScript to EasyLanguage conversion utilities. Please provide any update(s) /etc..

Regards,

scallc

Joel Reymont
06-10-2012, 03:24 PM
There seems to be no market for this translator.

It would make sense for me to finish the project if I were able to find 10-20 prospects willing to vote with their wallets.

I haven't been able to find these prospects, though.

borland
06-10-2012, 09:24 PM
Most traders don't know how to program in C# very well. Likewise, most C# programmers don't know how to trade very well. What's needed.... is somthing in between.

I think there is a market for an interpreterr/complier of specialized scripting languages that generates strategies in Ninjascript code. By specialized, I mean one language for Custom Indicator Methods (charts), and one language for both Automated Trading (trade logic and trade management).

A scripting language complier for the Custom Indicator Methods would likely be much easier than one for Automated Trading, as the NT reference library indicators are not robust enough for complex or fully developed trading strategies which require extensive computational processing.

Technical Indicators used in advanced trade logic would likey need to be optimized to eliminate unnecessary repetitive calculations on already processed historical data.

Joel Reymont
06-11-2012, 06:10 AM
By specialized, I mean one language for Custom Indicator Methods (charts), and one language for both Automated Trading (trade logic and trade management).


Is EasyLanguage easy enough to be the indicator language?

What would the automated trading language look like?

borland
06-11-2012, 08:00 AM
Probably not. Most would probably want a language that was more in between C# and EasyLanguage. For indicator language, it should include:

-multi-instrument (chart indicator based on another instrument)
-a wizard that allows for language construction (formula wizard) and syntax checking

Automated trading language could include these features, but add additional features like.

-multi-timeframes
-a wizard that handles trade management and order entry
-a wizard that allows constructing entry and exit trade logic

Independent modules could be combined to form a trading system.