Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Orders not going through?

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

    Orders not going through?

    Hi,

    Using Chelsea's chartTraderButton code I have created buttons that buy and sell at the mid point between the Ask and Bid price. When I click the button the orders do not go through? Tested pre-market.

    protected void Button3Click(object sender, RoutedEventArgs e)
    {
    double midPoint = (GetCurrentAsk() + GetCurrentBid())/2;

    if ((GetCurrentAsk() - GetCurrentBid()) > 0.01 )

    EnterShortLimit(Math.Truncate(100 * midPoint) / 100);

    else

    EnterShort();
    }

    #2
    OK I found the problem. I guess strategies default to the Sim account rather than the selected account in chartTrader.

    Comment


      #3
      Hello boreland,

      It seems like you found the answer here, you will need to select the account for the strategy when applying it. If you have any further questions please feel free to update your post.


      I look forward to being of further assistance.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      163 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      81 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      125 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      206 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      184 views
      0 likes
      Last Post CarlTrading  
      Working...
      X