Page 1 of 1

Learning PowerLanguage/EasyLanguage

Posted: 19 Sep 2007
by james lee
I am new to MCFX pro/PowerLanguage/EasyLanguage. Where can I get tutorial on PowerLanguage/EasyLanguage. Right now I can only learn from the scripts of Studies/Signals and run into lots of problem trying to code my system. Any help is appreciated.

James

Posted: 27 Sep 2007
by Marina Pashkova
Dear James,

Sorry for the delayed response.

Info and tips on using EasyLanguage can be found here: https://www.TS.com/support/bo ... tarted.pdf and here: https://www.TS.com/support/bo ... _Guide.pdf

Posted: 28 Sep 2007
by james lee
Marina,

Thanks!



James

Learning Easy Language

Posted: 31 Oct 2007
by wagner jeremy
Thank you.

I have read those materials and I am learning the Easy Language Coding as well.

When opening positions, I understand If....then buy 100 shares at market.

What is the syntax if I want to buy 1 mini lot?

Once I get that syntax, I know I can have an input to change the number of mini/standard lots.

Does that make sense?

Thank you.

Posted: 01 Nov 2007
by Marina Pashkova
Dear jeremy,

There is no special syntax for mini lots. The smallest tradable items are contracts and shares. If you trade mini contracts they will already be regarded as normal contracts.

To have an input to change the number of lots a variable must be introduced.

e.g.

Inputs:
ABS (100),

.....

If ... then buy ACB shares at market



If you have any further questions please let us know.

Posted: 02 Nov 2007
by wagner jeremy
Thank you very much!