NexusFi: Find Your Edge


Home Menu

 





Signal Generation Platform


Discussion in Platforms and Indicators

Updated
    1. trending_up 1,490 views
    2. thumb_up 1 thanks given
    3. group 2 followers
    1. forum 7 posts
    2. attach_file 0 attachments




 
Search this Thread

Signal Generation Platform

  #1 (permalink)
 bmveee 
New York
 
Experience: Intermediate
Platform: NinjaTrader
Broker: InteractiveBrokers
Trading: ES, CL, GC, 6E, 6S
Posts: 6 since Oct 2015
Thanks Given: 13
Thanks Received: 5

Hello everyone. This is my second post to this forum, long time reader. I am sort of at my wits end in terms of trading platform choice. Let me begin by saying that I've done a lot of research both on this forum and others online as far as which platform to start with (i.e. Ninjatrader, Sierra Chart, TS, and so on.)

First a little background. I am not a hard core developer by any stretch. I do have enough knowledge and experience with structured/OO languages to be dangerous. That being said I do prefer C# as I've done several projects that helped me both in IT and finance roles. I could read and maintain C/C++ code, not so much write something from scratch.

After a somewhat prolonged research period, I decided to go with Ninjatrader by buying a lifetime license. I figured after several months of playing around with the demo, reading about its capabilities and studying the documentation I thought that this was the right platform for me. I simply wanted a platform that had a good support base, a wide range of built-in technical indicators, good support in terms of brokers for execution and support for long historic data for wide variety of instruments (stocks, futures, currencies) as well as a decent (yes, I know loaded statement) backtesting and optimization engine.

Here's the problem. NT7/8(beta) have proven to be somewhat weak at executing strategies. Here's what I mean. NT7 is not capable of running 24/7 with InteractiveBrokers (IB - my broker of choice). NT support suggested I switch to another broker (hint, hint - theirs). Instead I switched to their Beta 8 version - which is loaded with bugs (and they are everywhere), however at least I can have it running with IB via IBGW 24/7 (if it was stable enough to actually pull that off). Support for NT8 Beta is shoddy and they do make it painfully obvious that since it's in BETA, any issues (new or old) will be responded to in due time (several days, although I have experienced faster response but no resolution). However this is not even the biggest problem.

The BIGGEST problem with Ninjatrader is its way of handling crash / restart recovery. There isn't one. If the platform happens to crash on you while you have one (or more) strategies running AND you have positions - good luck picking up where you left off. So that led me to believe that I may have made a poor choice in platform and there may not be a single platform that can do everything, which is why I'm asking for anyone who is still with me reading this post to suggest the following.

Either: If you can, please provide some guidance on how to handle crash/restart recovery on NT8 with strategies that have open positions, or need to be restarted as NT will go nuts trying (and failing) to synchronize it's virtual positions with actual account positions (by sending live orders and causing massive issues taking me out of desired positions).

OR please suggest a:

1) Signal generation platform that can be customized using either C# (preferred) or C/C++ or similar having access to clean reliable market data with extensive historic data for stocks, futures and currencies.
2) Backtesting platform (if possible combined with #1 above)
3) Execution platform that would take input from #1 and can be stable enough to run 24/7 to execute overnight (I'm on the US east coast) as well as handle RTH/ETH trades. Alternatively I do have a custom execution system that I wrote for IB which I could retro fit to receive data from another source through an API. It's basic but it does the job of sending orders.

I've spent considerable amount of time developing strategies for NT8. I could theoretically port them to any platform, I just don't know which one

Thanks for reading and I hope someone can shed some light on this rather dimly lit problem...

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
Quant vue
Trading Reviews and Vendors
MC PL editor upgrade
MultiCharts
How to apply profiles
Traders Hideout
Better Renko Gaps
The Elite Circle
 
  #3 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


I created my own trading platform next to NT for signal generation.

Currently I inject ordres in NT.

NT is quite a beast to tame, if you do 300+ orders per day across 10 instruments, it is a challenge ... but
it is possible to run it for more than 24 hours, even if support (to me too) suggest you restart NT every
day.

My next step will be to inject orders in another tool, or to write my own connectors. I have no ambition
to make a charting tool (NT shines in this field)...

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #4 (permalink)
 bmveee 
