Mac
07.04 2017
除了最佳買賣價之外,PTMC 還能夠協助用戶使用 level 2 的報價,以下檔案是文章中會用到的範例檔:
CustomTickAggregator_en.cs
Level2Test.cs
EUR/USD 報價矩陣
6E[Z3] 市場深度
存取 level 2 報價Level 2 報價可以透過以下功能存取:
int GetLevel2Count(string symbol, int fieldType) is the number of available market depth levels for a given instrument
int GetLevel2Count(int fieldType) is the same thing, current instrument
GetLevel2Price(string symol, int fieldType, int offset) is a price of speficied instrument,...
Mac
08.10 2013
IntroductionSince the creation of computed technical analysis we’ve seen hundreds of indicators created and thousands of modifications to these indicators. Regardless of the huge selection of indicators available, a trader may want to make his own custom indicator or make some graphical displays for better trading decisions. In the Protrader terminal we can use indicators...