NexusFi: Find Your Edge


Home Menu

 





C++ or java or ......?


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one artemiso with 8 posts (11 thanks)
    2. looks_two FKtrader with 6 posts (0 thanks)
    3. looks_3 Crow with 5 posts (1 thanks)
    4. looks_4 lenar with 5 posts (0 thanks)
      Best Posters
    1. looks_one artemiso with 1.4 thanks per post
    2. looks_two shodson with 1.3 thanks per post
    3. looks_3 Big Mike with 1 thanks per post
    4. looks_4 Nicolas11 with 1 thanks per post
    1. trending_up 23,057 views
    2. thumb_up 30 thanks given
    3. group 16 followers
    1. forum 53 posts
    2. attach_file 0 attachments




 
Search this Thread

C++ or java or ......?

  #1 (permalink)
 FKtrader 
WA Europe
 
Experience: None
Platform: Various
Trading: FUTURES
Posts: 123 since Mar 2013
Thanks Given: 44
Thanks Received: 53

Hello traders,
I want just to know what is the best language to make a strong,fast and stable automate trading programme?
I have some idea and i want to make it an automated system,that's why i contact some professional software programmer.They charge different fee because of the language using:C++ or java ........, that's why i want to know what is the difference between this two languages?I appreciate any advice or suggestion.
I'm not a programmer and i don't have experience in programming that's why explaining in detail will be really appreciated.Thanks for your reply.
Thanks in advance.

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
How to apply profiles
Traders Hideout
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
35 thanks
Tao te Trade: way of the WLD
26 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
20 thanks
  #3 (permalink)
 
Tasker_182's Avatar
 Tasker_182 
Cedar Rapids, iowa
Legendary Market Wizard
 
Experience: Intermediate
Platform: Ninjatrader
Broker: Ninjatrader - Continuum
Posts: 716 since Aug 2009
Thanks Given: 476
Thanks Received: 1,401



adamribica View Post
Hello traders,
I want just to know what is the best language to make a strong,fast and stable automate trading programme? I'm not a programmer and i don't have experience in programming that's why explaining in detail will be really appreciated.
Thanks in advance.

You have no programming experience and you want to know the best programming language to make a stong, fast and stable system? Wow, quite an objective.

I suggest that it is not so much about the language as much as it is about the program design itself. You can have the fastest possible programming language yet if your program design is crappy, thus will be the execution. If I may suggest, go to a community college and find a course that teaches (computer) program design and documentation. That was one of the first courses i took and it taught the design of a program using pseudocode so that we didn't get hung up on syntax rules but instead focused on the logic thinking process. It also taught the value of documentation. Learning a language after that becomes the easy part. Don't start with the easy part because you'll be tempted to be recursive all by yourself.

Just my 2 cents.

Be yourself; everyone else is already taken. Oscar Wilde
Reply With Quote
  #4 (permalink)
 FKtrader 
WA Europe
 
Experience: None
Platform: Various
Trading: FUTURES
Posts: 123 since Mar 2013
Thanks Given: 44
Thanks Received: 53


Tasker_182 View Post
You have no programming experience and you want to know the best programming language to make a stong, fast and stable system? Wow, quite an objective.

I suggest that it is not so much about the language as much as it is about the program design itself. You can have the fastest possible programming language yet if your program design is crappy, thus will be the execution. If I may suggest, go to a community college and find a course that teaches (computer) program design and documentation. That was one of the first courses i took and it taught the design of a program using pseudocode so that we didn't get hung up on syntax rules but instead focused on the logic thinking process. It also taught the value of documentation. Learning a language after that becomes the easy part. Don't start with the easy part because you'll be tempted to be recursive all by yourself.

Just my 2 cents.

Hi,
Thanks for your reply.
I have some idea and i want to make it an automated system,that's why i contact some professional software programmer.They charge different fee because of the language using:C++ or java ........, that's why i want to know what is the difference between this two language.I appreciate any advice or suggestion.
Thanks

Started this thread Reply With Quote
  #5 (permalink)
 
shodson's Avatar
 shodson 
OC, California, USA
Quantoholic
 
Experience: Advanced
Platform: IB/TWS, NinjaTrader, ToS
Broker: IB, ToS, Kinetick
Trading: stocks, options, futures, VIX
Posts: 1,976 since Jun 2009
Thanks Given: 533
Thanks Received: 3,709

I agree with everything Tasker_182 said

In addition, for programs such as data processing, the Java virtual machines are so advanced now that Java and C++ operate pretty much at the same speed as each other in most cases. Java manages memory for you so you don't have to deal with a lot of memory management issues like you would in C++ which will help with long-term stability of your program and less tedious code to write.