New York
 
Experience: Intermediate
Platform: NinjaTrader
Broker: InteractiveBrokers
Trading: ES, CL, GC, 6E, 6S
Posts: 6 since Oct 2015
Thanks Given: 13
Thanks Received: 5


rleplae View Post
I created my own trading platform next to NT for signal generation.

Currently I inject ordres in NT.

NT is quite a beast to tame, if you do 300+ orders per day across 10 instruments, it is a challenge ... but
it is possible to run it for more than 24 hours, even if support (to me too) suggest you restart NT every
day.

My next step will be to inject orders in another tool, or to write my own connectors. I have no ambition
to make a charting tool (NT shines in this field)...

So to be clear - you are sending order signals FROM NT into your execution system?

Started this thread Reply With Quote
  #5 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


bmveee View Post
So to be clear - you are sending order signals FROM NT into your execution system?

no
the opposite
i'm sending orders from my trading robot into NT

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #6 (permalink)
 bmveee 
New York
 
Experience: Intermediate
Platform: NinjaTrader
Broker: InteractiveBrokers
Trading: ES, CL, GC, 6E, 6S
Posts: 6 since Oct 2015
Thanks Given: 13
Thanks Received: 5


rleplae View Post
no
the opposite
i'm sending orders from my trading robot into NT

I see - do you mind sharing what data your feeding into your app? Does your app compute all the technicals or do you have something feeding you values and you run the algo to submit trades into NT? What I'm trying to do is the reverse. I'm trying to use NT as my signal generator and feed signals into my trade engine that will handle orders/positions (risk/trade management).

Started this thread Reply With Quote
  #7 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


bmveee View Post
I see - do you mind sharing what data your feeding into your app? Does your app compute all the technicals or do you have something feeding you values and you run the algo to submit trades into NT? What I'm trying to do is the reverse. I'm trying to use NT as my signal generator and feed signals into my trade engine that will handle orders/positions (risk/trade management).

My config is as follows :

My data :
I have an IQfeed data subscription (i have a developer API account).
I have also my own data server. (pulling some real-time data from left and right that IQ does not provide)
Both streams are sitting behind a proxy-process, so NT can consume that data without being aware of where the data comes from, my own robot also talks to this same process.

Indicators :
Yes i do calculate the values of the few indicators that I need in my robot.
Nothing to do with NT.

The output is textual log (no charts) and orders are injected into NT (ATI both DLL and file based) and for knowing an order is touched in chart traders, i read the NT database, to know exactly where the order and the stop/target are sitting

The role of NT is :
- order gateway to brokers (ATI in, specific broker API out)
- visual interface to see where the orders sit (i can manually take over, cancel, drag & drop

I don't need any chart to be open, for the system to function.
no strategies loaded in NT.

This makes the robot very loosly coupled and flexible

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #8 (permalink)
 bmveee 
New York
 
Experience: Intermediate
Platform: NinjaTrader
Broker: InteractiveBrokers
Trading: ES, CL, GC, 6E, 6S
Posts: 6 since Oct 2015
Thanks Given: 13
Thanks Received: 5


rleplae View Post
My config is as follows :

My data :
I have an IQfeed data subscription (i have a developer API account).
I have also my own data server. (pulling some real-time data from left and right that IQ does not provide)
Both streams are sitting behind a proxy-process, so NT can consume that data without being aware of where the data comes from, my own robot also talks to this same process.

Indicators :
Yes i do calculate the values of the few indicators that I need in my robot.
Nothing to do with NT.

The output is textual log (no charts) and orders are injected into NT (ATI both DLL and file based) and for knowing an order is touched in chart traders, i read the NT database, to know exactly where the order and the stop/target are sitting

The role of NT is :
- order gateway to brokers (ATI in, specific broker API out)
- visual interface to see where the orders sit (i can manually take over, cancel, drag & drop

I don't need any chart to be open, for the system to function.
no strategies loaded in NT.

This makes the robot very loosly coupled and flexible

Got it, thanks! I'm going to see if I can do the reverse - where NT will handle market data processing & signaling inside their strategy engine - but submit orders to my robot that will handle position/risk/stop out methodology.

Started this thread Reply With Quote
Thanked by:




Last Updated on June 24, 2016


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts