DMI NinJo development and deployment status. Benny Koza, DMI EGOWS 2006, Budapest, Hungary

Size: px
Start display at page:

Download "DMI NinJo development and deployment status. Benny Koza, DMI EGOWS 2006, Budapest, Hungary"

Transcription

1 DMI NinJo development and deployment status Benny Koza, DMI EGOWS 2006, Budapest, Hungary

2 Overview DMI NinJo development DMI NinJo deployment status EGOWS 2006: DMI NinJo status, Slide 2

3 Overview DMI NinJo development DMI NinJo deployment status EGOWS 2006: DMI NinJo status, Slide 3

4 DMI NinJo development DMI responsibilities:» Diagram Framework» Other frameworks as off-spring from the diagram framework: Layout Properties Legends» Diagram implementations (meteograms) EGOWS 2006: DMI NinJo status, Slide 4

5 Diagram Framework The activity started in the summer of 2002 Main goal:» Create a framework which forms the basis of all types of diagrams in NinJo» In other words: Provide the functional components that are common to all diagram types and make them easily extensible The types of diagrams to be supported by NinJo are the union of all types of existing diagrams The requirements specification has examples of 40 different existing diagrams, mostly meteograms in different incarnations EGOWS 2006: DMI NinJo status, Slide 5

6 Diagram terminology Diagram agent Chart agents Data series agents Diagram container agent EGOWS 2006: DMI NinJo status, Slide 6

7 Diagram Framework, current status Integration in the PAC framework completed» The diagram components, i.e. diagram container, diagram, chart and data series are PAC agents» Base implementations of these agents are available Components having general functionality have now become frameworks (see later slides) Fully configurable from either XML-files or via the GUI (Property GUIs) I18n support via property files EGOWS 2006: DMI NinJo status, Slide 7

8 Diagram Framework, current status A special diagram agent implementation exists which makes diagrams pluggable as panels in windows that are not diagram containers Implementations of various types of axes available:»linear» Logarithmic» Potential» Time with time slider EGOWS 2006: DMI NinJo status, Slide 8

9 Diagram Framework, current status Implementations of various general data series views available:»curve» Scatter plot» Histogram» Stacked bar» Symbol plot (using PlotElementGroups from the point data visualization) EGOWS 2006: DMI NinJo status, Slide 9

10 Diagram Framework, outlook Editing of data via the diagram Missing data series view implementations:»gantt» EPS distribution bars as used in ECMWF EPS meteograms» Specialized DWD cloud cover probability» Pictograms EGOWS 2006: DMI NinJo status, Slide 10

11 Other frameworks Developed as part of the diagram framework and later generalized as a general framework:»layout» Property» Legend EGOWS 2006: DMI NinJo status, Slide 11

12 Layout Framework Charts of a diagram is required to be laid out in various ways thereby resulting in a need for a general layout mechanism The use of GOF graphics and the needed support for various output formats requires specialized layout for GOF graphics. Java Swing layouts do not fulfil this Layout has been generalized such that it controls the layout of the view of a PAC agent and its child agents inside the view Scenes of the main window and the charts of the diagram can now be laid out using a layout strategy Legends of a scene is laid out using a special layout strategy that allows automatic and user placement EGOWS 2006: DMI NinJo status, Slide 12

13 Property Framework Properties serve the following purposes:» They define the properties of a PAC agent that the user may change during run-time. For diagrams these are e.g. visualization attributes (like colours, line styles, fonts etc.), the station or the period data is displayed for» Provides the glue between the configuration and the GUI used to change the configuration: Provides the Swing panel with the GUI components required to change the configuration Automates updating of the configuration and undo/redo Reusing a property in another context for the same configuration type also makes the GUI reusable EGOWS 2006: DMI NinJo status, Slide 13

14 PropertyDialog example Property pane tabs Property Pane Property name Property GUI EGOWS 2006: DMI NinJo status, Slide 14

15 Property Framework The Property Framework is now an integral part of the NinJo client framework Any configurable object can have properties Support for properties, i.e. property changes and GUI and display updates, are built-in for PAC agents EGOWS 2006: DMI NinJo status, Slide 15

16 Legend Framework The use of legends in diagrams require both graphical and textual legends Graphical legends is needed for data series legends Textual legends are needed for titles/headers The contents of a legend can be laid out using a layout specification similar to JGoodies FormLayout (freeware Swing layout manager) The context specific information is retrieved using a LegendRequestHandler EGOWS 2006: DMI NinJo status, Slide 16

17 Legend Framework The contents of a text legend can be specified as text with tags to be replaced by context specific information The tags are replaced by calling an implementation dependent LegendRequestHandler which returns the context specific strings The contents of a graphical legend is returned by the LegendRequestHandler as a GOF scenegraph In the future the framework will be extended to support HTML-like legend contents EGOWS 2006: DMI NinJo status, Slide 17

18 Legend Framework The legend framework has been integrated into the PAC as a LegendView of a PAC agent Thus it is usable for all PAC agents, i.e. also the layers A special layout arranges all legends according to their preferred size and alignment such that they do not overlap Legends can be resized and repositioned interactively EGOWS 2006: DMI NinJo status, Slide 18

