Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Setting the number of contracts to trade with a parameter

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

    Setting the number of contracts to trade with a parameter

    Where can I find an example of how to set the number of contracts for a trade. ( I'm passing an intiger variable with a parameter)

    #2
    Hello DenMan,
    Thanks for writing in and I am happy to assist you.

    The Enter methods have overloads where you can set the quantity. For example the EnterLong overloads below have a quantity parameter where you can set an appropriate quantity.

    EnterLong(int quantity)
    EnterLong(int quantity, string signalName)
    EnterLong(int barsInProgressIndex, int quantity, string signalName)


    This is true for any Enter/Exit methods

    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Don't you hate it when the answer is right infront of you? Thanks for the response!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      49 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      22 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      15 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      21 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      23 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X