header background

LMAX Group blog - FX industry thought leadership

header background
  • How To Find Bugs, Part 2: Well, this is somewhat confusing and frustrating

    Last time we implemented a minimal detector, and I presented the code for the detector as a fait accompli. Let’s take a closer look at it.   import java.nio.file.Files; import edu.umd.cs.findbugs.BugInstance; import edu.umd.cs.findbugs.BugReporter; import edu.umd.cs.findbugs.BytecodeScanningDetector; import edu.umd.cs.findbugs.classfile.ClassDescriptor; import edu.umd.cs.findbugs.classfile.DescriptorFactory; import edu.umd.cs.findbugs.classfile.MethodDescriptor; public class FilesLinesDetector extends BytecodeScanningDetector { private static final ClassDescriptor JAVA_NIO_FILES = DescriptorFactory.createClassDescriptor(Files.class); final… More How To Find Bugs, Part 2: Well, this is somewhat confusing and frustrating

  • How To Find Bugs, Part 1: A Minimal Bug Detector

    Findbugs is an incredibly powerful tool, and it supports running of custom detectors. However, the API for writing custom detectors is not well documented, at least as far as I’ve been able to find. So, as I started writing detectors, I’ve been working primarily off a process of trial and error. It’s likely there are… More How To Find Bugs, Part 1: A Minimal Bug Detector

  • US Jobs Preview – Eye on Hourly Earnings

    The market is getting ready for the release of the monthly employment report out of the US. The US Dollar has come under a good deal of pressure into the event, largely driven off scaled back Fed rate hike expectations following this week’s dovish Yellen speech. Here’s how we break it all down. Audio update […]

  • Softer US Dollar Confronts Employment Report

    The market hasn’t really cared much about a solid round of China PMIs, with sentiment turning lower ahead of today’s all important monthly employment report out of the US. Other data on the day includes Eurozone unemployment, UK manufacturing PMIs, US ISM manufacturing and Michigan confidence. Wake-Up Call Technical highlights EURUSD Into medium-term resistance GBPUSD […]

  • Daily FX Market Commentary

    Good morning,   LMAX Close USDJPY 112.57 | EURUSD 1.13804 | AUDUSD 0.76578 | NZDUSD 0.69116 | USDCAD 1.30047 | USDCHF 0.96181 | GBPUSD 1.4363 |   LMAX Highs and Lows 5am GMT                                 High | Low EURUSD               1.13885 | 1.13670 USDJPY                 112.588 | 112.058 GBPUSD               1.43715 | 1.43287 AUDUSD              0.77012 | 0.76462 USDCHF               0.96212 […]

Sign up for Global FX Insights, the daily market commentary from LMAX Group

Your information will not be distributed or shared with third parties