19 Legend and layout example EGOWS 2006: DMI NinJo status, Slide 19

20 Legend and layout example Minimized legends and diagram EGOWS 2006: DMI NinJo status, Slide 20

21 Diagram implementations Diagram implementations currently exist for:» Meteograms Many different types» Sounding diagrams (GeoInfo, Traben-TrarBach)» Cross sections (MCH, Zürich) General meteogram agent implementations exist which can be used for configuration of specialized meteograms A library of many data series configurations for meteorological parameters exists EGOWS 2006: DMI NinJo status, Slide 21

22 Meteogram, SYNOP and point forecast EGOWS 2006: DMI NinJo status, Slide 22

23 Meteogram, cloud observations EGOWS 2006: DMI NinJo status, Slide 23

24 Meteogram, DWD model EGOWS 2006: DMI NinJo status, Slide 24

25 Meteogram, DWD multimodel EGOWS 2006: DMI NinJo status, Slide 25

26 Meteogram, DWD TAF guidance EGOWS 2006: DMI NinJo status, Slide 26

27 Meteogram, DWD area forecast EGOWS 2006: DMI NinJo status, Slide 27

28 Sounding Diagram, single two soundings EGOWS 2006: DMI NinJo status, Slide 28

29 Sounding Diagram, multi EGOWS 2006: DMI NinJo status, Slide 29

30 Sounding Diagram, single with profile EGOWS 2006: DMI NinJo status, Slide 30

31 Cross section EGOWS 2006: DMI NinJo status, Slide 31

32 Cross section EGOWS 2006: DMI NinJo status, Slide 32

33 Overview DMI NinJo development DMI NinJo deployment status EGOWS 2006: DMI NinJo status, Slide 33

34 DMI Ninjo deployment Platform chosen:» Client side: Windows» Server side: Linux Originally, the intention was to use Linux for the Client Client performance is, however, better on Windows» This has been tested by DWD and DMI» Daily use during development also clearly shows this» Performance is approx % better EGOWS 2006: DMI NinJo status, Slide 34

35 DMI Ninjo deployment A superuser group consisting of four meteorologists has the following tasks:» Evaluation» Testing of the meteorological correctness» Education of meteorologists» Creation of favourite configurations All meteorologists have had one week of education EGOWS 2006: DMI NinJo status, Slide 35

36 DMI Ninjo deployment, current status Three seats with 1.0 is in operational use in the central meteorological office Renovation of the central meteorological office have postponed the deployment of 1.1 for half a year The goal is to have 1.2 fully deployed in the autumn EGOWS 2006: DMI NinJo status, Slide 36

Quick Start Guide SYSTEM REQUIREMENTS GETTING STARTED NAVIGATION THE WIZARD

Quick Start Guide SYSTEM REQUIREMENTS GETTING STARTED NAVIGATION THE WIZARD SYSTEM REQUIREMENTS Windows Windows 2000 Service Pack 4 or later, XP, or Vista 500 MHz Pentium class processor or better Sun Java Runtime Environment (JRE) Version 6 Update 2 or later 256MB RAM 1024 x

More information

StockFinder Workbook. Fast and flexible sorting and rule-based scanning. Charting with the largest selection of indicators available

StockFinder Workbook. Fast and flexible sorting and rule-based scanning. Charting with the largest selection of indicators available StockFinder Workbook revised Apr 23, 2009 Charting with the largest selection of indicators available Fast and flexible sorting and rule-based scanning Everything you need to make your own decisions StockFinder

More information

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com.

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com. In earlier technology assignments, you identified several details of a health plan and created a table of total cost. In this technology assignment, you ll create a worksheet which calculates the total

More information

Working with EXCEL Spreadsheet

Working with EXCEL Spreadsheet 2 Days f you are just starting to use MS xcel - Some smart features to simplify common and daily tasks - How to apply custom formatting, create simple formula and charts arly Bird: $1,100* Standard Fee:

More information

PLOTTING THE ATR SAFETY NET By Leon Wilson

PLOTTING THE ATR SAFETY NET By Leon Wilson PLOTTING THE ATR SAFETY NET By Leon Wilson Last week we used an ATR display to set a trailing stop loss and an ATR safety net stop loss suitable for use with intra-day stop loss orders. The intention is

More information

Multi Account Manager

Multi Account Manager Multi Account Manager User Guide Copyright MetaFX,LLC 1 Disclaimer While MetaFX,LLC make every effort to deliver high quality products, we do not guarantee that our products are free from defects. Our

More information

Autochartist User Manual

Autochartist User Manual Autochartist User Manual compliance@ifxbrokers.com www.ifxbrokers.com +27 42 293 0353 INTRODUCTION Chapter 1 Autochartist offers traders automated market-scanning tools that highlight trade opportunities

More information

Mobile App User Manual V1

Mobile App User Manual V1 Mobile App User Manual V1 Exchange of Exchanges All in One Contents 1. EOE CFD Trading System (based on MetaTrader5) Download...2 2. Mobile Application GUI...2 3. Open A Demo Account...3 4. How to check

More information

Investoscope 3 User Guide

Investoscope 3 User Guide Investoscope 3 User Guide Release 3.0 Copyright c Investoscope Software Contents Contents i 1 Welcome to Investoscope 1 1.1 About this User Guide............................. 1 1.2 Quick Start Guide................................

