Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Iqfeed as data feed , Place trade in IB

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

    Iqfeed as data feed , Place trade in IB

    Is it possible to Have a strategy doing the following :
    Tick based Iqfeed as my Datafeed, but execute trade in IB?
    Any tutorials that already exist ?

    #2
    Hi marwanco, thanks for your post and welcome to the NinjaTrader forum.

    NinjaTrader can have two connections running at the same time, so set up an IQFeed Connection and an IB connection per the guides here first:



    Then connect to IQ feed, then IB. After this, set up the strategy and for the Account field select the IB account.

    Best regards.

    -ChrisL

    Comment


      #3
      Thank you Chris,
      Is it possible to create a strategy to count ticks per second the stock is trading?
      Is it done with C# language or there are built in variables that can show me that info.?

      Comment


        #4
        Hi marwanco, thanks for your reply.

        There's nothing built-in that will count the ticks per second of the market. The most straight forward way would be to run the strategy OnBarClose (for it's Calculate property) and then see what Volume[0] is on every bar on a 1 second chart.

        NinjaScript is a C# library, I like to refer to this forum post from our colleague Chelsea that walks through beginning NinjaScript:

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Today, 05:17 AM
        0 responses
        38 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        124 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        64 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        41 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        46 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X