Announcement

Collapse
No announcement yet.

Papertrade

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Papertrade

    I'm using ver 10.4 and attempting to program a system to autotrade using paperbroker. I wrote: {trade.Sell(getSymbol(), -200, "eSignal_Paper_Trading", "473851", SB_DAY); } thinking the trade would show up in the Account Manager window. It does not. Does anyone know the code for this?

  • #2
    Found it:
    sellMarket(getSymbol(), -200, "Account Manager", "473851", SB_DAY);

    Comment

    Working...
    X