More information

StockFinder 5 Workbook

StockFinder 5 Workbook StockFinder 5 Workbook Updated Februar y 2010 STOCKFINDER 5 WORKBOOK Worden Brothers, Inc. www.worden.com Five Oaks Office Park 4905 Pine Cone Drive Durham, NC 27707 STOCKFINDER 5 WORKBOOK 2010 Worden

More information

P2 Explorer for Qbyte FM

P2 Explorer for Qbyte FM P2 Explorer for Qbyte FM 1 Introduction 2 Overview the Interface 3 P2 Explorer Framework 4 Administration Settings 4.1 Charts 4.2 Line Graphs 4.3 Bar Graphs 4.4 Sparklines 4.5 Bullet Graphs 5 Getting Started

More information

D4.7: Action planning manager

D4.7: Action planning manager Lower the impact of aggravating factors in crisis situations thanks to adaptive foresight and decision-support tools D4.7: Action planning manager For the attention of the Research Executive Agency Organization

More information

INTRODUCTION CHAPTER 1

INTRODUCTION CHAPTER 1 INTRODUCTION CHAPTER 1 Autochartist offers traders automated market-scanning tools that highlight trade opportunities based on support and resistance levels. Autochartist products include: Chart pattern

More information

HONG KONG INTERNET TRADING PLATFORM USER GUIDE FOR PROFESSIONAL USERS

HONG KONG INTERNET TRADING PLATFORM USER GUIDE FOR PROFESSIONAL USERS HONG KONG INTERNET TRADING PLATFORM USER GUIDE FOR PROFESSIONAL USERS - Table of Contents 1. Introduction 04 2. Our Homepage 05 3. Login 06 4. My Page 4.1 Add Customised Page 4.2 Add Pagelets to Customised

More information

MT4 Supreme Edition Trade Terminal

MT4 Supreme Edition Trade Terminal MT4 Supreme Edition Trade Terminal In this manual, you will find installation and usage instructions for MT4 Supreme Edition. Installation process and usage is the same in new MT5 Supreme Edition. Simply

More information

INTUIT PROA DVISOR PR O G RAM. QuickBooks Desktop Certification

INTUIT PROA DVISOR PR O G RAM. QuickBooks Desktop Certification INTUIT PROA DVISOR PR O G RAM QuickBooks Desktop Certification Getting Started Guide Table of Contents TABLE OF CONTENTS QuickBooks ProAdvisor Training Objectives... 1 What s in the Workbook?... 2 Chapter

More information

Rev B. Getting Started with the ISDS Platform User Guide

Rev B. Getting Started with the ISDS Platform User Guide 4021199 Rev B Getting Started with the ISDS Platform User Guide Please Read Important Please read this entire guide. If this guide provides installation or operation instructions, give particular attention

More information

Comprehensive Data: (NSE Cash, Futures and Options)

Comprehensive Data: (NSE Cash, Futures and Options) 1MarketView Discover Opportunities. Gain Insight. 1MarketView is a State of the Art Market Information and Analysis platform designed for Active traders to help them spot opportunities and make informed

More information

MINI CHART INDICATOR. fxbluelabs.com

MINI CHART INDICATOR. fxbluelabs.com fxbluelabs.com 1. Overview... 2 2. Using the Mini Chart indicator... 3 2.1 Adding the indicator to a chart... 3 2.2 Choosing the symbol... 3 2.2.1 Inverting prices... 3 2.3 Chart timeframe / type... 3

More information

Getting Ready to Trade

Getting Ready to Trade Section VI. Getting Ready to Trade In This Section 1. Adding new securities 78 2. Updating your data 79 3. It's important to keep your data clean 80 4. Using Real-Time Alerts 81 5. Monitoring your tickers

More information

Recurring Payments CitiDirect BE SM

Recurring Payments CitiDirect BE SM Recurring Payments CitiDirect BE SM A Simple, Easy Way to Schedule Recurring Payments User Guide Treasury and Trade Solutions Recurring Payments CitiDirect BE Table of Contents Table of Contents 1. Overview

More information

FX-GO platform Webtrader manual V 2.0

FX-GO platform Webtrader manual V 2.0 FX-GO platform Webtrader manual V 2.0 TradeTools FX FX-GO platform - Webtrader manual V. 2.0 - Product description Table of contents: 1 FXGO Webtrader... 2 1.1 Product description... 2 1.2 Login to Trade

More information

June 2018 HKATS RISK FUNCTIONS USER S GUIDE

June 2018 HKATS RISK FUNCTIONS USER S GUIDE June 2018 HKATS RISK FUNCTIONS USER S GUIDE Introduction to HKATS Risk Functions HKATS Risk Functions is a Java web-based software which operates within HKATS to monitor and control pre-trade risks by

More information

1MarketView Discover Opportunities. Gain Insight.

1MarketView Discover Opportunities. Gain Insight. 1MarketView Discover Opportunities. Gain Insight. 1MarketView is a State of the Art Market Information and Analysis platform designed for Active traders to help them spot opportunities and make informed

More information

PHILLIP FUTURES PTA. POEMS Installation and Quick Start User Guideline

PHILLIP FUTURES PTA. POEMS Installation and Quick Start User Guideline PHILLIP FUTURES PTA POEMS 1.8.3 Installation and Quick Start User Guideline NOTICE The best effort has been put in to ensure that the information given in this POEMS Professional 1.8.3 Quick Start User

More information

Contents 1. Login Layout Settings DEFAULTS CONFIRMATIONS ENVIRONMENT CHARTS

Contents 1. Login Layout Settings DEFAULTS CONFIRMATIONS ENVIRONMENT CHARTS USER GUIDE Contents 1. Login... 3 2. Layout... 4 3. Settings... 5 3.1. DEFAULTS... 5 3.2. CONFIRMATIONS... 6 3.3. ENVIRONMENT... 6 3.4. CHARTS... 7 3.5. TOOLBAR... 10 3.6. DRAWING TOOLS... 10 3.7. INDICATORS...

More information

Welcome to Trader Vision 20/20 (Version 2)

Welcome to Trader Vision 20/20 (Version 2) Welcome to Trader Vision 20/20 (Version 2) First of all, thank you again for your purchase. It is our greatest hope that you find Trader Vision 20/20 (aka TV20/20) to be a tremendous aid and a tool that

More information

Data Sheet for Trendline Trader Pro

Data Sheet for Trendline Trader Pro Data Sheet for Trendline Trader Pro Introduction Trendline Trader Pro is a hybrid software application which used a JavaFX based interface to communicate with an underlying MetaTrader MT4 Expert Advisor.

More information

Tutorial. Morningstar DirectSM. Quick Start Guide

Tutorial. Morningstar DirectSM. Quick Start Guide April 2008 Software Tutorial Morningstar DirectSM Quick Start Guide Table of Contents Quick Start Guide Getting Started with Morningstar Direct Defining an Investment Lineup or Watch List Generating a

More information

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation.

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation. PortfolioAnalyst Users' Guide October 2017 2017 Interactive Brokers LLC. All Rights Reserved Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray

More information

MotiveWave Volume and Order Flow Analysis Version: 1.3

MotiveWave Volume and Order Flow Analysis Version: 1.3 Volume and Order Flow Analysis Version: 1.3 2018 MotiveWave Software Version 1.3 2018 MotiveWave Software Page 1 of 40 Table of Contents 1 Introduction 3 1.1 Terms and Definitions 3 1.2 Tick Data 5 1.2.1

More information

CA Clarity Project & Portfolio Manager

CA Clarity Project & Portfolio Manager CA Clarity Project & Portfolio Manager Portfolio Management User Guide v12.1.0 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for

More information

Overview. With the property & casualty solution from TCS BaNCS, your insurance firm can gain from:

Overview. With the property & casualty solution from TCS BaNCS, your insurance firm can gain from: Property & Casualty In today's competitive environment, insurers seek technology solutions that help them stay tuned to evolving customer needs and afford them with the flexibility to respond to regulatory

More information

Data Visualisation with Tableau. ExcelR Solutions

Data Visualisation with Tableau. ExcelR Solutions Data Visualisation with Tableau What is Data Visualisation? What is Data Visualisation? Data visualization is visual representation or creation and study of the visually represented data Communicate information

More information

Gtrade manual version 2.04 updated

Gtrade manual version 2.04 updated Gtrade manual version 2.04 updated 9.30.2016 Table of Contents Contents Table of Contents2 Getting started, Logging in and setting display language in TurboTick Pro3 Level 25 Order Entry8 Streamlined Order

More information

MotiveWave What s New in Version 6 Beta MotiveWave Software

MotiveWave What s New in Version 6 Beta MotiveWave Software MotiveWave What s New in 2019 MotiveWave Software Table of Contents 1 Introduction... 2 2 Cloud Workspaces... 3 2.1 Synchronization... 3 2.2 Limitations... 3 2.3 Creating/Editing Cloud Workspaces... 3

More information

BudgetPak User Guide. Lewis & Clark College. October 2016

BudgetPak User Guide. Lewis & Clark College. October 2016 BudgetPak User Guide Lewis & Clark College October 2016 Contents Overview... 2 Definitions and Set Up... 2 Logging In to BudgetPak... 3 Reviewing Current and Historical Budget and Actual Information...

More information

Chameleon REPORTING BUDGETING ANALYSIS INTELLIGENCE. Accelerated Performance Management with Computron s G2 Chameleon

Chameleon REPORTING BUDGETING ANALYSIS INTELLIGENCE. Accelerated Performance Management with Computron s G2 Chameleon Chameleon REPORTING BUDGETING ANALYSIS INTELLIGENCE Accelerated Performance Management with Computron s G2 Chameleon Interactive Reports and Enquiries Chameleon is a powerful, simple and easy to use solution

More information

MT4 TRADING SIMULATOR

MT4 TRADING SIMULATOR v MT4 TRADING SIMULATOR fxbluelabs.com 1. Overview of the FX Blue Trading Simulator... 2 1.1 Purpose of the Trading Simulator... 2 1.2 Licence... 2 2. Installing the Trading Simulator... 3 2.1 Installing

More information

1.1 Installation from the Web 1.2 Logging On

