User login

  

Functionality

This menu allow you to change default settings for main platform functionality: Chart, FX Cell, Panels and Scripts.

● Chart

Submenu Chart allows you to set gradient colors for candle, synchronize cursors (if you use several Charts) or use reloading history instead of cache for plotting. This part also spesifies the default settings for style, interval, period and amount of bars.

● FX Cell

To change the view of the FX Cell, go to the FX Cell tab.

The FX Cell is used in Order Entry, in the Watchlist (Board mode) and in other panels. In this tab, you can change several parameters which determine how the FX Cell is viewed.

The parameters are generally self-explanatory.  Preview allows you to see changes.

The Price Type has two possible modes: Bid/Ask (default) and VWAP. Volume Weighted Avarage Price mode is a special mode where Bid/Ask are defined from average values of Bid/Ask based on L2 quotes.

● Panels
Here you can use External Browser Window (otherwise ProTrader window will be used) , set Knowledge Base login and password (to add comments, view extended documentation, etc.), Show News Content on Panel, change Option Chain and set Autofill with all instruments for newly open Watchlist and FX Board.

● Scripts
Set up general properties for Scripts here.

  • Autoinclude Variables to Watch - if the checked the Watch panel contains all variables used in a Script any time it's opened.
  • Handle debug events - every time a BreakPoint is met in your code while debugging, a debug event appears. Remove this checkbox if you don't want to handle this event.
  • Compilation framework - select the .NET Framework version you want your scripts to target.

Note: If you change the .NET Framework version, you may receive error messages if your code contains references to a different version. To resolve these errors, you must manually modify the references.

  • Cipher method - choose cipher method for your scripts to protect your intellectual properly. Following methods are used for protection of executable files (*.pcm):
    1. ZIP is the fastest method; it makes your scripts very compact. It is a good choice for working with all open-source scripts.
    2. MD5 method works slowely and makes your scripts larger. But you can use it to protect a lot of your own scripts.
    3. RSA is slowest method and generates biggest scripts. But it use a very strong algorithm (keysize=1024) that able to protect your major scripts.
  • Ninja Script Repository - specify the a source code repository for Ninja Scripts.
12345