Application for testing Qurrex matching module. User guide.

Size: px
Start display at page:

Download "Application for testing Qurrex matching module. User guide. https://qurrex.com/"

Transcription

1 Application for testing Qurrex matching module. User guide.

2 Table of contents Introduction... 2 System Requirements... 2 Preparation for work... 2 Test modes... 2 Test report... 3 Test results... 3 Test settings... 4 Interface description... 4 Main window... 4 Manual Settings mode... 5 Payload Settings... 5 Pricing Settings... 6 Trading Settings... 6 Money Settings... 7 Common settings... 8 Connection settings... 9 Source code... 9 Support... 9 Trademark Notices

3 Introduction The matching module is the central element of any exchange. He is responsible for processing, storing and aggregating incoming orders, processing requests for cancellation of bids, and generating transaction reports. The performance of the entire exchange, in general, depends on the performance of the matching module. The key feature of the matching module of Qurrex is its performance and scalability capabilities. During the internal testing phase, the matching module has already shown the performance of over 3 million transactions per second (without recording information about orders and transactions to the hard drive). Rich experience of the team in the building of exchange systems allowed to achieve results, which can not show any of the known to us crypto-exchanges at the moment. In order for everyone to be sure of this, we created an application to connect and send requests to the matching. This application will allow anyone to participate in testing Qurrex matching without having the programming skills. This document describes the application. System Requirements To run the application, the system must meet the following requirements: Microsoft Windows 7 and higher. Microsoft.NET Framework and higher. You can download the latest version of.net Framework from the official Microsoft site. Stable connection to the Internet. Recommended connection speed at least 100Mbps/s. Preparation for work To prepare your application for testing, follow these steps: 1. Make sure your computer meets the system requirements. In particular, this applies to connecting to the Internet. For example, sending 20,000 requests and receiving 40,000 responses per second requires an Internet speed of about 30 Mbps. Attention! It is not recommended to use mobile networks for connection due to possible instability of their work. 2. Close any unnecessary applications that are actively using the Internet or require a lot of performance, such as a browser, games, or torrent clients. 3. Specify the address to connect to the matching server in the Connection Settings window. Test modes To run the tests, select one of the test modes in the main window. You can use preset test modes or create your own test mode using the manual settings mode. 2

4 Preset modes can be divided into two types: Modes of imitation of trade; Modes with a changing load. When you hover the mouse over the mode button, a detailed description of the tests is displayed. Test report To open the latest test report, click on the Report tab in the main window and click the Open Report button. To open another report, select the end time of the test in the drop-down list. The report contains information about test settings and results. Test results The summary of the test results are contained on Test summary tab, which is opened by default. The following information is provided here: Elapsed - the total time of the test. Started - the test start time. Finished the end time of the test. Requests the total number of requests sent. Responses the total number of responses received. Exec Reports the total number of reports received about the transaction. Charts are plotted in the report to analyze the test results. The following graphs are displayed on the Latency tab: Latency (Request/Response roundtrip), ms values of delays in milliseconds. The chart presents 50, 90, 95 and 99 percentile delays for the specified time frame. Probability Distribution: Latency a chart of the density of the delay distribution during the test. The chart also displays 2, 25, 50, 75 and 98 percentile. 3

5 Requests/responses per 1 s a graph showing the change in the number of requests and responses per second, as well as the accumulated number of requests and responses and the number of requests waiting to be answered at that moment. Transactions per second (TPS) on server/average latency a graph showing the dependence of delays on the value of TPS on the server. Each point is the value of the TPS on the server on the x- axis and its corresponding arithmetic mean on the delay for this second, which measured in this application. TPS in application/average latency a chart showing the dependence of delays on the TPS value in the application. Each point is the number of requests sent per second on the x-axis and the corresponding arithmetic mean for the delay per second that measured in the application. The Execution reports tab shows a schedule for changing the price of transactions involving the customer during testing. The Server Statistics tab shows a chart for changing the number of active orders during testing. Test settings To view the test settings, click the Settings tab. The following information is provided here: Timeframe the value of the timeframe for charts in the report; Payload mode the used mode of load change; Server Connections the total number of established TCP-connections; Takers the number of connections acting as regular traders; Makers the number of connections acting as marketmakers; One-shot traders the number of connections acting as a trader, placing large orders for the market. Interface description Main window On the left side of the main window there are buttons for launching various test modes. For details, see. section Test modes. Below you can find the test stop button and the settings buttons. For more information, see sectionscommon settings andconnection settings. In the right part of the window are the Log and Report tabs. For more information about test results, see section Test results. 4

6 Manual Settings mode In this mode, you can create your own test algorithm using the settings in the application interface. To enter the manual settings mode, press the button. To run the test with the specified settings, click on the Start button. Payload Settings Load settings window, to change the frequency of sending requests. The following settings are available in this window: threads the number of threads to be created to send requests; connections the number of connections. The number of connections must be less than the number of threads. interval, ms the minimum interval between sending requests, specified in milliseconds. Payload mode selecting the load changes. The following types are available: o Fixed load the number of transactions per second does not change; o Sinusoidal - the load changes according to a sine curve (the sinusoidal period in milliseconds is additionally specified); o Growth gradual growth of the load until the maximum is reached (additionally set the period of time during which the maximum load will be reached, after which the load will remain maximal); o Stairs Up the mode of discrete ("ladder") load growth (additionally set the number of steps and the interval in seconds between the load change); o Stairs Down the mode of discrete ("ladder") reduction of load (additionally set the number of steps and the interval in seconds between the load change). 5