1.1 Installation from the Web 1.2 Logging On 1 1.1 Installation from the Web 1.2 Logging On 2.1 WH Expert Elite Display and Menu Bars 2.2 The Icon Bar 2.2.1 Icon Bar Type 1 2.2.2 Icon Bar Type 2 2.2.3 Icon Bar Type 3 2.3 Right Mouse Click Support

More information

New Developments in MATLAB for Computational Finance Kevin Shea, CFA Principal Software Developer MathWorks

New Developments in MATLAB for Computational Finance Kevin Shea, CFA Principal Software Developer MathWorks New Developments in MATLAB for Computational Finance Kevin Shea, CFA Principal Software Developer MathWorks 2014 The MathWorks, Inc. 1 Who uses MATLAB in Financial Services? The top 15 assetmanagement

More information

å Follow these steps to delete a list: å To rename a list: Maintaining your lists

å Follow these steps to delete a list: å To rename a list: Maintaining your lists Maintaining your lists TradingExpert Pro provides a number of functions for maintaining the data contained in your Group/Sector List and all other lists that you have created. This section lists the data

More information

Reporting and Analysis

Reporting and Analysis Part 4 Reporting and Analysis 12 Reporting Project Information 355 13 Analyzing Project Information 401 353 Reporting Project Information Establishing Your Communications Plan 356 Setting Up and Printing

More information

Innovated solution of IDM/BalM

Innovated solution of IDM/BalM Innovated solution of IDM/BalM Combining opportunities with markets Innovated solution for trading on Intraday and Balancing Market in the Czech Republic, developed by OTE a.s., enables users to respond

More information

A Distributed Collaborative Workflow Based Approach To Data Collection and Analysis

A Distributed Collaborative Workflow Based Approach To Data Collection and Analysis A Distributed Collaborative Workflow Based Approach To Data Collection and Analysis William Gerecke, Douglas Enas Raytheon Company 6225 Brandon Avenue, Suite 230 Springfield, VA 22150 gerecke@rayva.org,

More information

BTS : Pre-Trade Validation Service for IDEM Market

BTS : Pre-Trade Validation Service for IDEM Market BTS : Pre-Trade Validation Service for IDEM Market Version 2.0 Contents Index 1 Revision History 4 2 Introduction 5 3 Pre-Trade Validation Service BTS solution 7 3.1 PTV tool 7 3.2 PTV hierarchy tree

More information

Credit Control Administrators Guide DOCUMENTATION. Phone: Fax:

Credit Control Administrators Guide DOCUMENTATION. Phone: Fax: Credit Control Administrators Guide DOCUMENTATION Phone: 01981 590410 Fax: 01981 590411 E-mail: information@praceng.com CHANGE HISTORY ORIGINAL DOCUMENT AUTHOR: MICHELLE HARRIS DATE: OCT 2013 AUTHOR DATE

More information

PHOENIX USER GUIDE PHOENIX USER GUDIE

PHOENIX USER GUIDE PHOENIX USER GUDIE PHOENIX USER GUIDE PHOENIX USER GUDIE www.iticapital.com www.iticapital.com 1 TABLE OF CONTENTS 01 01 02 03 04 05 05 06 06 07 08 08 09 10 11 12 13 14 15 15 ABOUT ITI CAPITAL LIMITED REGULATORY NOTICES

More information

Technical User Guide for Advisers

Technical User Guide for Advisers Technical User Guide for Advisers Guide published @ 09/2011 Table of Contents ntroduction... 4 Part 1 How Market Assumptions work in The Tool... 5 Asset Classes... 5 What is the evalue FE CAP:Link TM model?...

More information

MotiveWave Volume and Order Flow Analysis Version: 1.4

MotiveWave Volume and Order Flow Analysis Version: 1.4 Volume and Order Flow Analysis Version: 1.4 2018 MotiveWave Software Version 1.4 2018 MotiveWave Software Page 1 of 49 Table of Contents 1 Introduction 3 1.1 Terms and Definitions 3 1.2 Tick Data 5 1.2.1

More information

Basic Order Strategies

Basic Order Strategies Basic Order Strategies Introduction... 3 Using the Pre-Defined Order Strategies with your Trading Interfaces... 3 Entry Order Strategies... 3 Basic Entry Order Strategies explained... 3 Exit Order Strategies...

More information

yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0

yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0 yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0 Emanuele Guidotti, Stefano M. Iacus and Lorenzo Mercuri February 21, 2017 Contents 1 yuimagui: Home 3 2 yuimagui: Data

More information

Foxzard Trader MT4 Expert Advisor Manual Contents

Foxzard Trader MT4 Expert Advisor Manual Contents Foxzard Trader MT4 Expert Advisor Manual Contents Foxzard Trader MT4 Expert Advisor Manual... 1 Overview... 3 Features... 3 Installation Guide... 3 User Interface... 4 Input Parameters and Default Values...

More information

JBookTrader User Guide

JBookTrader User Guide JBookTrader User Guide Last Updated: Monday, July 06, 2009 Eugene Kononov, Others Table of Contents JBookTrader...1 User Guide...1 Table of Contents...0 1. Summary...0 2. System Requirements...3 3. Installation...4

More information

Middlebury s Planning

