Monday, January 05, 2009     | Register
TradersStudio Forums
Subject: Black box systems and bet sizing strategies

You are not authorized to post a reply.   
Author Messages
DarioPolo
Posts:2

07-26-2006 3:38 PM Alert 
Is it possible to test money management strategies with black box systems in TradersStudio?

Dario
murray
Posts:435

08-03-2006 12:21 PM Alert 

Yes it is possible. You can just use it in a session as part of a trade plan. You need to find out if the System calls the SetTradeRisk function. If yes then you can run a percent risk plan. If not you need to call the System from a rapper which sets the SetTradeRisk Function

 

 Sub BlackBoxCall(SLen,LLen,DollarStop)

  BlackBoxSystem(SLen,LLen)

  SetTradeRisk(DollarStop/BigPointValue)

End Function

You are not authorized to post a reply.
Forums > TradersStudio 2.x > General TradersStudio Forum > Black box systems and bet sizing strategies



ActiveForums 3.6
TradersStudio® Copyright 2004-2009 All Rights Reserved   |  Privacy Statement  |  Terms Of Use