Reply

SQ_MoneyManagement not recognized by TradeStation

2 replies

kleung88

Customer, bbp_participant, community, 32 replies.

Visit profile

7 years ago #116065

Hello, I converted the Strategy Builders generated strategies into TradeStations Easy Language code.  The conversion was successful, but after I pasted the codes into the TradeStation EasyLanguage editor, the following line brought out the compilation error :

 

            NumberOfShares = SQ_MoneyManagement(CapitalSize, SLSize, MoneyManagementType, TradeSize, SizeRounding, RiskPerTrade, MaxTradeSize);

 

The variables are declared OK, but the function “SQ_MoneyManagement” is not recognized by TradeStation.

 

How may I get this resolved please ?  And why would coding generated for TS not recognized by TS please ?
 

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

7 years ago #140569

Hello,

 

In order to make SQ strategies work with Tradestation, you have to import some custom EasyLanguage functions into your Tradestation.

 

Follow the SQ PDF guide on page 13.

0

kleung88

Customer, bbp_participant, community, 32 replies.

Visit profile

7 years ago #140576

Thank you Advanced Member, I found them.

0

Viewing 2 replies - 1 through 2 (of 2 total)