7 Pricing Settings Window of the price change mode settings in new orders. Three modes of price change are available: Fixed price fixed. The price value uses the settings displayed in the Money Management window. Sinusoidal price changes according to a sine curve. Additionally, the amplitude is set as a percentage of the average price and the period of sine in milliseconds. The price value uses the settings displayed in the Money Management window. Trading Settings Trading simulation Settings window. Because all connections to matching module are independent of each other, the test algorithm can simulate users with different roles, such as market makers, for each connection. The application implements algorithms with the following roles: 6 Market makers. These are algorithms that put bids for purchase below the market and for sale above the market, thus filling depth of market. The number of such connections is specified in the makers сount field.

8 Traders who put a market application with a large volume, thus executing a large number of applications in depth of market. The number of such connections is specified in the one-shot traders count field. Regular traders who are submitting purchase/sale orders at a price set based on the settings in the Money Settings and Pricing Settings Windows. All the connections that are not occupied by other roles appear in this role. You can set these roles in more detail in Setup Strategies settings. You can specify a percentage for different types of requests: NewOrder, Cancelorder, MassCancelRequest. The number of CancelOrder and MassCancelRequest should not exceed the number of NewOrder. In addition, in the percent of errors field, you can specify the number of erroneous NewOrder requests. In response to such a request will be sent to RejectReport. Money Settings In this window you can set general trading settings. The Contracts tab specifies the traded instruments and sets their configuration. We recommend that you use the default settings. On the Volumes tab you can set the minimum and maximum volume specified in the NewOrder. 7

9 Common settings In this window you can specify the settings used for all test modes. The window contains the following fields: test duration, sec the maximum duration of the test, after which the test will be stopped automatically (specified in seconds); charts timeframe, sec the value of the timeframe for charts in the report (specified in seconds); logging level the level of event log details (logging), which is displayed in the main window, the available values are: o Critical to display information only about critical errors; o Error all errors and additional information (recommended mode); o Verbose maximum verbose mode; It is not recommended to use this mode under heavy load, because it can cause the program to hang. save server statistics if activated, the program will prompt and save statistics from the server during tests. Activate this field to compare the load generated by the program itself with the overall load on the server. The address from which the statistics is saved is specified in the Connection Settings window. 8

10 Connection settings A window with settings for connecting to the matching server. The window contains the following fields: Matching URI the address of the matching server for connection, specified in the format IP: PORT, for example " :7777"; Server Status URI link to the Matching Statistics service. Source code The source code of the application is published on GitHub in the following repository: Support In our Telegram-chat or by matching@qurrex.com you can ask questions or report a problem. Trademark Notices Microsoft, Windows are Microsoft Corporation trademarks registered in the United States of America and other countries. 9

Qurrex mathcing module. Specification. https://qurrex.com/

Qurrex mathcing module. Specification. https://qurrex.com/ Qurrex mathcing module Specification https://qurrex.com/ Table of contents Introduction... 2 Module description... 3 Matching auction... 3 Features of the current implementation... 3 Types of messages...

More information

Experiment 1: Introduction to Labview 2010 (tbc 1/7/2007, 1/13/2009,1/9/2012, 1/10/2012)

Experiment 1: Introduction to Labview 2010 (tbc 1/7/2007, 1/13/2009,1/9/2012, 1/10/2012) Experiment 1: Introduction to Labview 2010 (tbc 1/7/2007, 1/13/2009,1/9/2012, 1/10/2012) Objective: To learn how to build virtual instrument panels in Labview 2010 Tasks: 1. Follow the tutorial given in

More information

Volume Profile Indicator Pro Version

Volume Profile Indicator Pro Version Volume Profile Indicator Pro Version Introduction... 2 Getting Started... 3 Choose your chart history... 3 Selecting Volume Profile and Volume Profile Filter in Chart Indicator window... 3 Overview of

More information

CQG Integrated Client 7.5 New Features User s Guide. August 2007 version

CQG Integrated Client 7.5 New Features User s Guide. August 2007 version CQG Integrated Client 7.5 New Features User s Guide August 2007 version 2007-01 Copyright 2007 CQG Inc. All rights reserved. Table of Contents CQG Integrated Client 7.5...7 New Features... 7 New Enhancements...

More information

Contents Introduction... 1

Contents Introduction... 1 User Guiide APPLICATION LOAD TIME PROFILER Contents Introduction... 1 Modes of Operation... 1 Limitations... 2 Installing and Opening the Utility... 2 Loading an Application from the Utility... 3 Opening

More information

TRADESTATION BASICS TRADING APPS LAUNCHER KEY APPLICATIONS CHART ANALYSIS

TRADESTATION BASICS TRADING APPS LAUNCHER KEY APPLICATIONS CHART ANALYSIS TRADESTATION BASICS TRADING APPS LAUNCHER The Trading Apps Launcher can be activated by clicking on the small tab on the left hand side of the screen. This allows you to activate any of the Tradestation

