View Single Post
  #5 (permalink)  
Old 10-15-2008, 08:09 PM
matrixebiz's Avatar
matrixebiz matrixebiz is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,215
matrixebiz is on a distinguished road
Quote:
Originally Posted by cockeyedcowboy View Post
one suggestion if someone does write you a script instead of imputing the pairs in a sting using an external variable use your symbol set file instead because if you imput a pair that is not active in your watch window at the time you try to place the order It will not go through as your script will not be able to retrive the current price data to be able to open that order. If you use the symbol set file it will contain all the symbols that have current price data to open the orders and you will not run into future errors were you be trying to figure out why orders didnot go in.

Keit
It will if you do a MarketInfo(buySymbol,MODE_BID); I only need one currency pair on my chart and it will get the info from which ever currency pair I tell it to.
Reply With Quote