Skip to content
No results
  • About JMJ Atlanta
    • Trading Systems
    • Blockchain
  • Blog
  • Products
    • Bolsa
    • Corredor Móvil
    • Embark
    • Sniper
  • Productos
    • Corredor Móvil
    • Embark
    • Bolsa
    • Demostración
  • Sobre Nosotros
  • Contáctenos
JMJAtlanta.com
  • About JMJ Atlanta
    • Trading Systems
    • Blockchain
  • Blog
  • Products
    • Bolsa
    • Corredor Móvil
    • Embark
    • Sniper
  • Productos
    • Corredor Móvil
    • Embark
    • Bolsa
    • Demostración
  • Sobre Nosotros
  • Contáctenos
JMJAtlanta.com

Discretionary trading – Can you compete?

When considering trading for a living, you must consider where your paycheck comes from. You are not paid to sit in your seat while buying and selling contracts. You are paid to buy and sell at the right time. Many…

Read MoreDiscretionary trading – Can you compete?
  • jmjatlanta
  • May 6, 2025

Is distance affecting your trading?

In the high frequency trading world, distance is everything. But for those outside the HFT arena, what role does distance play? Let’s start with some hard numbers. Network Latency I have a virtual private server (VPS) in New York, New…

Read MoreIs distance affecting your trading?
  • jmjatlanta
  • October 14, 2024

Optimizing the Order Book

TLDR – The devil is in the details when optimizing critical components. Can you write an order book algorithm that is optimized? First let’s tear apart the question: An order book algorithm The algorithm is certainly an important piece. A…

Read MoreOptimizing the Order Book
  • jmjatlanta
  • September 13, 2024

Testing the Order Book Phase 1

Let’s build some tests to exercise our order book. Test will not only include the basics, but we’ll throw in some tests to help get some performance numbers as well. Here is the idea: The Basics There will need to…

Read MoreTesting the Order Book Phase 1
  • jmjatlanta
  • April 12, 2024
  • 1 Comment

Order Book Phase 1

As our order book is a collection of bids and asks, let’s create a naive implementation: Ok, so there is the basics. But with plenty of issues. Firstly, we will almost always be expecting those collections to be sorted. So…

Read MoreOrder Book Phase 1
  • jmjatlanta
  • April 12, 2024
  • 2 Comments

The Order Book Revisited

I have been thinking more about a market order book. It is an interesting challenge for a number of reasons: Using an iterative and incremental approach, let’s build an order book. I’m not going to talk about what a market…

Read MoreThe Order Book Revisited
  • jmjatlanta
  • April 12, 2024
  • 1 Comment

Compiling MySQL on Amazon EC2

I have an application that needs the MySQL C++ Connector. Unfortunately, I have been unable to find a binary version of MySQL or MySQL Connector that works on an Amazon EC2 instance. Here are my notes about how I am…

Read MoreCompiling MySQL on Amazon EC2
  • jmjatlanta
  • September 18, 2023

Software Layering – A Hardware Perspective

Even the monolithic “Thick Client” software applications have layers. You may need to look for them, but they are there. How well these layers are separated impacts the performance, maintainability, portability flexibility, and security of the end product. Let’s explore…

Read MoreSoftware Layering – A Hardware Perspective
  • jmjatlanta
  • September 1, 2023

Ease ML into your trading

Say you’re a trader, add “AI” and “Machine Learning” into your conversation, and a large group of people befriend you on social media, ask you a large number of questions, and later say they want to do it but it…

Read MoreEase ML into your trading
  • jmjatlanta
  • August 3, 2023

Cross Platform and Single Code Base

Can you have a single application that works on all platforms? Yes, you can. There are a number of ways to do that. But should you? The Case For Single Code Base Development is expensive. So writing things once and…

Read MoreCross Platform and Single Code Base
  • jmjatlanta
  • July 27, 2023
1 2 3 4 … 6
Next

Copyright © 2025 - JMJAtlanta.com