More information

XO Stats: User Guide. Monitor your circuit performance, troubleshoot, and plan future network capacity requirements

XO Stats: User Guide. Monitor your circuit performance, troubleshoot, and plan future network capacity requirements XO Stats: User Guide Monitor your circuit performance, troubleshoot, and plan future network capacity requirements XO Stats is a web-based portal that allows you, an XO Communications data and Internet

More information

ZeroWeb Manual. Securities offered to you by TradeZero America, Inc. Page 1 of 11

ZeroWeb Manual. Securities offered to you by TradeZero America, Inc. Page 1 of 11 ZeroWeb Manual Securities offered to you by TradeZero America, Inc Page 1 of 11 Contents WATCH LIST...3 CHARTS...4 LEVEL 2, TIME and SALES, ORDER ENTRY...6 SHORT LIST and LOCATES...7 NEW WINDOWS and LAYOUT...8

More information

GSC Live! RETAIL MANUAL (DESKTOP)

GSC Live! RETAIL MANUAL (DESKTOP) GSC Live! RETAIL MANUAL (DESKTOP) The first spot deliverable Gold, Silver & Platinum physically backed trading platform in Singapore. 2018 GoldSilver Central Pte. Ltd. TABLE OF CONTENTS Desktop Application

More information

CME E-quotes Wireless Application for Android Welcome

CME E-quotes Wireless Application for Android Welcome CME E-quotes Wireless Application for Android Welcome This guide will familiarize you with the application, a powerful trading tool developed for your Android. Table of Contents What is this application?

More information

Experiment 1: Introduction to Labview 8.0 (tbc 1/7/2007, 1/13/2009,1/13/2011)

Experiment 1: Introduction to Labview 8.0 (tbc 1/7/2007, 1/13/2009,1/13/2011) Experiment 1: Introduction to Labview 8.0 (tbc 1/7/2007, 1/13/2009,1/13/2011) Objective: To learn how to build virtual instrument panels in Labview 8.0 Tasks: 1. Build the Labview VI shown in the tutorial

More information

Client Quick Start Guide

Client Quick Start Guide Client Quick Start Guide CLIENT QUICK START GUIDE Introduction efxpedite is a browser-based system designed explicitly for efficient electronic trading of currencies in the FX market. Real-time prices

More information

Aggregator FX. Client s manual.

Aggregator FX. Client s manual. Aggregator FX. Client s manual. 1 Table of contents INTRODUCTION 4 INSTALLATION 5 1. PROGRAM INSTALLATION 5 2. NETWORK SETTINGS 6 3. PASSWORD SETTINGS 6 VISUAL INTERFACE 7 1. WINDOWS ADJUSTMENT 8 2. READ

More information

ADL 101: Week 2 Syllabus

ADL 101: Week 2 Syllabus ADL 101: Week 2 Syllabus TYPES OF MESSAGING CONTINUOUS MESSAGES A stream of information that is continuously disseminated by an exchange. For instance, the bid quantity available at a specific price level

More information

Oracle. Field Service Cloud Configuring and Using Reports 18B

Oracle. Field Service Cloud Configuring and Using Reports 18B Oracle Field Service Cloud 18B Part Number: E94743-02 Copyright 2018, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information Development Team This software and related

More information

Qlik Sense Performance Benchmark

Qlik Sense Performance Benchmark Technical Brief Qlik Sense Performance Benchmark This technical brief outlines performance benchmarks for Qlik Sense and is based on a testing methodology called the Qlik Capacity Benchmark. This series

More information

Cisco Meeting App. User Guide. Version December Cisco Systems, Inc.

Cisco Meeting App. User Guide. Version December Cisco Systems, Inc. Cisco Meeting App User Guide Version 2.5.0 December 2018 Cisco Systems, Inc. www.cisco.com 1 Contents 1 Contents 1 Contents ii 1 Version history iv 1 Welcome to Cisco Meeting App 5 1.1 Cisco Meeting App

More information

SAS Visual Analytics 8.2: Getting Started with Reports

SAS Visual Analytics 8.2: Getting Started with Reports SAS Visual Analytics 8.2: Getting Started with Reports Introduction Reporting The SAS Visual Analytics tools give you everything you need to produce and distribute clear and compelling reports. SAS Visual

More information

MetaTrader 4 for iphone. User Manual

MetaTrader 4 for iphone. User Manual MetaTrader 4 for iphone User Manual LOG IN - After downloading and installing the terminal from the itunes store you will see the Metatrader 4 icon added to your app list. Tap the Metatrader 4 icon to

More information

iphone Trader Login The 5 Main Sections - Favorites - Rates - Positions - History - More

iphone Trader Login The 5 Main Sections - Favorites - Rates - Positions - History - More iphone Trader Login - How to Login - Servers - Save password - Opening a demo account The 5 Main Sections - Favorites - Rates - Positions - History - More - Calendar - News - Mail - Contacts Functionality

More information

The Anatomy. MyOS Mobile UI Design

