Sorry if my questions is too simple or has been answered before. I am new here... 
1: How to design a strategy that have multiple "instruments in the play" in one piece of code. Somethign like
if AMZN go up 5% from previous bar, and if oil is down and if Japanese Yen is up against Euro then enter a position, but the size of the position is based on the price of MSFT.
2: Is there a way to just programatically add all the stocks as my instruments (rather than adding them one by one manually)? I is the UI fully automatable?
Thanks!
Kevin

1: How to design a strategy that have multiple "instruments in the play" in one piece of code. Somethign like
if AMZN go up 5% from previous bar, and if oil is down and if Japanese Yen is up against Euro then enter a position, but the size of the position is based on the price of MSFT.
2: Is there a way to just programatically add all the stocks as my instruments (rather than adding them one by one manually)? I is the UI fully automatable?
Thanks!
Kevin