NexusFi: Find Your Edge


Home Menu

 





A new (open source?) trading platform


Discussion in Platforms and Indicators

Updated
      Top Posters
    1. looks_one MXASJ with 13 posts (12 thanks)
    2. looks_two Big Mike with 12 posts (5 thanks)
    3. looks_3 tradelink with 10 posts (10 thanks)
    4. looks_4 NetTecture with 10 posts (13 thanks)
      Best Posters
    1. looks_one NetTecture with 1.3 thanks per post
    2. looks_two wh with 1.3 thanks per post
    3. looks_3 tradelink with 1 thanks per post
    4. looks_4 MXASJ with 0.9 thanks per post
    1. trending_up 78,586 views
    2. thumb_up 90 thanks given
    3. group 38 followers
    1. forum 142 posts
    2. attach_file 5 attachments




 
Search this Thread

A new (open source?) trading platform

  #61 (permalink)
 fluxsmith 
Santa Maria
 
Experience: Advanced
Platform: NinjaTrader, ThinkOrSwim
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 290 since May 2010
Thanks Given: 97
Thanks Received: 322


tradelink View Post
Hey guys,

I would encourage you all rather to write your own project from scratch to join the TradeLink project...

Very interesting. I'm glad to see the language appears to be C#. Please let us know when you have ZenFire support.

Thanks

Visit my NexusFi Trade Journal Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
How to apply profiles
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Spoo-nalysis ES e-mini futures S&P 500
28 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #62 (permalink)
tradelink
Miami Beach FL USA
 
Posts: 21 since Dec 2010
Thanks Given: 4
Thanks Received: 16

TradeLink is fully .net compliant so you can use any .net language, including c#, c++, vb, f# and many others.

Somebody on the mailing list will help you add zenfire support if you're a developer interested in using zenfire.


fluxsmith View Post
Very interesting. I'm glad to see the language appears to be C#. Please let us know when you have ZenFire support.

Thanks


Reply With Quote
  #63 (permalink)
 MetalTrade 
 
Posts: 1,055 since May 2010



tradelink View Post
What I'd love to see happen is for you guys to use and contribute to tradelink and make it better. Together we can build something so much more impressive and powerful than having a bunch of fragmented individual platforms, which are great for personal use but to really make open source work you need a powerful community.

If we would have the GOM tools from GOMI on tradelink it would be a done deal :-)

Reply With Quote
  #64 (permalink)
tradelink
Miami Beach FL USA
 
Posts: 21 since Dec 2010
Thanks Given: 4
Thanks Received: 16

we would be very willing to help GOMI port his tools to tradelink.

it should be fairly easy because they appear to already be written in .net

If you want to drop a message to GOMI indicating you'd like to see his tools on tradelink, we will extend the offer to help him do this.

Reply With Quote
Thanked by:
  #65 (permalink)
tradelink
Miami Beach FL USA
 
Posts: 21 since Dec 2010
Thanks Given: 4
Thanks Received: 16

also we don't see any zen fire api downloads on their site, but if somebody has these files/docs and wants to post them as a feature request on the tradelink site it's not impossible somebody will work on adding zen fire support.

you can find the tradelink site by googling 'tradelink', clicking on 'tradelink project' and then click on 'issues' to submit a feature request

Reply With Quote
  #66 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

Hi Tradelink,

Through the links in the Zenfire forum ( ZenFire • View forum - .NET) you can find the API (https://github.com/ZenFire/ZenFireDev.NET) and documentation ( Table of Content).

The links are for the .NET version.

Reply With Quote
Thanked by:
  #67 (permalink)
tradelink
Miami Beach FL USA
 
Posts: 21 since Dec 2010
Thanks Given: 4
Thanks Received: 16

here you go

Issue 1197 - tradelink - zenfire connector [AUTOLINK]alpha[/AUTOLINK] - Project Hosting on Google Code

Reply With Quote
Thanked by:
  #68 (permalink)
 TickMiner 
SanJose+CA
 
Experience: Advanced
Platform: NinjaTrader
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 15 since Sep 2009
Thanks Given: 13
Thanks Received: 9

After spending some time looking at tradelink I'm very impressed. The code looks very clean. Great job!

But before I could use it for trading I have a few wish list:
- ZenFire - Mirus support
- Optimizer - Maybe port Mogo over
- A Renko bar type with wicks (MedianRenko or WickedRenko from NT)

Unfortunately I'm focused on trading algorithm now but can help later.

Keep up the great work. This if the first open system that I like.

Bests,
John

Reply With Quote
Thanked by:
  #69 (permalink)
 
aslan's Avatar
 aslan 
Madison, WI
 
Experience: Advanced
Platform: ALT
Trading: ES
Posts: 625 since Jan 2010
Thanks Given: 356
Thanks Received: 1,127

I dont have time to dig around in TradeLink, but if someone can provide me a code chunk for another bar type (i.e. RangeBar), I can put together the guts of BetterRenko for you to run with.

Reply With Quote
Thanked by:
  #70 (permalink)
tradelink
Miami Beach FL USA
 
Posts: 21 since Dec 2010
Thanks Given: 4
Thanks Received: 16


here is the strategy documentation :

ResponseDocs - tradelink - Automated Trading Reference - Project Hosting on Google Code

here are examples of enabling and using time bars in a strategy :

BarListTracker - tradelink - track many barlists at once - Project Hosting on Google Code

here is the source code for behind the scenes stuff for time bars :

BarTimeIntervalData.cs - tradelink - Project Hosting on Google Code

here is source for tick bars :

BarTickIntervalData.cs - tradelink - Project Hosting on Google Code

here is the source for volume bars :

BarVolIntervalData.cs - tradelink - Project Hosting on Google Code

here is source code that appleis to all bars :

BarListImpl.cs - tradelink - Project Hosting on Google Code (per symbol)
BarListTracker.cs - tradelink - Project Hosting on Google Code (any symbol)

here are unit tests for various bar types for more use-case examples :

TestBarList.cs - tradelink - Project Hosting on Google Code
TestBarListTracker.cs - tradelink - Project Hosting on Google Code

renko should be easy enough to add. if you need assistance, please ask for help on the community users list :

tradelink-users | Google Groups

Reply With Quote
Thanked by:




Last Updated on March 10, 2024


© 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