Middlebury s Planning and Budgeting Cloud Services (PBCS): Middlebury s Planning Last update: 1/19/2016, Version 4 Table of Contents Introduction to Planning:... 3 Middlebury's Planning: Logging-In.. 5 Planning Administration:..7

More information

Bond Portfolio Management User Guide

Bond Portfolio Management User Guide Cbonds.ru Ltd. Pirogovskaya nab., 21, St. Petersburg Phone: +7 (812) 336-97-21 http://www.cbonds.com Bond Portfolio Management User Guide 1 Contents About the Service... 3 Getting Started. Creating a New

More information

MT4 Advanced USER GUIDE

MT4 Advanced USER GUIDE MT4 Advanced USER GUIDE 1 TABLE OF CONTENTS 1. MINI TERMINAL... 03 2. TRADE TERMINAL... 07 3. ALARM MANAGER...15 4. EXCEL RTD... 32 5. MARKET MANAGER... 41 6. CORRELATION MATRIX... 47 7. CORRELATION TRADER...

More information

Money Management (MX) Frequently Asked Question s

Money Management (MX) Frequently Asked Question s Money Management (MX) Frequently Asked Question s Account Maintenance How do I get rid of duplicate accounts? How do I permanently delete an account? How do I hide/exclude an account? How do I rename my

More information

Sage FAS Fixed Assets Tax Update What s New

Sage FAS Fixed Assets Tax Update What s New Sage FAS Fixed Assets 2009.1 Tax Update What s New Your Guide to New Product Features www.imsolutions.net Toll Free 877.208.1175, Facsimile 727.797.6181 26133 US Highway 19 North, Suite 314 Clearwater,

More information

5.- RISK ANALYSIS. Business Plan

5.- RISK ANALYSIS. Business Plan 5.- RISK ANALYSIS The Risk Analysis module is an educational tool for management that allows the user to identify, analyze and quantify the risks involved in a business project on a specific industry basis

More information

Oracle Project Management

Oracle Project Management Oracle Project Management User Guide Release 12.2 Part No. E49016-01 September 2013 Oracle Project Management User Guide, Release 12.2 Part No. E49016-01 Copyright 1994, 2013, Oracle and/or its affiliates.

More information

Morningstar Direct SM Getting Started

Morningstar Direct SM Getting Started Morningstar Direct is a global investment analysis platform that unites all of Morningstar s data and institutional research, private and third-party content, rigorous analytics, and productivity tools.

More information

META TRADER 5 MOBILE (iphone/ipad)

META TRADER 5 MOBILE (iphone/ipad) (iphone/ipad) USER GUIDE www.fxbtrading.com 1 CONTENTS Getting started...4 Quotes...6 Depth of market...9 Chart...11 How to trade...13 History...19 2 The world s most popular forex trading platform MetaTrader

More information

What's New in TradeStation 9.1: Update 22

What's New in TradeStation 9.1: Update 22 What's New in TradeStation 9.1: Update 22 With TradeStation 9.1: Update 22, we introduce support for mini options trading in TradeStation. Now customers with updates after Update 18 will be able to trade

More information

MINI TERMINAL User Guide

MINI TERMINAL User Guide MINI TERMINAL User Guide 1 CONTENTS 1. PLACING TRADES USING THE MINI TERMINAL 4 1.1 Placing buy/sell orders 4 1.1.1 Calculators 4 1.2 Placing pending orders 4 1.2.1 Placing pending orders directly from

More information

Using the Clients & Portfolios Module in Advisor Workstation

Using the Clients & Portfolios Module in Advisor Workstation Using the Clients & Portfolios Module in Advisor Workstation Disclaimer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Overview - - - - - - - - - - - - - - - - - - - - - -

More information

Razor Risk Market Risk Overview

Razor Risk Market Risk Overview Razor Risk Market Risk Overview Version 1.0 (Final) Prepared by: Razor Risk Updated: 20 April 2012 Razor Risk 7 th Floor, Becket House 36 Old Jewry London EC2R 8DD Telephone: +44 20 3194 2564 e-mail: peter.walsh@razor-risk.com

More information

SPSS I: Menu Basics Practice Exercises Target Software & Version: SPSS V Last Updated on January 17, 2007 Created by Jennifer Ortman

