2

Remote Algorithmic Trading Software Developer Jobs in Weslaco, TX

We are looking for Software Engineers that want to help Citamed get to the next level. If working ... Availability to work in San Juan and with remote working options Applicant should also answer the ...

Java Tutor

Edinburg, TX · Remote

$18 - $40/hr

Skilled at breaking down class design, inheritance hierarchies, and algorithm implementation in ... software engineering. * Curriculum Awareness & Adaptive Instruction: Familiar with Java curricula ...

Skilled at teaching problem decomposition, algorithm design, and code implementation across ... foundational software development skills. * Effective Teaching Methods: Ability to identify ...

Contribute to developing cutting-edge AI systems, while enjoying the flexibility of remote work and ... Experience with algorithms, data structures, and debugging workflows * A current, in progress, or ...

Apply Early

Contribute to developing cutting-edge AI systems, while enjoying the flexibility of remote work and ... Experience with algorithms, data structures, and debugging workflows * A current, in progress, or ...

Apply Early

Contribute to developing cutting-edge AI systems, while enjoying the flexibility of remote work and ... Experience with algorithms, data structures, and debugging workflows * A current, in progress, or ...

Apply Early

Ability to explain object-oriented programming principles, algorithm efficiency, and common data ... real-world software development applications. * Curriculum Awareness & Adaptive Instruction:

Contribute to developing cutting-edge AI systems, while enjoying the flexibility of remote work and ... Experience with algorithms, data structures, and debugging workflows * A current, in progress, or ...

Apply Early

Contribute to developing cutting-edge AI systems, while enjoying the flexibility of remote work and ... Experience with algorithms, data structures, and debugging workflows * A current, in progress, or ...

Apply Early

next page

Showing results 1-20

Remote Algorithmic Trading Software Developer information

See Weslaco, TX salary details

$38.8K

$90.4K

$134.1K

How much do remote algorithmic trading software developer jobs pay per year?

As of Jul 5, 2026, the average yearly pay for remote algorithmic trading software developer in Weslaco, TX is $90,357.00, according to ZipRecruiter salary data. Most workers in this role earn between $72,700.00 and $105,000.00 per year, depending on experience, location, and employer.

What are Remote Algorithmic Trading Software Developers?

Remote Algorithmic Trading Software Developers are professionals who design, develop, and maintain software systems that automate the trading of financial instruments using algorithms. They work from remote locations, leveraging their expertise in programming, quantitative analysis, and financial markets to create and optimize trading strategies. Their responsibilities include writing efficient code, backtesting strategies, integrating with broker APIs, and ensuring system reliability. These developers often collaborate with traders, data scientists, and other engineers to improve trading performance and adapt to changing market conditions.

What are the key skills and qualifications needed to thrive as a Remote Algorithmic Trading Software Developer, and why are they important?

To thrive as a Remote Algorithmic Trading Software Developer, you need strong programming skills (commonly in Python, C++, or Java), a background in mathematics or quantitative finance, and experience developing trading algorithms. Familiarity with trading platforms, APIs, version control systems (like Git), and cloud computing tools is typically required, along with knowledge of market data feeds and order management systems. Critical soft skills include problem-solving, attention to detail, and effective communication for collaborating remotely with teams. These skills ensure robust, efficient trading systems and allow for quick adaptation to volatile market environments.

How does a Remote Algorithmic Trading Software Developer typically collaborate with quantitative analysts and traders?

As a Remote Algorithmic Trading Software Developer, you will regularly work with quantitative analysts and traders to translate trading strategies into efficient, robust code. Collaboration often involves virtual meetings to discuss requirements, clarify algorithm logic, and iterate on prototypes based on backtesting results. Clear communication is essential, as you’ll need to ensure your implementations align closely with the team's risk management and performance goals. Most teams use collaboration tools like Slack or Jira, and code repositories like Git, to stay coordinated despite the remote setup.
What are popular job titles related to Remote Algorithmic Trading Software Developer jobs in Weslaco, TX? For Remote Algorithmic Trading Software Developer jobs in Weslaco, TX, the most frequently searched job titles are:
What job categories do people searching Remote Algorithmic Trading Software Developer jobs in Weslaco, TX look for? The top searched job categories for Remote Algorithmic Trading Software Developer jobs in Weslaco, TX are:
What cities near Weslaco, TX are hiring for Remote Algorithmic Trading Software Developer jobs? Cities near Weslaco, TX with the most Remote Algorithmic Trading Software Developer job openings:

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

Posted 4 days ago


Job description

We are looking for Software Engineers that want to help Citamed get to the next level. If working within a Tech Startup, with other professionals that will push you to the limit is what you are searching for... then this is for you!
At Citamed, we strive for excellency at all levels of our business and operations. We pride ourselves for the attention to detail and the quality of our work. Therefore, we are looking for people that:
  • Want to learn about everything... and keep learning... always!
  • Are proactive and dynamic, with good attitudes and like having fun with coding and technology.
  • Extremely passionate about technology, software, and quality.
  • Ability to research, investigate, and study profoundly new technologies and best practices.
  • Be able to manage priorities, constant changes, and new requirements while maintaining a high level of quality and attention to details, due dates, and deliverables.
  • Be organized and able to work under pressure when necessary.

We also have some requirements for the opening:
  • Should have at least 2-3 years of experience in software and applications architecture and development.
  • Fully bilingual (verbal and written).
  • Knowledge of two or more of the following programming languages/frameworks/infrastructure: Visual Basic, C#, MS-SQL, Javascript, Groovy (Java), ReactJS, Amazon Web Services.
  • Availability to work in San Juan and with remote working options
Applicant should also answer the following questions related to the next code snippet.
01> var printers = [];
02> for(var i=0; i<3; i++) {
03> printers[i] = function(){
04> myCoolPrinter(i);
05> };
06> }
07> for(i=0; i<3; i++) {
08> printers[i]();
09> }
10> for(var j=0; j<3; j++) {
11> printers[j]();
12> }
13> function myCoolPrinter(v1){
14> // this function will print "v1"
15> }
DO NOT USE A COMPUTER TO RUN THE CODE ABOVE - we will know :). THE FOLLOWING QUESTIONS SHOULD BE ANSWERED BY MIND.
  1. Briefly describe lines 1-6.
  2. Briefly describe lines 10-12.
  3. Suppose that the function myCoolPrinter will output parameter v1 to the console. What will be the output?

PLEASE USE A COMPUTER TO RUN THE PREVIOUS CODE SNIPPET TO ANSWER THE FOLLOWING QUESTIONS.
  1. Refactor function myCoolPrinter so that it outputs to the console (eg: use console.log). What is the output?
  2. Is the output different to the one in question #3, why?