Frankly, unless you're writing HFT algos it doesn't really matter. All of my automated trading software is written in C# running in Ninjatrader and I don't have any problems with speed or performance. I also have a BS and MS in computer science and nearly 20 years of professional software development experience so I can build pretty complex applications that can scale to large demands, so there's that too

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #6 (permalink)
 FKtrader 
WA Europe
 
Experience: None
Platform: Various
Trading: FUTURES
Posts: 123 since Mar 2013
Thanks Given: 44
Thanks Received: 53


shodson View Post
I agree everything Tasker_182 said

In addition, for programs such as data processing, the Java virtual machines are so advanced no that Java and C++ operate pretty fast at the same speed as each other in most cases. Java manages memory for you so you don't have to deal with a lot of memory management issues like you would in C++ which will help with long-term stability of your program.

Frankly, unless you're writing HFT algos it doesn't really matter. All of my automated trading software is written in C# running in Ninjatrader and I don't have any problems with speed or performance. I also have a BS and MS in computer science and nearly 20 years of professional software development experience so I can build pretty complex applications that can scale to large demands, so there's that too

HI,
Thanks for your reply.
The language which you use to programme the software doesn't have any relation with the platform which you use?for example:sierra chart vs Multichart platform.
Other question:The type of the language programme doesn't have any affect in the speed,stability and the performance of the system?

Started this thread Reply With Quote
  #7 (permalink)
 
shodson's Avatar
 shodson 
OC, California, USA
Quantoholic
 
Experience: Advanced
Platform: IB/TWS, NinjaTrader, ToS
Broker: IB, ToS, Kinetick
Trading: stocks, options, futures, VIX
Posts: 1,976 since Jun 2009
Thanks Given: 533
Thanks Received: 3,709


adamribica View Post
HI,
Thanks for your reply.
The language which you use to programme the software doesn't have any relation with the platform which you use?for example:sierra chart vs Multichart platform.
Other question:The type of the language programme doesn't have any affect in the speed,stability and the performance of the system?

Well, if you are using a trading particular platform, which I recommend, then you are constrained to whatever language(s) the platform supports, so that should be your deciding factor. For example, if you use Tradestation it doesn't make sense to hire a Ninjascript (C#) programmer because Tradestation uses EasyLanguage.

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #8 (permalink)
 FKtrader 
WA Europe
 
Experience: None
Platform: Various
Trading: FUTURES
Posts: 123 since Mar 2013
Thanks Given: 44
Thanks Received: 53


shodson View Post
I agree with everything Tasker_182 said

In addition, for programs such as data processing, the Java virtual machines are so advanced now that Java and C++ operate pretty much at the same speed as each other in most cases. Java manages memory for you so you don't have to deal with a lot of memory management issues like you would in C++ which will help with long-term stability of your program and less tedious code to write.

Frankly, unless you're writing HFT algos it doesn't really matter. All of my automated trading software is written in C# running in Ninjatrader and I don't have any problems with speed or performance. I also have a BS and MS in computer science and nearly 20 years of professional software development experience so I can build pretty complex applications that can scale to large demands, so there's that too

I'm in contact with several developer and i can tell you that there is a huge difference (almost double) in the fee which they required.Since you have a huge experience in software development,can you please explain to me in what criteria the programmer determine the fee which the software will cost?

Started this thread Reply With Quote
  #9 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,446 since Jun 2009
Thanks Given: 33,220
Thanks Received: 101,610

Personally I dislike Java. All the security updates non-stop... and while it may be possible for it to be nearly as fast as C++, from my experience with mainstream apps, it doesn't come close and is always really "clunky" feeling.

The better question is what trading platform will you be using? You shouldn't reinvent the wheel. Find a platform that meets your needs, then program within it. That means primarily either C# or C++.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #10 (permalink)
 FKtrader 
WA Europe
 
Experience: None
Platform: Various
Trading: FUTURES
Posts: 123 since Mar 2013
Thanks Given: 44
Thanks Received: 53



Big Mike View Post
Personally I dislike Java. All the security updates non-stop... and while it may be possible for it to be nearly as fast as C++, from my experience with mainstream apps, it doesn't come close and is always really "clunky" feeling.

The better question is what trading platform will you be using? You shouldn't reinvent the wheel. Find a platform that meets your needs, then program within it. That means primarily either C# or C++.

Mike



I love SC and i will never change it,that's why i will go for C++.
What confuse me is the huge difference of price which every programmer require to do the same system. DID you have some idea how a programmer determine the fee which a software will cost?

Started this thread Reply With Quote




Last Updated on October 23, 2013


© 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