SPSS I: Menu Basics Practice Exercises Target Software & Version: SPSS V Last Updated on January 17, 2007 Created by Jennifer Ortman SPSS I: Menu Basics Practice Exercises Target Software & Version: SPSS V. 14.02 Last Updated on January 17, 2007 Created by Jennifer Ortman PRACTICE EXERCISES Exercise A Obtain descriptive statistics (mean,

More information

AgentNet 3.0 Title Insurance Policy - Issue

AgentNet 3.0 Title Insurance Policy - Issue Title Insurance Policy - Issue Use these steps to issue a title policy in AgentNet 3.0. Table of Contents Step 1 View Pro Forma (optional)... 1 Step 2 Complete Schedule A... 1 Optional:... 2 Void an ejacket...

More information

ANNUAL BUDGET PROCESSING EXCEL ADD-

ANNUAL BUDGET PROCESSING EXCEL ADD- C HAPTER ANNUAL BUDGET PROCESSING EXCEL ADD- IN The Annual Budget Processing add-in provides a new way of entering new world ERP annual budget information using Microsoft Excel. With the add-in installed,

More information

To assist recordkeepers in this task, Mid Atlantic has developed the Investment Toolkit. The Toolkit provides the following services:

To assist recordkeepers in this task, Mid Atlantic has developed the Investment Toolkit. The Toolkit provides the following services: Overview The new fee disclosure rules have created new responsibilities for plan sponsors and plan service providers. While overall, these new rules should help even the playing field for unbundled or

More information

BTS : Pre-Trade Validation Service for London Stock Exchange Derivatives Market

BTS : Pre-Trade Validation Service for London Stock Exchange Derivatives Market BTS : Pre-Trade Validation Service for London Stock Exchange Derivatives Market Version 3.0 Contents Index 1 Revision History 4 2 Introduction 5 3 Pre-Trade Validation Service BTS solution 7 3.1 PTV tool

More information

SYMBOL INFO INDICATOR

SYMBOL INFO INDICATOR fxbluelabs.com 1. Overview... 2 2. Using the Symbol Info indicator... 3 2.1 Adding the indicator to a chart... 3 2.2 Choosing the symbol... 3 2.3 % change... 3 2.3.1 Change in pips... 4 2.4 High-low range...

More information

FxCraft Trade Manager User Manual (version 1_01)

FxCraft Trade Manager User Manual (version 1_01) FxCraft Trade Manager User Manual (version 1_01) 1 Table of contents FxCraft Trade Manager... 1 User Manual... 1 Introduction... 3 Short description of the product... 4 Installation... 5 Main Window...

More information

Telemet Equity Contribution & Attribution

Telemet Equity Contribution & Attribution Telemet Equity Contribution & Attribution March 2016 V8.2.4 Telemet Equity Portfolio Analyses True, time weighted, transaction based attribution, Convenient - Reports at each desktop, Immediate - available

More information

Budget-based benefits selection 2.0 SP01

Budget-based benefits selection 2.0 SP01 Document Version: 1.1 Final Date: Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters quoted from the screen. These include field

More information

NEW INVESTMENT USER GUIDE

NEW INVESTMENT USER GUIDE NEW INVESTMENT USER GUIDE CONTENTS 1. SELECT NEW OR EXISTING CLIENT... 2 NEW CLIENT... 3-4 EXISTING CLIENT... 5 SELECTING AN EXISTING CASE... 6 REVIEW SELECTION... 6 CREATE NEW ANALYSIS... 7 2. NEW INVESTMENT...

More information

BAdIs in WCM. Release ERP 6.0, EhP3 + EhP5. Michael Lesk WCM GmbH. WCM Info Day October 2010 Amsterdam, Netherlands

BAdIs in WCM. Release ERP 6.0, EhP3 + EhP5. Michael Lesk WCM GmbH. WCM Info Day October 2010 Amsterdam, Netherlands BAdIs in WCM Release ERP 6.0, EhP3 + EhP5 Michael Lesk WCM GmbH WCM Info Day October 2010 Amsterdam, Netherlands Agenda 1. Introduction and rough Classification 2. How to find appropriate WCM BAdIs 3.

More information

FUTURESOURCE TRADER 1 WELCOME 6 THE FUTURESOURCE TRADER WINDOW 7. Changing Your Password 8. Viewing Connection Status 8 DOMTRADER 9

FUTURESOURCE TRADER 1 WELCOME 6 THE FUTURESOURCE TRADER WINDOW 7. Changing Your Password 8. Viewing Connection Status 8 DOMTRADER 9 FutureSource Trader FUTURESOURCE TRADER 1 WELCOME 6 THE FUTURESOURCE TRADER WINDOW 7 Changing Your Password 8 Viewing Connection Status 8 DOMTRADER 9 Adding a DOMTrader 9 DOMTrader Components 10 Title

More information

SIA TODEAL. Fixed income trading solution

SIA TODEAL. Fixed income trading solution SIA TODEAL Fixed income trading solution SIA TODEAL Financial fixed income is an industry worth a significant amount of money in these tumultuous financial times. Taking the right decision at the right

More information

Grants Management and Monitoring System. Overview of process workflows

Grants Management and Monitoring System. Overview of process workflows of process workflows INTRODUCTION EGREG is designed to help Contracting Authorities and their Grants Beneficiaries to exchange information necessary to facilitate the management and monitoring of grants

More information

Budget-based benefits selection 2.0 SP03

Budget-based benefits selection 2.0 SP03 Document Version: 2.0 Final Date: Typographic Conventions Type Style Example Example EXAMPLE Example Example Description Words or characters quoted from the screen. These include field names,

More information

Sample Reports for The Expert Allocator by Investment Technologies

Sample Reports for The Expert Allocator by Investment Technologies Sample Reports for The Expert Allocator by Investment Technologies Telephone 212/724-7535 Fax 212/208-4384 Support Telephone 203/364-9915 Fax 203/547-6164 e-mail support@investmenttechnologies.com Website

More information

Court Services Online - e-filing. Frequently Asked Questions

Court Services Online - e-filing. Frequently Asked Questions Court Services Online - e-filing Frequently Asked Questions What sites can I currently e-file to? Effective December 1, 2008, any registered user can e-file to any of the 43 court locations in the province.

More information

Learning TradeStation. Order-Entry Tools and Preferences

Learning TradeStation. Order-Entry Tools and Preferences Learning TradeStation Order-Entry Tools and Preferences Important Information No offer or solicitation to buy or sell securities, securities derivative or futures products of any kind, or any type of trading

More information

Morningstar Direct SM 3.16 Release Aug 2014

Morningstar Direct SM 3.16 Release Aug 2014 The Morningstar Direct team is pleased to announce the new features and enhancements in version 3.16. In this release, you can now search for Strategic Beta products in addition to taking action on new

More information

Withholding Tax Reporting for Spain

Withholding Tax Reporting for Spain ERP CLOUD Withholding Tax Reporting for Spain Fusion Financials for EMEA Table of Contents 1. Purpose of the document... 2 2. Assumptions and Prerequisites... 2 3. Feature Specific Setup... 2 Create a

More information

How to prepare an order in Worksheet

How to prepare an order in Worksheet The following pages are a walk through of a basic way to get an order prepared with worksheet for AIS. This is only a guide to help you learn the best way to get an order together, and how to create an

More information

USERGUIDE MT4+ TRADE TERMINAL

USERGUIDE MT4+ TRADE TERMINAL TABLE OF CONTENTS. INSTALLATION OF THE PAGE 03. OVERVIEW OF THE PAGE 06 3. MARKET WATCH PAGE 09 A. PLACING BUY / SELL ORDERS PAGE 09 B. PLACING OF PENDING ORDERS PAGE 0 C. OCO (ONE-CANCELS-OTHER) ORDERS

More information

Introduction to Active Trader Pro

Introduction to Active Trader Pro Introduction to Active Trader Pro 3 Fidelity Brokerage Services, Member NYSE, SIPC, 900 Salem Street, Smithfield, RI 02917. 2017 FMR LLC. All rights reserved. 686285.7.0 This workshop will Illustrate how

More information

OPERATING REPORTS HANDBOOK

OPERATING REPORTS HANDBOOK OPERATING REPORTS HANDBOOK Second Edition Office of Budget and Finance Accounting and Financial Reporting Contact Information: reporting@utdallas.edu Table of Contents Table of Contents... i Getting Started

More information

Improvements to e-suitability - paragraph library version

Improvements to e-suitability - paragraph library version Improvements to e-suitability - paragraph library version 1.2.20 12.10.2011 We are pleased to announce further enhancements to e-suitability which include significant improvements to the content. These

More information

Socrata Open Budget Capital Budget / CIP Schema

Socrata Open Budget Capital Budget / CIP Schema Socrata Open Budget Capital Budget / CIP Schema v2.3 Last Updated October 6th, 2015 Introduction Socrata s Open Budget allows you to visualize the revenues and expenses of your Operating Budget and Capital

More information

Analyzing the Elements of Real GDP in FRED Using Stacking

Analyzing the Elements of Real GDP in FRED Using Stacking Tools for Teaching with Analyzing the Elements of Real GDP in FRED Using Stacking Author Mark Bayles, Senior Economic Education Specialist Introduction This online activity shows how to use FRED, the Federal

More information

Zerodha Web Document. Zerodha Web

Zerodha Web Document. Zerodha Web Zerodha Web 1 Trade Home Page Nest3 Web Home page displays menu icons that directly links to the following pages. a) Market Watch. b) Trade Express/ Streamer. c) My Alerts. d) Index Chart. e) Online IPO