The Anatomy. MyOS Mobile UI Design The Anatomy MyOS Mobile UI Design Contents Introduction The Smart Toolbar The Side Menu Payments Made Easy Exchange Platform Transfer History & Invoicing Social Crypto Pools 03 04 05 06 07 08 09 Fantasy

More information

DASHBOARD PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) USER MANUAL LIBERIA STRATEGIC ANALYSIS TABLE OF CONTETABLE OF CONT. Version 1.

DASHBOARD PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) USER MANUAL LIBERIA STRATEGIC ANALYSIS TABLE OF CONTETABLE OF CONT. Version 1. UNITED STATES AGENCY FOR INTERNATIONAL DEVELOPMENT TABLE OF CONTETABLE OF CONT PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) LIBERIA STRATEGIC ANALYSIS DASHBOARD USER MANUAL Version 1.0 PERFORMANCE INDICATOR

More information

CDN. Product Description. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

CDN. Product Description. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-08-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Futures Q U I C K S TA R T G U I D E

Futures Q U I C K S TA R T G U I D E + Futures Q U I C K S TA R T G U I D E TABLE OF CONTENTS LOG IN 8 POSITIONS VIEW 5 TIME & SALES TAB 3 MARKETS VIEW 9 ACCOUNTS VIEW 6 RISK TAB 4 SELECT A CHAIN 0 FAVORITES 7 LOGGING OUT 5 ORDER TICKET TAB

More information

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Recall that the final objective is position regulation using computer-controlled state feedback. Computer control requires both software, like LabVIEW and hardware,

More information

Test Bank for Privitera, Statistics for the Behavioral Sciences

Test Bank for Privitera, Statistics for the Behavioral Sciences 1. A simple frequency distribution A) can be used to summarize grouped data B) can be used to summarize ungrouped data C) summarizes the frequency of scores in a given category or range 2. To determine

More information

FXCC MT4 MultiTerminal User Guide

FXCC MT4 MultiTerminal User Guide FXCC MT4 MultiTerminal User Guide Content 1. Installation 2. Terminal 2.1. File Menu 2.2. Edit Menu 2.3. View Menu 2.4. Tools Menu 2.4.1. Options Tabs 2.5. Windows 2.6. Help 3. Meta Trader User Interface

More information

SOFTWARE LICENSE LIMITED WARRANTY

SOFTWARE LICENSE LIMITED WARRANTY ANALYTICAL TOOL GUIDE VERSION: 5..0..6 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but is presented without warranty of any

More information

Guide to Managing Your Online Account

Guide to Managing Your Online Account Guide to Managing Your Online Account Contents 1 Introduction 3 1.1 Downloading your security certificate 3 1.2 Accessing your Online Account 3 1.3 What is a Security Certificate? 5 1.4 Saving your Security

More information

One Click Trading Level2 Plugin: General information

One Click Trading Level2 Plugin: General information One Click Trading Level2 Plugin: General information While trading on risky volatile markets one has to react promptly to all the changes and unpredictable price movements. To ease the process of an order

More information

Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office

Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office Paper SAS1864-2018 Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office ABSTRACT Tim Beese, SAS Institute Inc., Cary, NC Millions of people spend their weekdays in an office. Occasionally

More information

Table of Contents 2 QST MOBILE APPLICATION FOR IPHONE

Table of Contents 2 QST MOBILE APPLICATION FOR IPHONE Table of Contents What is this application? Logging in Login screen Login options Entering and viewing contracts Pages Contracts About Quote Detail page Contract Details Symbol Search Block Trades Charts

More information

ROX Quick Start Manual

ROX Quick Start Manual ROX Systems, Inc. One Liberty Plaza 52 nd Floor New York, NY 10006 www.roxsystems.com 1(646)-586-2100 help@roxsystems.com en Español: www.roxsystems.mx Last Revised: 11/16/2016 Contents Getting Started...

More information

LION Android Trader. User Manual

