Reply

SQ Programming Guide / Manual

1 replies

Cerres Hee

Subscriber, bbp_participant, 1 replies.

Visit profile

3 years ago #257676

Good day everyone,

I’m new to SQ and I would like to know where can I find the SQ programming guide / manual to better understand the classes and methods built inside SQ.

For example, the lines of code below are taken from BollingerBands.java indicator file.

protected void OnBarUpdate() throws TradingException {
averageCalculator.onBarUpdate(Input.get(0), CurrentBar);
stdDevCalculator.onBarUpdate(Input.get(0), CurrentBar);

Where can I learn what other methods are inside the class AverageCalculator and the method onBarUpdate takes in 2 input arguments but what kind of arguments are required?

I hope someone can show me the link on where I can get more info on the SQ programming. Thanks.

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

3 years ago #257696

Hello,

we have some tutorials and guides in our codebase https://strategyquant.com/codebase and more material is being prepared

Also you can look into API reference here: https://strategyquant.com/sqxapi/

0

Viewing 1 replies (of 1 total)