More information

BItS Clearing Station (BCS) User Guide. Release: January BCS User Guide

BItS Clearing Station (BCS) User Guide. Release: January BCS User Guide BItS Clearing Station (BCS) User Guide Release: 4.0.4 January 2011 BCS User Guide Summary INTRODUCTION...4 ABOUT BCS...4 WORK ENVIRONMENT...4 HOW TO GET STARTED...5 CLEARING CALENDAR...5 APPLICATION LAYOUT...7

More information

Oracle Global Human Resources Cloud Using Benefits

Oracle Global Human Resources Cloud Using Benefits Oracle Global Human Resources Cloud Using Benefits This guide also applies to on-premise implementaions Release 8 April 2014 Oracle Global Human Resources Cloud Using Benefits Part Number E49575-03 Copyright

More information

Your Guide to Schwab.com. How to make the most of Schwab s online client center.

Your Guide to Schwab.com. How to make the most of Schwab s online client center. Your Guide to Schwab.com How to make the most of Schwab s online client center. Welcome to Schwab.com With the Schwab.com client center, it s easier than ever to access all your accounts as well as our

More information

META TRADER 5 MOBILE (ANDROID)

META TRADER 5 MOBILE (ANDROID) META TRADER 5 MOBILE (ANDROID) USER GUIDE www.fxbtrading.com 1 CONTENTS Getting Started...3 Quotes...4 Depth of Market...8 Chart...8 Trade...10 Type of orders...13 Market execution...16 History...19 Accounts...20

More information

NEST web services. Operational design guide

NEST web services. Operational design guide NEST web services Operational design guide Version 5, March 2018 Operational design guide 4 This document is the property of NEST and is related to the NEST Web Services API Specification. The current

More information