LION Android Trader. User Manual LION Android Trader User Manual 1 Contents Download Logon P3 P4 Menu Menu Rates Accounts Orders Positions History Charts Instruments Settings P5 P6 P7 P8 P9 P10 P11 P12 P13 Trade Open a New Position(Market

More information

PPM Essentials Accelerator Product Guide - On Premise. Service Pack

PPM Essentials Accelerator Product Guide - On Premise. Service Pack PPM Essentials Accelerator Product Guide - On Premise Service Pack 02.0.02 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

FX-GO platform Desktop Trade Terminal - manual V

FX-GO platform Desktop Trade Terminal - manual V FX-GO platform Desktop Trade Terminal - manual V1.0.6729 TradeTools FX FX-GO platform - Desktop Trade Terminal - manual V. 1.0.6729 - Product Description Table of contents: 1 FXGO Desktop Trade Terminal

More information

Guide to Managing Your Online Account

Guide to Managing Your Online Account Guide to Managing Your Online Account Contents 1 Introduction 3 1.1 Downloading your security certificate 3 1.2 Accessing your Online Account 3 1.3 What is a Security Certificate? 5 1.4 Saving your Security

More information

New Chart Module in SaxoTrader and SaxoWebTrader PLATFORM RELEASE NOTES

New Chart Module in SaxoTrader and SaxoWebTrader PLATFORM RELEASE NOTES New Chart Module in SaxoTrader and SaxoWebTrader PLATFORM RELEASE NOTES Summary This document describes the features of the new chart module in the SaxoTrader and SaxoWebTrader platforms that will replace

More information

SysGauge SYSTEM MONITOR. User Manual. Version 4.7. Apr Flexense Ltd.

SysGauge SYSTEM MONITOR. User Manual. Version 4.7. Apr Flexense Ltd. SysGauge SYSTEM MONITOR User Manual Version 4.7 Apr 2018 www.sysgauge.com info@flexense.com 1 1 SysGauge Product Overview...3 2 SysGauge Product Versions...6 3 Product Installation...7 4 System Monitor

More information

The option Using Template that was used in previous versions has been removed.

The option Using Template that was used in previous versions has been removed. TeleTrader Professional Version 8.1 introduces the new VWAP tool which lets you include the Volume Weighted Average Price in price pages. In addition, the integration of an RTD component offers an additional

More information

DBPLUS Performance Monitor for Oracle

DBPLUS Performance Monitor for Oracle DBPLUS Performance Monitor for Oracle User s Manual February 2016 UM-ORA-EN-R01 Table of contents 1 Introduction... 4 1.1 DBPLUS Technical Support... 5 1.2 System architecture... 5 1.3 System requirements...

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Case Study: Optimizing King of Soldier* with Intel Graphics Performance Analyzers on Intel HD Graphics 4000

Case Study: Optimizing King of Soldier* with Intel Graphics Performance Analyzers on Intel HD Graphics 4000 Case Study: Optimizing King of Soldier* with Intel Graphics Performance Analyzers on Intel HD Graphics 4000 Intel Corporation: Cage Lu, Kiefer Kuah Giant Interactive Group, Inc.: Yu Nana Abstract The performance

More information

Microsoft Office Live Meeting from Global Crossing Frequently Asked Questions (FAQs)

Microsoft Office Live Meeting from Global Crossing Frequently Asked Questions (FAQs) Microsoft Office Live Meeting from Global Crossing Frequently Asked Questions (FAQs) Q. What is Microsoft Office Live Meeting from Global Crossing? A. Microsoft Office Live Meeting from Global Crossing

More information

CPU Thresholding Notification

CPU Thresholding Notification CPU Thresholding Notification Last Updated: October 10, 2011 The CPU Thresholding Notification feature notifies users when a predefined threshold of CPU usage is crossed by generating a Simple Network

More information

Vertical and Horizontal Translations

Vertical and Horizontal Translations SECTION 4.3 Vertical and Horizontal Translations Copyright Cengage Learning. All rights reserved. Learning Objectives 1 2 3 4 Find the vertical translation of a sine or cosine function. Find the horizontal

More information

On Command Performance Manager 7.0 Lab on Demand Guide

On Command Performance Manager 7.0 Lab on Demand Guide On Command Performance Manager 7.0 Lab on Demand Guide On Command Performance Manager 7.0 Lab on Demand Guide... 1 Lab Activity: Adding Clusters... 1 Lab Activity: Performance Manager Dashboard... 2 Lab

More information

Preparation Centre Performance Reports

Preparation Centre Performance Reports Preparation Centre Performance Reports Contents Introduction... 2 Accessing the reports... 2 Cambridge English Qualifications (except Starters, Movers and Flyers)... 3 Starters, Movers and Flyers... 4

More information

MetaTrader 4 for Android. User Manual

MetaTrader 4 for Android. User Manual MetaTrader 4 for Android User Manual LOG IN After downloading and installing the terminal from the Google Play store you will see the Metatrader 4 icon added to your app list. Tap the Metatrader 4 icon

More information

JVM Performance Study Comparing Java HotSpot to Azul Zing Using Red Hat JBoss Data Grid

JVM Performance Study Comparing Java HotSpot to Azul Zing Using Red Hat JBoss Data Grid JVM Performance Study Comparing Java HotSpot to Azul Zing Using Red Hat JBoss Data Grid Legal Notices JBoss, Red Hat and their respective logos are trademarks or registered trademarks of Red Hat, Inc.

More information

TO: Montréal Exchange Participants FROM: Participant Connectivity Coordinator. DATE: September 7, I. Overview

TO: Montréal Exchange Participants FROM: Participant Connectivity Coordinator. DATE: September 7, I. Overview Technical Notice 12-012 TO: FROM: SUBJECT: Montréal Exchange Participants Participant Connectivity Coordinator Bulk Quote Management (BQM) DATE: September 7, 2012 The Montréal Exchange Inc. (MX) is pleased

More information

CHAT User Manual. 18 Jan 2018

CHAT User Manual. 18 Jan 2018 User Manual 18 Jan 2018 Disclaimer Neither futures trading nor swaps trading are suitable for all investors, and each involves the risk of loss. Swaps trading should only be undertaken by investors who

More information

«DIMRUS» «Inva (Portable)» User Manual

«DIMRUS» «Inva (Portable)» User Manual «DIMRUS» «Inva (Portable)» User Manual Contents 1. Purposes of «Inva (Portable)» software... 3 1.1. Required components... 3 2. Working with «Inva (Portable)» software... 4 2.1. Starting the program. Connecting

More information

NASDAQ OMX COMMODITIES Genium INET Pre-trade Risk Management Service Guide 1.0

NASDAQ OMX COMMODITIES Genium INET Pre-trade Risk Management Service Guide 1.0 NASDAQ OMX COMMODITIES Genium INET Pre-trade Risk Management Service Guide 1.0 DOCUMENT SCOPE This document describes the NASDAQ OMX Genium INET Pre-Trade Risk Management (PRM) service, offered by NASDAQ

More information

FXCC MetaTrader 4 User Guide

FXCC MetaTrader 4 User Guide FXCC MetaTrader 4 User Guide Content 1. Installing MetaTrader 4 2. Using MetaTrader 4 3. Customizable Toolbar 4. The Market Watch Window 5. Charts 6. Indicators 7. Trading Options 8. Closing a Position

More information

USER GUIDE GRIFFINS.FLASHSEATS.COM

USER GUIDE GRIFFINS.FLASHSEATS.COM 2012-13 USER GUIDE GRIFFINS.FLASHSEATS.COM FAN ADVANTAGES FAN ADVANTAGES THE ULTIMATE CONVENIENCE o Fans can conveniently swipe in with an electronic ID, eliminating lost or misplaced tickets. o Seats

More information

Select Use Cases for VirtualWisdom Applied Analytics

Select Use Cases for VirtualWisdom Applied Analytics WHITEPAPER Select Use Cases for VirtualWisdom Applied Analytics April 7, 2017 CONTRIBUTORS Andrew Sebastian Roberta Sorbello Mark Samuelson Ricardo Negrete Ryan Perkowski Jim Bahn Introduction... 2 #1:

More information

CFD-FX Marketmaker v5.0 Software User Guide. 16 th February 2004 v5.32

CFD-FX Marketmaker v5.0 Software User Guide. 16 th February 2004 v5.32 CFD-FX Marketmaker v5.0 Software User Guide 16 th February 2004 v5.32 Contents Page Introduction...4 Installing CFD-FX Marketmaker...4 Firewalls... 4 Install from the CD-ROM... 4 Install from the Internet...

More information

Sage One Accountant Edition. User Guide. Professional user guide for Sage One and Sage One Accountant Edition. Banking. Invoicing. Expenses.

Sage One Accountant Edition. User Guide. Professional user guide for Sage One and Sage One Accountant Edition. Banking. Invoicing. Expenses. Banking Invoicing Professional user guide for and Canadian Table of contents 2 2 5 Banking 8 Invoicing 15 21 22 24 34 35 36 37 39 Overview 39 clients 39 Accessing client books 46 Dashboard overview 48

More information

Server Success Checklist: 20 Features Your New Hardware Must Have

Server Success Checklist: 20 Features Your New Hardware Must Have Server Success Checklist: 20 Features Your New Hardware Must Have June 2015 x86 rack servers keep getting more powerful, more energy efficient, and easier to manage. This is making it worthwhile for many

More information

If there are multiple MT4 terminals on your computer, select all or specific terminals to install the ElementalTrader EA > click Next.

If there are multiple MT4 terminals on your computer, select all or specific terminals to install the ElementalTrader EA > click Next. ElementalTrader EA Install: Download and save ElementalTrader EA installer file to computer desktop. Double click the installer file to open ElementalTrader EA Setup Wizard > Click Next to begin the setup

More information

QST Mobile Application for Android

QST Mobile Application for Android QST Mobile Application for Android Welcome This guide will familiarize you with the application, a powerful trading tool developed for your Android. Table of Contents What is this application? Logging

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

Virtual Communications Express Admin Guide: Call Recording

Virtual Communications Express Admin Guide: Call Recording Feature Overview The Call Recording service provides a fully hosted solution to record, store, organize, and access recordings of calls. The service can be used to help address regulatory compliance obligations,

More information

Copyright 2015 The evsm Group, All Rights Reserved. Product C. Product A. Product B. Production Activity. Cycle Time 2. Uptime Percent.

Copyright 2015 The evsm Group, All Rights Reserved. Product C. Product A. Product B. Production Activity. Cycle Time 2. Uptime Percent. EPEI Wizard Tutorial The EPEI wizard calculates the min possible and actual EPEI (Every Part Every Interval) intervals for multiple products going through a single station with differing demands and lot

More information

ZagTrader Mobile User Guide Version 1.01

ZagTrader Mobile User Guide Version 1.01 ZagTrader Mobile User Guide Version 1.01 Ghassan Al Masri ZagTrader 6/9/2014 Table of Content - Installation... 3 - Watchlist... 5 - Quote... 6 *Overview... 7 *Chart... 8 *News... 9 *Gainers/Losers...

More information

DoConference Web Conferencing: DoMore DoConference

DoConference Web Conferencing: DoMore DoConference DoConference Web Conferencing: DoMore DoConference Use DoConference Conferencing for: Training and E-Learning Deliver interactive online classes, E-Learning sessions and educate easily and affordably.

More information

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. SM Reports help topics for printing

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. SM Reports help topics for printing HP Service Manager Software Version: 9.41 For the supported Windows and UNIX operating systems SM Reports help topics for printing Document Release Date: September 2015 Software Release Date: September

More information

Data Mining: Data. Lecture Notes for Chapter 2. Introduction to Data Mining

Data Mining: Data. Lecture Notes for Chapter 2. Introduction to Data Mining Data Mining: Data Lecture Notes for Chapter 2 Introduction to Data Mining by Tan, Steinbach, Kumar Data Preprocessing Aggregation Sampling Dimensionality Reduction Feature subset selection Feature creation

More information

Lesson 2: Using the Performance Console

Lesson 2: Using the Performance Console Lesson 2 Lesson 2: Using the Performance Console Using the Performance Console 19-13 Windows XP Professional provides two tools for monitoring resource usage: the System Monitor snap-in and the Performance

More information

Lightspeed Trading System Quick Reference Guide Updated, September 2012

Lightspeed Trading System Quick Reference Guide Updated, September 2012 Lightspeed Trading System Quick Reference Guide Updated, September 2012 Lightspeed Trading 1-888-LSPD-123, Option # 3 Page 1 Lightspeed Trading System We ve prepared this Quick Reference Guide to assist

More information

How To Use Guide: 4G LTE Activation

How To Use Guide: 4G LTE Activation Overview How To Use Guide: 4G LTE Activation Last updated: 7/27/2011 With the introduction of 4G Long Term Evolution (LTE) service, Verizon Wireless now requires the activation of a SIM card. SIM card

More information

Load Dynamix Enterprise 5.2

Load Dynamix Enterprise 5.2 DATASHEET Load Dynamix Enterprise 5.2 Storage performance analytics for comprehensive workload insight Load DynamiX Enterprise software is the industry s only automated workload acquisition, workload analysis,

More information

LiteSpeed for SQL Server 6.1. Configure Log Shipping

LiteSpeed for SQL Server 6.1. Configure Log Shipping LiteSpeed for SQL Server 6.1 Configure Log Shipping 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Evaluation Guide for SNMPc v7.0

Evaluation Guide for SNMPc v7.0 Evaluation Guide for SNMPc v7.0 Introduction Thank you for downloading the SNMPc evaluation, in order to allow you to evaluate the product quickly and easily we have prepared this short guide. The purpose

More information

SAS Visual Analytics 8.2: Working with Report Content

SAS Visual Analytics 8.2: Working with Report Content SAS Visual Analytics 8.2: Working with Report Content About Objects After selecting your data source and data items, add one or more objects to display the results. SAS Visual Analytics provides objects

More information

This instruction will guide you through all the procedures and activities, necessary for your participation in the trading.

This instruction will guide you through all the procedures and activities, necessary for your participation in the trading. Dear Participant! Welcome to the Sberbank AST Electronic Trading Platform the largest electronic trading operator in Russia! This instruction will guide you through all the procedures and activities, necessary

More information

User Guide for TASKE Contact Web Interface

User Guide for TASKE Contact Web Interface User Guide for TASKE Contact Web Interface For Avaya Communication Manager with Application Enablement Services Version: 8.9 Date: 2011-06 This document is provided to you for informational purposes only.

More information

Nighthawk S8000 Gaming & Streaming Advanced 8-Port Gigabit Ethernet Switch User Manual

Nighthawk S8000 Gaming & Streaming Advanced 8-Port Gigabit Ethernet Switch User Manual Nighthawk S8000 Gaming & Streaming Advanced 8-Port Gigabit Ethernet Switch User Manual Model GS808E March 2017 202-11732-01 350 E. Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing

More information

Getting Started With bluec 802 bluebutler Integration

Getting Started With bluec 802 bluebutler Integration Getting Started With bluec 802 bluebutler Integration POWER BROKER offers integration capabilities to create Customer/Policy abeyance records that link to bluec 802 bluebutler saved voice recordings. Once

More information

Instruction Manual HIOKI Standby Power Measurement Software

Instruction Manual HIOKI Standby Power Measurement Software Instruction Manual HIOKI Standby Power Measurement Software This manual explains the free software (HIOKI Standby Power Measurement Software) for the HIOKI Power Meter series only. Please refer to the

More information

WebEx New user Orientation. Meeting Organizer Guide

WebEx New user Orientation. Meeting Organizer Guide WebEx New user Orientation Meeting Organizer Guide OBJECTIVE: AGENDA: I. II. III. IV. Utilize the tools provided at Kent State University to host and attend online meetings via the WebEx application and

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

Instructor: Clara Knox. Reference:

Instructor: Clara Knox. Reference: Instructor: Clara Knox Reference: http://www.smith.edu/tara/cognos/documents/query_studio_users_guide.pdf Reporting tool for creating simple queries and reports in COGNOS 10.1, the web-base reporting solution.

More information

Tutorial: Analyzing MPI Applications. Intel Trace Analyzer and Collector Intel VTune Amplifier XE

Tutorial: Analyzing MPI Applications. Intel Trace Analyzer and Collector Intel VTune Amplifier XE Tutorial: Analyzing MPI Applications Intel Trace Analyzer and Collector Intel VTune Amplifier XE Contents Legal Information... 3 1. Overview... 4 1.1. Prerequisites... 5 1.1.1. Required Software... 5 1.1.2.

More information

Application Development in ios 7

Application Development in ios 7 Application Development in ios 7 Kyle Begeman Chapter No. 1 "Xcode 5 A Developer's Ultimate Tool" In this package, you will find: A Biography of the author of the book A preview chapter from the book,

More information

Guides.turnitin.com. Submitting a Paper Submissions Inbox My Results Originality Reports GradeMark

Guides.turnitin.com. Submitting a Paper Submissions Inbox My Results Originality Reports GradeMark Guides.turnitin.com Submitting a Paper Submissions Inbox My Results Originality Reports GradeMark 1 Submitting a Paper To submit a Blackboard Direct assignment, the file must be uploaded to an existing

More information

Car Re-marketing International (Next Generation) USER MANUAL CRI-NG Copyrights Reserved CRI-NG

Car Re-marketing International (Next Generation) USER MANUAL CRI-NG Copyrights Reserved CRI-NG Car Re-marketing International (Next Generation) CRI-NG USER MANUAL 2013-2017 Copyrights Reserved CRI-NG About User Documentation Version Product Copyright CRI-NG The leaseplanacutions.com and its documentation

More information

provides descriptions of how to fill out and submit Project Reports, and provides practical and technical information about data entry.

provides descriptions of how to fill out and submit Project Reports, and provides practical and technical information about data entry. 0 Table of content 1 Using this Manual... 1 2 Technical Instructions... 1 2.1 Technical Requirements... 1 2.2 General Usage Rules... 1 2.3 Using Fields... 2 3 How to Access IMIS 2014 2020... 4 3.1 Logging

More information

Math 2524: Activity 1 (Using Excel) Fall 2002

Math 2524: Activity 1 (Using Excel) Fall 2002 Math 2524: Activity 1 (Using Excel) Fall 22 Often in a problem situation you will be presented with discrete data rather than a function that gives you the resultant data. You will use Microsoft Excel

More information

APPLICATION USER GUIDE

APPLICATION USER GUIDE APPLICATION USER GUIDE Application: Analytics Version: 1.0 Description: Analytics provides a complete view of your website analytics and usage. Page 2 of 59 Analytics 1.0 Summary Contents 1 ANALYTICS...

More information

Quickly Pinpoint and Resolve Problems in Windows /.NET Applications TECHNICAL WHITE PAPER

Quickly Pinpoint and Resolve Problems in Windows /.NET Applications TECHNICAL WHITE PAPER Quickly Pinpoint and Resolve Problems in Windows /.NET Applications TECHNICAL WHITE PAPER Table of Contents Executive Overview...1 Problem Resolution A Major Time Consumer...2 > Inefficiencies of the Problem

More information

Market Data Publisher In a High Frequency Trading Set up

Market Data Publisher In a High Frequency Trading Set up Market Data Publisher In a High Frequency Trading Set up INTRODUCTION The main theme behind the design of Market Data Publisher is to make the latest trade & book data available to several integrating

More information

E-ROW HELP V3.1. Creating a Race. Modify Race Dialog Box. Preferences Dialog Box

E-ROW HELP V3.1. Creating a Race. Modify Race Dialog Box. Preferences Dialog Box Creating a Race e-row allows you to hold races among several Ergometers. These must be equipped with the PM2+ performance monitor. See the owner s manual for connecting the Ergometers for racing. To create

More information

Lesson 5.2: Transformations of Sinusoidal Functions (Sine and Cosine)

Lesson 5.2: Transformations of Sinusoidal Functions (Sine and Cosine) Lesson 5.2: Transformations of Sinusoidal Functions (Sine and Cosine) Reflections Horizontal Translation (c) Vertical Translation (d) Remember: vertical stretch horizontal stretch 1 Part A: Reflections

More information

Maintaining a Clean CRM Database

Maintaining a Clean CRM Database Maintaining a Clean CRM Database Contents How messy is your CRM Database? 3 Managing duplicate records Arrest duplicates before they can be created 4 Merge duplicate records 4 Validating CRM data 6 Automatic

More information

TECH REAL MT4 USER GUIDE

TECH REAL MT4 USER GUIDE TECH REAL MT4 USER GUIDE 1. MetaTrader 4 Interface 2 2. Trading Instrument 3-7 3. Trading Categories 8 4. Trading 9-16 5. Stop-loss Position 17-18 6. Chart 19 7. File 20 8. View 21-35 9. Insert 36 10.

More information

Customer Call August 20, 2015 Preparation for the London Matching Engine Launch & U.S. Matching Engine Migration to the NY5 Data Center

Customer Call August 20, 2015 Preparation for the London Matching Engine Launch & U.S. Matching Engine Migration to the NY5 Data Center Customer Call August 20, 2015 Preparation for the London Matching Engine Launch & U.S. Matching Engine Migration to the NY5 Data Center Hotspot Update Today s Speakers Chris Isaacson, EVP, Global Chief

More information

EXERCISE: GETTING STARTED WITH SAV

EXERCISE: GETTING STARTED WITH SAV Sequencing Analysis Viewer (SAV) Overview 1 EXERCISE: GETTING STARTED WITH SAV Purpose This exercise explores the following topics: How to load run data into SAV How to explore run metrics with SAV Getting

More information