Tuesday, December 23, 2008

AdvDec

is wrong but code is fine

Image

Thursday, December 18, 2008

Tuesday, December 16, 2008

Thursday, December 11, 2008

Wednesday, December 10, 2008

Thursday, December 4, 2008

VWAP and DVTLCombo

Spread Strategy and Indicators


Also important example how to feed multi instruments data into indicators from strategy

SpreadStrategy.cs
StrategyBasedIndicator.cs

ExitPoints

Monday, December 1, 2008

Monday, November 24, 2008

Tuesday, November 18, 2008

Sunday, November 16, 2008

Wednesday, November 12, 2008

Sunday, November 9, 2008

Sunday, November 2, 2008

MACD R1 and R2 Indicator and Strategy


http://www.performancetrading.it/Documents/GmRefined/GmR_Analysis_MACD.htm

Sunday, October 5, 2008

Monday, September 8, 2008

Better Volume

Code Snipest

bool canTradeTime = startTime == endTime ||
(endTime > startTime && (TimeGT(startTime) && TimeLE(endTime))) ||
(endTime < startTime && (TimeGT(startTime) || TimeLE(endTime)));

Sunday, September 7, 2008


TS8 ELD that include extended version of the NT functions, all those function are identical to NT original function, they just have EX in fromt of the name and extra parameter (the 1st one) the symbol name so you can pass any function you like

Monday, July 21, 2008

Monday, June 16, 2008

Thursday, June 5, 2008

MP Lines

Monday, May 19, 2008

Delta Indicators


Normal VolumeRatio
And modified BuySellRatio, added SMA, EMA and StdDev envelope

Sunday, May 18, 2008


BBSqueeze

Thursday, May 15, 2008

Saturday, April 19, 2008

Wednesday, March 26, 2008

VolumeRation, Show the volume at the bid vs volume at ask

Tuesday, March 25, 2008

Order Pad

The order pad is connected to a strategy which enable the user to initiate special strategies (in this case ATM strategy with additional entries)

MFStrategy

Sunday, March 2, 2008

Buy Sell Pressure


Show the trades in the bid or the Ask, and can filter by trade size

Other Time Fram Indicators



Show x Minutes indicators on a Volume or Tick chart, Package include
SMA
EMA
Stochastic
StochasticDast
Bollinger Band

Wednesday, February 27, 2008


eSignal Studies (JanArp)

Wednesday, February 20, 2008

Monday, February 18, 2008

Monday, February 4, 2008

MTPredictor

TurningPoint
StrengthIndicator.cs
TFT.cs
TurniningPoint.cs



cyrinus@cyrox.com