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 NetTecture with 10 posts (13 thanks)
    4. looks_4 tradelink with 10 posts (10 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 77,491 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

  #131 (permalink)
 
mattz's Avatar
 mattz   is a Vendor
 
Posts: 2,493 since Sep 2010
Thanks Given: 2,440
Thanks Received: 3,789


Jasonnator View Post
The program already has built in support for the gui to operate in English. The developers used a master string class which contains both English and Russian (orpretty clever). The comments in the code were Russian only but that it pretty easily translated, there's just a lot to translate.

If you install the binary they provide and use their license tool, you can use the platform complete with all features and an English interface.

I was not aware that they did it already. Thanks you for the update.
Matt

Trading futures and options involves substantial risk of loss and is not suitable for all investors. Past performance is not necessarily indicative of future results. You may lose more than your initial investment. All posts are opinions and do not claim to be facts. Please conduct your own due diligence. Use only Risk capital when trading Futures.
1 800 771 6748 local 561 367 8686 email [email protected]
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Build trailing stop for micro index(s)
Psychology and Money Management
ZombieSqueeze
Platforms and Indicators
Deepmoney LLM
Elite Quantitative GenAI/LLM
NexusFi Journal Challenge - April 2024
Feedback and Announcements
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
60 thanks
Funded Trader platforms
37 thanks
NexusFi site changelog and issues/problem reporting
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
The Program
19 thanks
  #132 (permalink)
 
Jasonnator's Avatar
 Jasonnator 
Denver, Colorado United States
 
Experience: Intermediate
Platform: NT8 + Custom
Broker: NT Brokerage, Kinetick, IQFeed, Interactive Brokers
Trading: ES
Posts: 159 since Dec 2014
Thanks Given: 40
Thanks Received: 166

Matt,

PM me and I can show you guys how I defaulted the source to default to English.

Reply With Quote
Thanked by:
  #133 (permalink)
 
mattz's Avatar
 mattz   is a Vendor
 
Posts: 2,493 since Sep 2010
Thanks Given: 2,440
Thanks Received: 3,789



Jasonnator View Post
Matt,

PM me and I can show you guys how I defaulted the source to default to English.

Done.
Matt

Trading futures and options involves substantial risk of loss and is not suitable for all investors. Past performance is not necessarily indicative of future results. You may lose more than your initial investment. All posts are opinions and do not claim to be facts. Please conduct your own due diligence. Use only Risk capital when trading Futures.
1 800 771 6748 local 561 367 8686 email [email protected]
Reply With Quote
  #134 (permalink)
 
LukeGeniol's Avatar
 LukeGeniol 
Italy (IT) Italy
 
Experience: Advanced
Platform: ATAS, R|Trader, NT8
Broker: Rithmic
Trading: CL, Brent, GC, TF
Frequency: Daily
Duration: Minutes
Posts: 1,499 since Apr 2010
Thanks Given: 408
Thanks Received: 985


Jasonnator View Post
Matt,

PM me and I can show you guys how I defaulted the source to default to English.

Why do not show it here?

Take your Pips, go out and Live.
Luke.
Reply With Quote
  #135 (permalink)
 
Jasonnator's Avatar
 Jasonnator 
Denver, Colorado United States
 
Experience: Intermediate
Platform: NT8 + Custom
Broker: NT Brokerage, Kinetick, IQFeed, Interactive Brokers
Trading: ES
Posts: 159 since Dec 2014
Thanks Given: 40
Thanks Received: 166


LukeGeniol View Post
Why do not show it here?

Lol, I thought about that about an hour after I sent the reply. I will post it here shortly.

Reply With Quote
  #136 (permalink)
 
Jasonnator's Avatar
 Jasonnator 
Denver, Colorado United States
 
Experience: Intermediate
Platform: NT8 + Custom
Broker: NT Brokerage, Kinetick, IQFeed, Interactive Brokers
Trading: ES
Posts: 159 since Dec 2014
Thanks Given: 40
Thanks Received: 166

Ok, after a couple cups of coffee:

the brute force way to do it is in the Localization project, LocalizedStrings.cs then change

 
Code
var activeLang = CultureInfo.CurrentCulture.Name.CompareIgnoreCase("ru-RU")
				? Languages.Russian
				: Languages.English;
to

 
Code
var activeLang = Languages.English;
There are several references to Languages.English/Russian and this will force the application to use English everywhere. There are still a few menus which had Russian for labels/text so that's just a quick Cntl+F and using some google translate.

For translating, this extension has been absolutely priceless: https://marketplace.visualstudio.com/vsgallery/f2321406-c5bb-42b7-9660-dfacd313eeed

The other place to check is to start a debug sessions and set a breakpoint at line 305 of BaseApplication.cs in the XAML project. (Make sure HydraPublic is set to your startup project) Verify that your cultureInfo is getting set to Languages.English.

Jason

Reply With Quote
Thanked by:
  #137 (permalink)
 lyonsjw 
Spokane WA USA
 
Experience: Beginner
Platform: TradeStation
Trading: Futures
Posts: 8 since Mar 2012
Thanks Given: 1
Thanks Received: 0

Does anybody know what happened to TradeLink? It does not appear to be available anywhere on the internet. Also is there any other currently active open source .NET trading platforms available.

Any assistance is greatly appreciated.

Reply With Quote
  #138 (permalink)
 
gregid's Avatar
 gregid 
Wrocław, Poland
 
Experience: Intermediate
Platform: NinjaTrader, Racket
Trading: Ockham's razor
Posts: 650 since Aug 2009
Thanks Given: 320
Thanks Received: 623


lyonsjw View Post
Does anybody know what happened to TradeLink? It does not appear to be available anywhere on the internet. Also is there any other currently active open source .NET trading platforms available.

Any assistance is greatly appreciated.

The Tradelink project is now officially dead and replaced by closed source Glean but you can still get old source code from:
https://github.com/tradelinkofficial/core

As to other .Net open source platforms - there is StockSharp mentioned above.


EDIT: The exact status of Glean is a mystery for me as it is based on TradeLink core therefore it is advertised as open source but I couldn't find code for anything other than retired TradeLink source above

Reply With Quote
Thanked by:
  #139 (permalink)
 lyonsjw 
Spokane WA USA
 
Experience: Beginner
Platform: TradeStation
Trading: Futures
Posts: 8 since Mar 2012
Thanks Given: 1
Thanks Received: 0

Thanks for your timely and informative response. Also for your mention of StockSharp, I did not find that in my Google searches.

Reply With Quote
  #140 (permalink)
 
Jasonnator's Avatar
 Jasonnator 
Denver, Colorado United States
 
Experience: Intermediate
Platform: NT8 + Custom
Broker: NT Brokerage, Kinetick, IQFeed, Interactive Brokers
Trading: ES
Posts: 159 since Dec 2014
Thanks Given: 40
Thanks Received: 166



lyonsjw View Post
Thanks for your timely and informative response. Also for your mention of StockSharp, I did not find that in my Google searches.

I started a thread here which has some links to the documentation. In my opinion, StockSharp is leagues ahead of tradelink/glean and it is actually full open source (except for the license tool).

Reply With Quote




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