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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        87 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        132 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        65 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        118 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        67 views
        0 likes
        Last Post PaulMohn  
        Working...
        X