Skip to content

Instantly share code, notes, and snippets.

View sndwch's full-sized avatar
🚽
does anyone even read these

Jeff Parker sndwch

🚽
does anyone even read these
  • Kickass Cloud Engineering, Inc.
  • St. Paul, MN
View GitHub Profile
@sndwch
sndwch / JSON.mqh
Last active June 7, 2024 01:38
For MetaTrader 4. Creates JSON objects from MQL types
#property copyright "erdeszt"
#property version "1.00"
#property library
#include <Object.mqh>
#include <Arrays/ArrayObj.mqh>
#include <Arrays/ArrayString.mqh>
#include <mqlcommon/Erdeszt/Map.mqh>
#include <mqlcommon/Erdeszt/SmartPtr.mqh>
#include <mqlcommon/Erdeszt/Utils.mqh>