TB函数对照表

来自tradeStar帮助系统
(版本间的差异)
跳转到: 导航, 搜索
第1行: 第1行:
PlotNumeric(1,0)#Plot(0,'')<br>
+
PlotNumeric(1,0)#Plot(0,''''''')<br><br>
Buy(1,2)#Buy('',0,0,0,OT_Market, OB_ThisBar)
+
Buy(1,2)#Buy(''''''',0,0,0,OT_Market, OB_ThisBar)<br>
Sell(1,2)#Sell('',0,0,0,OT_Market, OB_ThisBar)
+
Sell(1,2)#Sell(''''''',0,0,0,OT_Market, OB_ThisBar)<br>
BuyToCover(1,2)#BuyToCover('',0,0,0,OT_Market, OB_ThisBar)
+
BuyToCover(1,2)#BuyToCover(''''''',0,0,0,OT_Market, OB_ThisBar)<br>
SellShort(1,2)#SellShort('',0,0,0,OT_Market, OB_ThisBar)
+
SellShort(1,2)#SellShort(''''''',0,0,0,OT_Market, OB_ThisBar)<br>
StandardDev#Std
+
StandardDev#Std<br>
Date#Date
+
Date#Date<br>
Time#Time
+
Time#Time<br>
Open#Open
+
Open#Open<br>
High#High
+
High#High<br>
Low#Low
+
Low#Low<br>
Close#Close
+
Close#Close<br>
Volume#Vol
+
Volume#Vol<br>
D#Date
+
D#Date<br>
T#T
+
T#T<br>
O#O
+
O#O<br>
H#H
+
H#H<br>
L#L
+
L#L<br>
C#C
+
C#C<br>
V#V
+
V#V<br>
Commentary#Print
+
Commentary#Print<br>
OpenInt#OpenInt
+
OpenInt#OpenInt<br>
OI#OpenInt
+
OI#OpenInt<br>
OpenD#OpenD
+
OpenD#OpenD<br>
OpenM#OpenM
+
OpenM#OpenM<br>
OpenW#OpenW
+
OpenW#OpenW<br>
OpenY#OpenY
+
OpenY#OpenY<br>
HighD#HighD
+
HighD#HighD<br>
HighM#HighM
+
HighM#HighM<br>
HighW#HighW
+
HighW#HighW<br>
HighY#HighY
+
HighY#HighY<br>
LowD#LowD
+
LowD#LowD<br>
LowM#LowM
+
LowM#LowM<br>
LowW#LowW
+
LowW#LowW<br>
LowY#LowY
+
LowY#LowY<br>
CloseD#CloseD
+
CloseD#CloseD<br>
CloseM#CloseM
+
CloseM#CloseM<br>
CloseW#CloseW
+
CloseW#CloseW<br>
CloseY#CloseY
+
CloseY#CloseY<br>
SessionLastBar#SessionLastBar
+
SessionLastBar#SessionLastBar<br>
Time_s#Time
+
Time_s#Time<br>
InsideAsk#DynaInfo(Q_Ask)
+
InsideAsk#DynaInfo(Q_Ask)<br>
InsideBid#DynaInfo(Q_Bid)
+
InsideBid#DynaInfo(Q_Bid)<br>
DailyHigh#DynaInfo(Q_High)
+
DailyHigh#DynaInfo(Q_High)<br>
q_LastTime#DynaInfo(Q_Last)
+
q_LastTime#DynaInfo(Q_Last)<br>
TradeDate#DynaInfo(Q_Date)
+
TradeDate#DynaInfo(Q_Date)<br>
TradeTime#DynaInfo(Q_LastTime)
+
TradeTime#DynaInfo(Q_LastTime)<br>
DailyLow#DynaInfo(Q_Low)
+
DailyLow#DynaInfo(Q_Low)<br>
DailyOpen#DynaInfo(Q_Open)
+
DailyOpen#DynaInfo(Q_Open)<br>
CurrentOpenInt#DynaInfo(Q_OpenInt)
+
CurrentOpenInt#DynaInfo(Q_OpenInt)<br>
OpenInterest#DynaInfo(Q_OpenInt)
+
OpenInterest#DynaInfo(Q_OpenInt)<br>
PrevClose#DynaInfo(Q_PrevClose)
+
PrevClose#DynaInfo(Q_PrevClose)<br>
TotalVolume#DynaInfo(Q_TotalVol)
+
TotalVolume#DynaInfo(Q_TotalVol)<br>
CurrentDate#CurrentDate-19000000
+
CurrentDate#CurrentDate-19000000<br>
CurrentTime#CurrentTime*1000000
+
CurrentTime#CurrentTime*1000000<br>
CurrentTime_s#CurrentTime
+
CurrentTime_s#CurrentTime<br>
ComputerDateTime#Now
+
ComputerDateTime#Now<br>
BarInterval#DataTypeM
+
BarInterval#DataTypeM<br>
BarType#DataType
+
BarType#DataType<br>
BarType_ex#DataType
+
BarType_ex#DataType<br>
IntervalType#DataType
+
IntervalType#DataType<br>
IntervalType_ex#DataType
+
IntervalType_ex#DataType<br>
BaseDataNumber#DataCount
+
BaseDataNumber#DataCount<br>
CurrentDataNumber#DataCount
+
CurrentDataNumber#DataCount<br>
BigPointValue#BigPointValue
+
BigPointValue#BigPointValue<br>
Category#Category
+
Category#Category<br>
ExpirationDate#ExpirationDate
+
ExpirationDate#ExpirationDate<br>
GetSymbolName#StkName
+
GetSymbolName#StkName<br>
GetExchangeName#MarketName
+
GetExchangeName#MarketName<br>
MinMove#MinMove
+
MinMove#MinMove<br>
Point#Point
+
Point#Point<br>
PointValue#PointValue
+
PointValue#PointValue<br>
PriceScale#PriceScale
+
PriceScale#PriceScale<br>
DayOfMonth#DayOfDate
+
DayOfMonth#DayOfDate<br>
Month#MonthOfDate
+
Month#MonthOfDate<br>
Year#YearOfDate
+
Year#YearOfDate<br>
DayOfWeek#WeekDayOfDate
+
DayOfWeek#WeekDayOfDate<br>
GVGetNamedDouble#GetGlobalVar
+
GVGetNamedDouble#GetGlobalVar<br>
GVSetNamedDouble#SetGlobalVar
+
GVSetNamedDouble#SetGlobalVar<br>
GVGetNamedInt#GetGlobalStr
+
GVGetNamedInt#GetGlobalStr<br>
GVSetNamedInt#SetGlobalStr
+
GVSetNamedInt#SetGlobalStr<br>
IFF#If
+
IFF#If<br>
IffString#Iif
+
IffString#Iif<br>
IFFLogic#Iif
+
IFFLogic#Iif<br>
AbsValue#Abs
+
AbsValue#Abs<br>
ArcTangent#Atan
+
ArcTangent#Atan<br>
Ceiling#Ceiling
+
Ceiling#Ceiling<br>
Permutation#Permut
+
Permutation#Permut<br>
Combination#Combin
+
Combination#Combin<br>
Cosine#Cos
+
Cosine#Cos<br>
ExpValue#Exp
+
ExpValue#Exp<br>
Floor#Floor
+
Floor#Floor<br>
FracPortion#FracPart
+
FracPortion#FracPart<br>
IntPortion#IntPart
+
IntPortion#IntPart<br>
Log#Log
+
Log#Log<br>
MaxList#Max
+
MaxList#Max<br>
MaxList2#Max
+
MaxList2#Max<br>
MinList#Min
+
MinList#Min<br>
MinList2#Min
+
MinList2#Min<br>
Mod#Mod
+
Mod#Mod<br>
Neg#Neg
+
Neg#Neg<br>
Power#Pow
+
Power#Pow<br>
Random#Rand
+
Random#Rand<br>
Round#RoundS
+
Round#RoundS<br>
Sign#Sgn
+
Sign#Sgn<br>
Sine#Sin
+
Sine#Sin<br>
SquareRoot#Sqrt
+
SquareRoot#Sqrt<br>
Tangent#Tan
+
Tangent#Tan<br>
AvgDeviation#AveDev
+
AvgDeviation#AveDev<br>
Correlation#Relate
+
Correlation#Relate<br>
Covar#Covar
+
Covar#Covar<br>
DevSqrd#DevSq
+
DevSqrd#DevSq<br>
LinearRegValue#Forcast
+
LinearRegValue#Forcast<br>
LinearRegSlope#Slope
+
LinearRegSlope#Slope<br>
LinearRegValueFC#Forcast
+
LinearRegValueFC#Forcast<br>
LinearRegSlopeFC#Slope
+
LinearRegSlopeFC#Slope<br>
StdDev#StdDev
+
StdDev#StdDev<br>
Kurtosis#Kurt
+
Kurtosis#Kurt<br>
Skew#Skew
+
Skew#Skew<br>
CurrentBar#BarPos
+
CurrentBar#BarPos<br>
Average#MA
+
Average#MA<br>
AverageFC#MA
+
AverageFC#MA<br>
XAverage#EMA
+
XAverage#EMA<br>
Summation#Sum
+
Summation#Sum<br>
SummationFC#Sum
+
SummationFC#Sum<br>
Highest#HHV
+
Highest#HHV<br>
HighestFC#HHV
+
HighestFC#HHV<br>
HighestBar#HHVBars
+
HighestBar#HHVBars<br>
Lowest#LLV
+
Lowest#LLV<br>
LowestFC#LLV
+
LowestFC#LLV<br>
LowestBar#LLVBars
+
LowestBar#LLVBars<br>
AvgPrice#(C+H+L)/3
+
AvgPrice#(C+H+L)/3<br>
AvgTrueRange#AvgTrueRange
+
AvgTrueRange#AvgTrueRange<br>
TrueRange#TRTrueRange
+
TrueRange#TRTrueRange<br>
CountIf#Count
+
CountIf#Count<br>
SwingHigh#SwingHigh
+
SwingHigh#SwingHigh<br>
SwingHighBar#SwingHighBar
+
SwingHighBar#SwingHighBar<br>
SwingLow#SwingLow
+
SwingLow#SwingLow<br>
SwingLowBar#SwingLowBar
+
SwingLowBar#SwingLowBar<br>
VolatilityClassic#ATR
+
VolatilityClassic#ATR<br>
WeightedClose#(2*C+H+L)/4
+
WeightedClose#(2*C+H+L)/4<br>
ParabolicSAR#SAR
+
ParabolicSAR#SAR<br>
InStr#StrFind
+
InStr#StrFind<br>
LeftStr#StrLeft
+
LeftStr#StrLeft<br>
RightStr#StrRight
+
RightStr#StrRight<br>
MidStr#StrMid
+
MidStr#StrMid<br>
StrLen#StrLen
+
StrLen#StrLen<br>
LowerStr#LowerStr
+
LowerStr#LowerStr<br>
UpperStr#UpperStr
+
UpperStr#UpperStr<br>
NumToStr#NumToStr
+
NumToStr#NumToStr<br>
StrToNum#StrToNum
+
StrToNum#StrToNum<br>
AvgEntryPrice#AvgEntryPrice
+
AvgEntryPrice#AvgEntryPrice<br>
BarsSinceEntry#BarsEntryBarsSinceEntry
+
BarsSinceEntry#BarsEntryBarsSinceEntry<br>
BarsSinceExit#BarsXxitBarsSinceExit
+
BarsSinceExit#BarsXxitBarsSinceExit<br>
ContractProfit#ContractProfit
+
ContractProfit#ContractProfit<br>
CurrentContracts#CurrentContracts
+
CurrentContracts#CurrentContracts<br>
CurrentShares#CurrentContracts
+
CurrentShares#CurrentContracts<br>
CurrentEntries#CurrentEntries
+
CurrentEntries#CurrentEntries<br>
EntryDate#EntryDate
+
EntryDate#EntryDate<br>
EntryName#EntryName
+
EntryName#EntryName<br>
EntryPrice#EntryPrice
+
EntryPrice#EntryPrice<br>
EntryTime#EntryTimeEntryTime
+
EntryTime#EntryTimeEntryTime<br>
ExitDate#ExitDate
+
ExitDate#ExitDate<br>
ExitName#ExitName
+
ExitName#ExitName<br>
ExitPrice#ExitPrice
+
ExitPrice#ExitPrice<br>
ExitTime#ExitTime
+
ExitTime#ExitTime<br>
MarketPosition#MarketPosition
+
MarketPosition#MarketPosition<br>
PositionProfit#PositionProfit
+
PositionProfit#PositionProfit<br>
OpenPositionProfit#PositionProfit
+
OpenPositionProfit#PositionProfit<br>
DailyLosers#DailyLosers
+
DailyLosers#DailyLosers<br>
DailyWinners#DailyWinners
+
DailyWinners#DailyWinners<br>
Portfolio_CurrentEntries#A_CurrentEntries
+
Portfolio_CurrentEntries#A_CurrentEntries<br>
Portfolio_OpenPositionProfit#A_OpenProfit
+
Portfolio_OpenPositionProfit#A_OpenProfit<br>
RGB#ColorRGB
+
RGB#ColorRGB<br>
GetAppInfo#AppInfo
+
GetAppInfo#AppInfo<br>
GetUserID#UserName
+
GetUserID#UserName<br>
Alert#Alert
+
Alert#Alert<br>
ClearPrintLog#ClearPrintLog
+
ClearPrintLog#ClearPrintLog<br>
FileAppend#FileAppend
+
FileAppend#FileAppend<br>
FileDelete#FileDelete
+
FileDelete#FileDelete<br>
MaxBarsBack#MaxBarsBack
+
MaxBarsBack#MaxBarsBack<br>
MaxBarsForward#MaxBarsForward
+
MaxBarsForward#MaxBarsForward<br>
A#A
+
A#A<br>
Abort#Abort
+
Abort#Abort<br>
Above#Above
+
Above#Above<br>
AbsValue#AbsValue
+
AbsValue#AbsValue<br>
Ago#Ago
+
Ago#Ago<br>
Alert#Alert
+
Alert#Alert<br>
AlertEnabled#AlertEnabled
+
AlertEnabled#AlertEnabled<br>
All#All
+
All#All<br>
An#An
+
An#An<br>
And#And
+
And#And<br>
AvgPrice#(C+H+L)/3  
+
AvgPrice#(C+H+L)/3 <br>
Arctangent#Arctangent
+
Arctangent#Arctangent<br>
Array_Compare#Array_Compare
+
Array_Compare#Array_Compare<br>
Array_Copy#Array_Copy
+
Array_Copy#Array_Copy<br>
Array_GetBooleanValue#Array_GetBooleanValue
+
Array_GetBooleanValue#Array_GetBooleanValue<br>
Array_GetFloatValue#Array_GetFloatValue
+
Array_GetFloatValue#Array_GetFloatValue<br>
Array_GetIntegerValue#Array_GetIntegerValue
+
Array_GetIntegerValue#Array_GetIntegerValue<br>
Array_GetMaxIndex#Array_GetMaxIndex
+
Array_GetMaxIndex#Array_GetMaxIndex<br>
Array_GetStringValue#Array_GetStringValue
+
Array_GetStringValue#Array_GetStringValue<br>
Array_GetType#Array_GetType
+
Array_GetType#Array_GetType<br>
Array_SetBooleanValue#Array_SetBooleanValue
+
Array_SetBooleanValue#Array_SetBooleanValue<br>
Array_SetFloatValue#Array_SetFloatValue
+
Array_SetFloatValue#Array_SetFloatValue<br>
Array_SetIntegerValue#Array_SetIntegerValue
+
Array_SetIntegerValue#Array_SetIntegerValue<br>
Array_SetMaxIndex#Array_SetMaxIndex
+
Array_SetMaxIndex#Array_SetMaxIndex<br>
Array_SetStringValue#Array_SetStringValue
+
Array_SetStringValue#Array_SetStringValue<br>
Array_SetValRange#Array_SetValRange
+
Array_SetValRange#Array_SetValRange<br>
Array_Sort#Array_Sort
+
Array_Sort#Array_Sort<br>
Array_Sum#Array_Sum
+
Array_Sum#Array_Sum<br>
Array#Array
+
Array#Array<br>
Arrays#Arrays
+
Arrays#Arrays<br>
ArraySize#ArraySize
+
ArraySize#ArraySize<br>
ArrayStartAddr#ArrayStartAddr
+
ArrayStartAddr#ArrayStartAddr<br>
Arw_Delete#Arw_Delete
+
Arw_Delete#Arw_Delete<br>
Arw_GetActive#Arw_GetActive
+
Arw_GetActive#Arw_GetActive<br>
Arw_GetColor#Arw_GetColor
+
Arw_GetColor#Arw_GetColor<br>
Arw_GetDate#Arw_GetDate
+
Arw_GetDate#Arw_GetDate<br>
Arw_GetDirection#Arw_GetDirection
+
Arw_GetDirection#Arw_GetDirection<br>
Arw_GetFirst#Arw_GetFirst
+
Arw_GetFirst#Arw_GetFirst<br>
Arw_GetNext#Arw_GetNext
+
Arw_GetNext#Arw_GetNext<br>
Arw_GetSize#Arw_GetSize
+
Arw_GetSize#Arw_GetSize<br>
Arw_GetStyle#Arw_GetStyle
+
Arw_GetStyle#Arw_GetStyle<br>
Arw_GetText#Arw_GetText
+
Arw_GetText#Arw_GetText<br>
Arw_GetTextAttribute#Arw_GetTextAttribute
+
Arw_GetTextAttribute#Arw_GetTextAttribute<br>
Arw_GetTextBGColor#Arw_GetTextBGColor
+
Arw_GetTextBGColor#Arw_GetTextBGColor<br>
Arw_GetTextColor#Arw_GetTextColor
+
Arw_GetTextColor#Arw_GetTextColor<br>
Arw_GetTextFontName#Arw_GetTextFontName
+
Arw_GetTextFontName#Arw_GetTextFontName<br>
Arw_GetTextSize#Arw_GetTextSize
+
Arw_GetTextSize#Arw_GetTextSize<br>
Arw_GetTime_s#Arw_GetTime_s
+
Arw_GetTime_s#Arw_GetTime_s<br>
Arw_GetTime#Arw_GetTime
+
Arw_GetTime#Arw_GetTime<br>
Arw_GetVal#Arw_GetVal
+
Arw_GetVal#Arw_GetVal<br>
Arw_New_s#Arw_New_s
+
Arw_New_s#Arw_New_s<br>
Arw_New_self_s#Arw_New_self_s
+
Arw_New_self_s#Arw_New_self_s<br>
Arw_New_self#Arw_New_self
+
Arw_New_self#Arw_New_self<br>
Arw_New#Arw_New
+
Arw_New#Arw_New<br>
Arw_SetColor#Arw_SetColor
+
Arw_SetColor#Arw_SetColor<br>
Arw_SetLocation_s#Arw_SetLocation_s
+
Arw_SetLocation_s#Arw_SetLocation_s<br>
Arw_SetLocation#Arw_SetLocation
+
Arw_SetLocation#Arw_SetLocation<br>
Arw_SetSize#Arw_SetSize
+
Arw_SetSize#Arw_SetSize<br>
Arw_SetStyle#Arw_SetStyle
+
Arw_SetStyle#Arw_SetStyle<br>
Arw_SetText#Arw_SetText
+
Arw_SetText#Arw_SetText<br>
Arw_SetTextAttribute#Arw_SetTextAttribute
+
Arw_SetTextAttribute#Arw_SetTextAttribute<br>
Arw_SetTextBGColor#Arw_SetTextBGColor
+
Arw_SetTextBGColor#Arw_SetTextBGColor<br>
Arw_SetTextColor#Arw_SetTextColor
+
Arw_SetTextColor#Arw_SetTextColor<br>
Arw_SetTextFontName#Arw_SetTextFontName
+
Arw_SetTextFontName#Arw_SetTextFontName<br>
Arw_SetTextSize#Arw_SetTextSize
+
Arw_SetTextSize#Arw_SetTextSize<br>
At#At
+
At#At<br>
AtCommentaryBar#AtCommentaryBar
+
AtCommentaryBar#AtCommentaryBar<br>
AutoSession#AutoSession
+
AutoSession#AutoSession<br>
AvgBarsEvenTrade#AvgBarsEvenTrade
+
AvgBarsEvenTrade#AvgBarsEvenTrade<br>
AvgBarsLosTrade#AvgBarsLosTrade
+
AvgBarsLosTrade#AvgBarsLosTrade<br>
AvgBarsWinTrade#AvgBarsWinTrade
+
AvgBarsWinTrade#AvgBarsWinTrade<br>
AvgEntryPrice#AvgEntryPrice
+
AvgEntryPrice#AvgEntryPrice<br>
AvgEntryPrice_at_Broker#AvgEntryPrice_at_Broker
+
AvgEntryPrice_at_Broker#AvgEntryPrice_at_Broker<br>
AvgEntryPrice_at_Broker_for_The_Strategy#AvgEntryPrice_at_Broker_for_The_Strategy
+
AvgEntryPrice_at_Broker_for_The_Strategy#AvgEntryPrice_at_Broker_for_The_Strategy<br>
AvgList#AvgList
+
AvgList#AvgList<br>
Bar#Bar
+
Bar#Bar<br>
BarInterval#BarInterval
+
BarInterval#BarInterval<br>
Bars#Bars
+
Bars#Bars<br>
BarsSinceEntry#BarsSinceEntry
+
BarsSinceEntry#BarsSinceEntry<br>
BarsSinceEntry_Checked#BarsSinceEntry_Checked
+
BarsSinceEntry_Checked#BarsSinceEntry_Checked<br>
BarsSinceExit#BarsSinceExit
+
BarsSinceExit#BarsSinceExit<br>
BarsSinceExit_Checked#BarsSinceExit_Checked
+
BarsSinceExit_Checked#BarsSinceExit_Checked<br>
BarStatus#BarStatus
+
BarStatus#BarStatus<br>
BarType_ex#BarType_ex
+
BarType_ex#BarType_ex<br>
BarType#BarType
+
BarType#BarType<br>
Based#Based
+
Based#Based<br>
BaseDataNumber#BaseDataNumber
+
BaseDataNumber#BaseDataNumber<br>
Begin#Begin
+
Begin#Begin<br>
Below#Below
+
Below#Below<br>
BigPointValue#BigPointValue
+
BigPointValue#BigPointValue<br>
Black#Black
+
Black#Black<br>
Blue#Blue
+
Blue#Blue<br>
Bool#Bool
+
Bool#Bool<br>
BoxSize#BoxSize
+
BoxSize#BoxSize<br>
Break#Break
+
Break#Break<br>
By#By
+
By#By<br>
Byte#Byte
+
Byte#Byte<br>
C#C
+
C#C<br>
CancelAlert#CancelAlert
+
CancelAlert#CancelAlert<br>
Category#Category
+
Category#Category<br>
Ceiling#Ceiling
+
Ceiling#Ceiling<br>
ChangeMarketPosition#ChangeMarketPosition
+
ChangeMarketPosition#ChangeMarketPosition<br>
Char#Char
+
Char#Char<br>
CheckAlert#CheckAlert
+
CheckAlert#CheckAlert<br>
CheckCommentary#CheckCommentary
+
CheckCommentary#CheckCommentary<br>
ClearDebug#ClearDebug
+
ClearDebug#ClearDebug<br>
ClearPrintLog#ClearPrintLog
+
ClearPrintLog#ClearPrintLog<br>
Close#Close
+
Close#Close<br>
Commentary#Commentary
+
Commentary#Commentary<br>
CommentaryCL#CommentaryCL
+
CommentaryCL#CommentaryCL<br>
CommentaryEnabled#CommentaryEnabled
+
CommentaryEnabled#CommentaryEnabled<br>
Commission#Commission
+
Commission#Commission<br>
ComputerDateTime#ComputerDateTime
+
ComputerDateTime#ComputerDateTime<br>
Contract#Contract
+
Contract#Contract<br>
ContractProfit#ContractProfit
+
ContractProfit#ContractProfit<br>
Contracts#Contracts
+
Contracts#Contracts<br>
Cosine#Cosine
+
Cosine#Cosine<br>
Cotangent#Cotangent
+
Cotangent#Cotangent<br>
Cover#Cover
+
Cover#Cover<br>
Cross#Cross
+
Cross#Cross<br>
Crosses#Crosses
+
Crosses#Crosses<br>
CurrentBar#CurrentBar
+
CurrentBar#CurrentBar<br>
CurrentContracts#CurrentContracts
+
CurrentContracts#CurrentContracts<br>
CurrentDataNumber#CurrentDataNumber
+
CurrentDataNumber#CurrentDataNumber<br>
CurrentDate#CurrentDate
+
CurrentDate#CurrentDate<br>
CurrentEntries#CurrentEntries
+
CurrentEntries#CurrentEntries<br>
CurrentOpenInt#CurrentOpenInt
+
CurrentOpenInt#CurrentOpenInt<br>
CurrentShares#CurrentShares
+
CurrentShares#CurrentShares<br>
CurrentTime_s#CurrentTime_s
+
CurrentTime_s#CurrentTime_s<br>
CurrentTime#CurrentTime
+
CurrentTime#CurrentTime<br>
Cyan#Cyan
+
Cyan#Cyan<br>
D#D
+
D#D<br>
DailyHigh#DailyHigh
+
DailyHigh#DailyHigh<br>
DailyLimit#DailyLimit
+
DailyLimit#DailyLimit<br>
DailyLow#DailyLow
+
DailyLow#DailyLow<br>
DailyOpen#DailyOpen
+
DailyOpen#DailyOpen<br>
DailyVolume#DailyVolume
+
DailyVolume#DailyVolume<br>
DarkBlue#DarkBlue
+
DarkBlue#DarkBlue<br>
DarkBrown#DarkBrown
+
DarkBrown#DarkBrown<br>
DarkCyan#DarkCyan
+
DarkCyan#DarkCyan<br>
DarkGray#DarkGray
+
DarkGray#DarkGray<br>
DarkGreen#DarkGreen
+
DarkGreen#DarkGreen<br>
DarkMagenta#DarkMagenta
+
DarkMagenta#DarkMagenta<br>
DarkRed#DarkRed
+
DarkRed#DarkRed<br>
DarkYellow#DarkYellow
+
DarkYellow#DarkYellow<br>
Data#Data
+
Data#Data<br>
DataCompression#DataCompression
+
DataCompression#DataCompression<br>
Date#Date
+
Date#Date<br>
DateTime2ELTime_s#DateTime2ELTime_s
+
DateTime2ELTime_s#DateTime2ELTime_s<br>
DateTime2ELTime#DateTime2ELTime
+
DateTime2ELTime#DateTime2ELTime<br>
DateTimeToString#DateTimeToString
+
DateTimeToString#DateTimeToString<br>
DateToJulian#DateToJulian
+
DateToJulian#DateToJulian<br>
DateToString#DateToString
+
DateToString#DateToString<br>
Day#Day
+
Day#Day<br>
DayFromDateTime#DayFromDateTime
+
DayFromDateTime#DayFromDateTime<br>
DayOfMonth#DayOfMonth
+
DayOfMonth#DayOfMonth<br>
DayOfWeek#DayOfWeek
+
DayOfWeek#DayOfWeek<br>
DayOfWeekFromDateTime#DayOfWeekFromDateTime
+
DayOfWeekFromDateTime#DayOfWeekFromDateTime<br>
Days#Days
+
Days#Days<br>
Default#Default
+
Default#Default<br>
DefineDLLFunc#DefineDLLFunc
+
DefineDLLFunc#DefineDLLFunc<br>
Description#Description
+
Description#Description<br>
Does#Does
+
Does#Does<br>
DOM_AskPrice#DOM_AskPrice
+
DOM_AskPrice#DOM_AskPrice<br>
DOM_AsksCount#DOM_AsksCount
+
DOM_AsksCount#DOM_AsksCount<br>
DOM_AskSize#DOM_AskSize
+
DOM_AskSize#DOM_AskSize<br>
DOM_BidPrice#DOM_BidPrice
+
DOM_BidPrice#DOM_BidPrice<br>
DOM_BidsCount#DOM_BidsCount
+
DOM_BidsCount#DOM_BidsCount<br>
DOM_BidSize#DOM_BidSize
+
DOM_BidSize#DOM_BidSize<br>
DOM_IsConnected#DOM_IsConnected
+
DOM_IsConnected#DOM_IsConnected<br>
Double#Double
+
Double#Double<br>
DoubleQuote#DoubleQuote
+
DoubleQuote#DoubleQuote<br>
DownTicks#DownTicks
+
DownTicks#DownTicks<br>
Downto#Downto
+
Downto#Downto<br>
DWORD#DWORD
+
DWORD#DWORD<br>
EL_DateStr#EL_DateStr
+
EL_DateStr#EL_DateStr<br>
EL_DateToDateTime#EL_DateToDateTime
+
EL_DateToDateTime#EL_DateToDateTime<br>
EL_TimeToDateTime_s#EL_TimeToDateTime_s
+
EL_TimeToDateTime_s#EL_TimeToDateTime_s<br>
EL_TimeToDateTime#EL_TimeToDateTime
+
EL_TimeToDateTime#EL_TimeToDateTime<br>
ELDateToDateTime#ELDateToDateTime
+
ELDateToDateTime#ELDateToDateTime<br>
Else#Else
+
Else#Else<br>
ELTimeToDateTime_s#ELTimeToDateTime_s
+
ELTimeToDateTime_s#ELTimeToDateTime_s<br>
ELTimeToDateTime#ELTimeToDateTime
+
ELTimeToDateTime#ELTimeToDateTime<br>
EncodeDate#EncodeDate
+
EncodeDate#EncodeDate<br>
EncodeTime#EncodeTime
+
EncodeTime#EncodeTime<br>
End#End
+
End#End<br>
Entry#Entry
+
Entry#Entry<br>
EntryDate#EntryDate
+
EntryDate#EntryDate<br>
EntryDate_Checked#EntryDate_Checked
+
EntryDate_Checked#EntryDate_Checked<br>
EntryName#EntryName
+
EntryName#EntryName<br>
EntryPrice#EntryPrice
+
EntryPrice#EntryPrice<br>
EntryPrice_Checked#EntryPrice_Checked
+
EntryPrice_Checked#EntryPrice_Checked<br>
EntryTime#EntryTime
+
EntryTime#EntryTime<br>
EntryTime_Checked#EntryTime_Checked
+
EntryTime_Checked#EntryTime_Checked<br>
ExchListed#ExchListed
+
ExchListed#ExchListed<br>
ExecOffset#ExecOffset
+
ExecOffset#ExecOffset<br>
ExitDate#ExitDate
+
ExitDate#ExitDate<br>
ExitDate_Checked#ExitDate_Checked
+
ExitDate_Checked#ExitDate_Checked<br>
ExitName#ExitName
+
ExitName#ExitName<br>
ExitPrice#ExitPrice
+
ExitPrice#ExitPrice<br>
ExitPrice_Checked#ExitPrice_Checked
+
ExitPrice_Checked#ExitPrice_Checked<br>
ExitTime#ExitTime
+
ExitTime#ExitTime<br>
ExitTime_Checked#ExitTime_Checked
+
ExitTime_Checked#ExitTime_Checked<br>
ExpirationDate#ExpirationDate
+
ExpirationDate#ExpirationDate<br>
ExpValue#ExpValue
+
ExpValue#ExpValue<br>
External#External
+
External#External<br>
False#False
+
False#False<br>
File#File
+
File#File<br>
FileAppend#FileAppend
+
FileAppend#FileAppend<br>
FileDelete#FileDelete
+
FileDelete#FileDelete<br>
Fill_array#Fill_array
+
Fill_array#Fill_array<br>
Float#Float
+
Float#Float<br>
Floor#Floor
+
Floor#Floor<br>
For#For
+
For#For<br>
FormatDate#FormatDate
+
FormatDate#FormatDate<br>
FormatTime#FormatTime
+
FormatTime#FormatTime<br>
fpCExact#fpCExact
+
fpCExact#fpCExact<br>
fpCHighAccuracy#fpCHighAccuracy
+
fpCHighAccuracy#fpCHighAccuracy<br>
fpCLowAccuracy#fpCLowAccuracy
+
fpCLowAccuracy#fpCLowAccuracy<br>
fpCMedAccuracy#fpCMedAccuracy
+
fpCMedAccuracy#fpCMedAccuracy<br>
fpCVeryHighAccuracy#fpCVeryHighAccuracy
+
fpCVeryHighAccuracy#fpCVeryHighAccuracy<br>
fpCVeryLowAccuracy#fpCVeryLowAccuracy
+
fpCVeryLowAccuracy#fpCVeryLowAccuracy<br>
FracPortion#FracPortion
+
FracPortion#FracPortion<br>
Friday#Friday
+
Friday#Friday<br>
From#From
+
From#From<br>
GetAccount#GetAccount
+
GetAccount#GetAccount<br>
GetAccountID#GetAccountID
+
GetAccountID#GetAccountID<br>
GetAppInfo#GetAppInfo
+
GetAppInfo#GetAppInfo<br>
GetBackgroundColor#GetBackgroundColor
+
GetBackgroundColor#GetBackgroundColor<br>
GetBValue#GetBValue
+
GetBValue#GetBValue<br>
GetCDRomDrive#GetCDRomDrive
+
GetCDRomDrive#GetCDRomDrive<br>
GetCountry#GetCountry
+
GetCountry#GetCountry<br>
GetCurrency#GetCurrency
+
GetCurrency#GetCurrency<br>
GetExchangeName#GetExchangeName
+
GetExchangeName#GetExchangeName<br>
GetGValue#GetGValue
+
GetGValue#GetGValue<br>
GetNumAccounts#GetNumAccounts
+
GetNumAccounts#GetNumAccounts<br>
GetNumPositions#GetNumPositions
+
GetNumPositions#GetNumPositions<br>
GetPlotBGColor#GetPlotBGColor
+
GetPlotBGColor#GetPlotBGColor<br>
GetPlotColor#GetPlotColor
+
GetPlotColor#GetPlotColor<br>
GetPlotWidth#GetPlotWidth
+
GetPlotWidth#GetPlotWidth<br>
GetPositionAveragePrice#GetPositionAveragePrice
+
GetPositionAveragePrice#GetPositionAveragePrice<br>
GetPositionOpenPL#GetPositionOpenPL
+
GetPositionOpenPL#GetPositionOpenPL<br>
GetPositionQuantity#GetPositionQuantity
+
GetPositionQuantity#GetPositionQuantity<br>
GetPositionSymbol#GetPositionSymbol
+
GetPositionSymbol#GetPositionSymbol<br>
GetPositionTotalCost#GetPositionTotalCost
+
GetPositionTotalCost#GetPositionTotalCost<br>
GetRTAccountEquity#GetRTAccountEquity
+
GetRTAccountEquity#GetRTAccountEquity<br>
GetRTUnrealizedPL#GetRTUnrealizedPL
+
GetRTUnrealizedPL#GetRTUnrealizedPL<br>
GetRValue#GetRValue
+
GetRValue#GetRValue<br>
GetStrategyName#GetStrategyName
+
GetStrategyName#GetStrategyName<br>
GetSymbolName#GetSymbolName
+
GetSymbolName#GetSymbolName<br>
GetUserID#GetUserID
+
GetUserID#GetUserID<br>
GetUserName#GetUserName
+
GetUserName#GetUserName<br>
GradientColor#GradientColor
+
GradientColor#GradientColor<br>
Green#Green
+
Green#Green<br>
GrossLoss#GrossLoss
+
GrossLoss#GrossLoss<br>
GrossProfit#GrossProfit
+
GrossProfit#GrossProfit<br>
H#H
+
H#H<br>
High#High
+
High#High<br>
Higher#Higher
+
Higher#Higher<br>
HoursFromDateTime#HoursFromDateTime
+
HoursFromDateTime#HoursFromDateTime<br>
i_AvgEntryPrice#i_AvgEntryPrice
+
i_AvgEntryPrice#i_AvgEntryPrice<br>
i_AvgEntryPrice_at_Broker#i_AvgEntryPrice_at_Broker
+
i_AvgEntryPrice_at_Broker#i_AvgEntryPrice_at_Broker<br>
i_AvgEntryPrice_at_Broker_for_The_Strategy#i_AvgEntryPrice_at_Broker_for_The_Strategy
+
i_AvgEntryPrice_at_Broker_for_The_Strategy#i_AvgEntryPrice_at_Broker_for_The_Strategy<br>
i_ClosedEquity#i_ClosedEquity
+
i_ClosedEquity#i_ClosedEquity<br>
i_CurrentContracts#i_CurrentContracts
+
i_CurrentContracts#i_CurrentContracts<br>
i_CurrentShares#i_CurrentShares
+
i_CurrentShares#i_CurrentShares<br>
i_MarketPosition#i_MarketPosition
+
i_MarketPosition#i_MarketPosition<br>
i_MarketPosition_at_Broker#i_MarketPosition_at_Broker
+
i_MarketPosition_at_Broker#i_MarketPosition_at_Broker<br>
i_MarketPosition_at_Broker_for_The_Strategy#i_MarketPosition_at_Broker_for_The_Strategy
+
i_MarketPosition_at_Broker_for_The_Strategy#i_MarketPosition_at_Broker_for_The_Strategy<br>
i_OpenEquity#i_OpenEquity
+
i_OpenEquity#i_OpenEquity<br>
I#I
+
I#I<br>
IEasyLanguageObject#IEasyLanguageObject
+
IEasyLanguageObject#IEasyLanguageObject<br>
If#If
+
If#If<br>
IncMonth#IncMonth
+
IncMonth#IncMonth<br>
InitialCapital#InitialCapital
+
InitialCapital#InitialCapital<br>
Input#Input
+
Input#Input<br>
Inputs#Inputs
+
Inputs#Inputs<br>
InsideAsk#InsideAsk
+
InsideAsk#InsideAsk<br>
InsideBid#InsideBid
+
InsideBid#InsideBid<br>
InStr#InStr
+
InStr#InStr<br>
Int#Int
+
Int#Int<br>
IntervalType#IntervalType
+
IntervalType#IntervalType<br>
IntervalType_ex#IntervalType_ex
+
IntervalType_ex#IntervalType_ex<br>
IntPortion#IntPortion
+
IntPortion#IntPortion<br>
IntrabarOrderGeneration#IntrabarOrderGeneration
+
IntrabarOrderGeneration#IntrabarOrderGeneration<br>
IntraBarPersist#IntraBarPersist
+
IntraBarPersist#IntraBarPersist<br>
Is#Is
+
Is#Is<br>
JulianToDate#JulianToDate
+
JulianToDate#JulianToDate<br>
L#L
+
L#L<br>
LargestLosTrade#LargestLosTrade
+
LargestLosTrade#LargestLosTrade<br>
LargestWinTrade#LargestWinTrade
+
LargestWinTrade#LargestWinTrade<br>
Last#Last
+
Last#Last<br>
LastCalcJDate#LastCalcJDate
+
LastCalcJDate#LastCalcJDate<br>
LastCalcMMTime#LastCalcMMTime
+
LastCalcMMTime#LastCalcMMTime<br>
LastCalcSSTime#LastCalcSSTime
+
LastCalcSSTime#LastCalcSSTime<br>
LeftStr#LeftStr
+
LeftStr#LeftStr<br>
LegacyColorToRGB#LegacyColorToRGB
+
LegacyColorToRGB#LegacyColorToRGB<br>
LegacyColorValue#LegacyColorValue
+
LegacyColorValue#LegacyColorValue<br>
LightGray#LightGray
+
LightGray#LightGray<br>
Limit#Limit
+
Limit#Limit<br>
Log#Log
+
Log#Log<br>
Long#Long
+
Long#Long<br>
Low#Low
+
Low#Low<br>
Lower#Lower
+
Lower#Lower<br>
LowerStr#LowerStr
+
LowerStr#LowerStr<br>
LPBool#LPBool
+
LPBool#LPBool<br>
LPByte#LPByte
+
LPByte#LPByte<br>
LPDouble#LPDouble
+
LPDouble#LPDouble<br>
LPDWORD#LPDWORD
+
LPDWORD#LPDWORD<br>
LPFloat#LPFloat
+
LPFloat#LPFloat<br>
LPInt#LPInt
+
LPInt#LPInt<br>
LPLong#LPLong
+
LPLong#LPLong<br>
LPSTR#LPSTR
+
LPSTR#LPSTR<br>
LPWORD#LPWORD
+
LPWORD#LPWORD<br>
Magenta#Magenta
+
Magenta#Magenta<br>
Margin#Margin
+
Margin#Margin<br>
Market#Market
+
Market#Market<br>
MarketPosition#MarketPosition
+
MarketPosition#MarketPosition<br>
MarketPosition_at_Broker#MarketPosition_at_Broker
+
MarketPosition_at_Broker#MarketPosition_at_Broker<br>
MarketPosition_at_Broker_for_The_Strategy#MarketPosition_at_Broker_for_The_Strategy
+
MarketPosition_at_Broker_for_The_Strategy#MarketPosition_at_Broker_for_The_Strategy<br>
MarketPosition_Checked#MarketPosition_Checked
+
MarketPosition_Checked#MarketPosition_Checked<br>
MaxBarsBack#MaxBarsBack
+
MaxBarsBack#MaxBarsBack<br>
MaxBarsForward#MaxBarsForward
+
MaxBarsForward#MaxBarsForward<br>
MaxConsecLosers#MaxConsecLosers
+
MaxConsecLosers#MaxConsecLosers<br>
MaxConsecWinners#MaxConsecWinners
+
MaxConsecWinners#MaxConsecWinners<br>
MaxContractProfit#MaxContractProfit
+
MaxContractProfit#MaxContractProfit<br>
MaxContractProfit_Checked#MaxContractProfit_Checked
+
MaxContractProfit_Checked#MaxContractProfit_Checked<br>
MaxContracts#MaxContracts
+
MaxContracts#MaxContracts<br>
MaxContracts_Checked#MaxContracts_Checked
+
MaxContracts_Checked#MaxContracts_Checked<br>
MaxContractsHeld#MaxContractsHeld
+
MaxContractsHeld#MaxContractsHeld<br>
MaxEntries#MaxEntries
+
MaxEntries#MaxEntries<br>
MaxEntries_Checked#MaxEntries_Checked
+
MaxEntries_Checked#MaxEntries_Checked<br>
MaxIDDrawDown#MaxIDDrawDown
+
MaxIDDrawDown#MaxIDDrawDown<br>
MaxList#Max
+
MaxList#Max<br>
MaxList2#MaxList2
+
MaxList2#MaxList2<br>
MaxPositionAgo#MaxPositionAgo
+
MaxPositionAgo#MaxPositionAgo<br>
MaxPositionsAgo#MaxPositionsAgo
+
MaxPositionsAgo#MaxPositionsAgo<br>
MaxPositionLoss#MaxPositionLoss
+
MaxPositionLoss#MaxPositionLoss<br>
MaxPositionLoss_Checked#MaxPositionLoss_Checked
+
MaxPositionLoss_Checked#MaxPositionLoss_Checked<br>
MaxPositionProfit#MaxPositionProfit
+
MaxPositionProfit#MaxPositionProfit<br>
MaxPositionProfit_Checked#MaxPositionProfit_Checked
+
MaxPositionProfit_Checked#MaxPositionProfit_Checked<br>
MaxShares#MaxShares
+
MaxShares#MaxShares<br>
MaxShares_Checked#MaxShares_Checked
+
MaxShares_Checked#MaxShares_Checked<br>
MaxSharesHeld#MaxSharesHeld
+
MaxSharesHeld#MaxSharesHeld<br>
MC_Arw_GetActive#MC_Arw_GetActive
+
MC_Arw_GetActive#MC_Arw_GetActive<br>
MC_Text_GetActive#MC_Text_GetActive
+
MC_Text_GetActive#MC_Text_GetActive<br>
MC_TL_GetActive#MC_TL_GetActive
+
MC_TL_GetActive#MC_TL_GetActive<br>
MC_TL_New#MC_TL_New
+
MC_TL_New#MC_TL_New<br>
Method#Method
+
Method#Method<br>
MidStr#MidStr
+
MidStr#MidStr<br>
MillisecondsFromDateTime#MillisecondsFromDateTime
+
MillisecondsFromDateTime#MillisecondsFromDateTime<br>
MinList#MinList
+
MinList#MinList<br>
MinList2#MinList2
+
MinList2#MinList2<br>
MinMove#MinMove
+
MinMove#MinMove<br>
MinutesFromDateTime#MinutesFromDateTime
+
MinutesFromDateTime#MinutesFromDateTime<br>
Mod#Mod
+
Mod#Mod<br>
Monday#Monday
+
Monday#Monday<br>
Month#Month
+
Month#Month<br>
MonthFromDateTime#MonthFromDateTime
+
MonthFromDateTime#MonthFromDateTime<br>
MouseClickBarNumber#MouseClickBarNumber
+
MouseClickBarNumber#MouseClickBarNumber<br>
MouseClickCtrlPressed#MouseClickCtrlPressed
+
MouseClickCtrlPressed#MouseClickCtrlPressed<br>
MouseClickDataNumber#MouseClickDataNumber
+
MouseClickDataNumber#MouseClickDataNumber<br>
MouseClickDateTime#MouseClickDateTime
+
MouseClickDateTime#MouseClickDateTime<br>
MouseClickPrice#MouseClickPrice
+
MouseClickPrice#MouseClickPrice<br>
MouseClickShiftPressed#MouseClickShiftPressed
+
MouseClickShiftPressed#MouseClickShiftPressed<br>
Neg#Neg
+
Neg#Neg<br>
NetProfit#NetProfit
+
NetProfit#NetProfit<br>
NewLine#NewLine
+
NewLine#NewLine<br>
Next#Next
+
Next#Next<br>
NoPlot#NoPlot
+
NoPlot#NoPlot<br>
Not#Not
+
Not#Not<br>
NthMaxList#NthMaxList
+
NthMaxList#NthMaxList<br>
NthMinList#NthMinList
+
NthMinList#NthMinList<br>
Numeric#Numeric
+
Numeric#Numeric<br>
NumericArray#NumericArray
+
NumericArray#NumericArray<br>
NumericArrayRef#NumericArrayRef
+
NumericArrayRef#NumericArrayRef<br>
NumericRef#NumericRef
+
NumericRef#NumericRef<br>
NumericSeries#NumericSeries
+
NumericSeries#NumericSeries<br>
NumericSimple#NumericSimple
+
NumericSimple#NumericSimple<br>
NumEvenTrades#NumEvenTrades
+
NumEvenTrades#NumEvenTrades<br>
NumLosTrades#NumLosTrades
+
NumLosTrades#NumLosTrades<br>
NumToStr#NumToStr
+
NumToStr#NumToStr<br>
NumWinTrades#NumWinTrades
+
NumWinTrades#NumWinTrades<br>
O#O
+
O#O<br>
Of#Of
+
Of#Of<br>
On#On
+
On#On<br>
OnCreate#OnCreate
+
OnCreate#OnCreate<br>
OnDestroy#OnDestroy
+
OnDestroy#OnDestroy<br>
Open#Open
+
Open#Open<br>
OpenEntriesCount#OpenEntriesCount
+
OpenEntriesCount#OpenEntriesCount<br>
OpenEntryComission#OpenEntryComission
+
OpenEntryComission#OpenEntryComission<br>
OpenEntryContracts#OpenEntryContracts
+
OpenEntryContracts#OpenEntryContracts<br>
OpenEntryDate#OpenEntryDate
+
OpenEntryDate#OpenEntryDate<br>
OpenEntryMaxProfit#OpenEntryMaxProfit
+
OpenEntryMaxProfit#OpenEntryMaxProfit<br>
OpenEntryMaxProfitPerContract#OpenEntryMaxProfitPerContract
+
OpenEntryMaxProfitPerContract#OpenEntryMaxProfitPerContract<br>
OpenEntryMinProfit#OpenEntryMinProfit
+
OpenEntryMinProfit#OpenEntryMinProfit<br>
OpenEntryMinProfitPerContract#OpenEntryMinProfitPerContract
+
OpenEntryMinProfitPerContract#OpenEntryMinProfitPerContract<br>
OpenEntryPrice#OpenEntryPrice
+
OpenEntryPrice#OpenEntryPrice<br>
OpenEntryProfit#OpenEntryProfit
+
OpenEntryProfit#OpenEntryProfit<br>
OpenEntryProfitPerContract#OpenEntryProfitPerContract
+
OpenEntryProfitPerContract#OpenEntryProfitPerContract<br>
OpenEntryTime#OpenEntryTime
+
OpenEntryTime#OpenEntryTime<br>
OpenInt#OpenInt
+
OpenInt#OpenInt<br>
OpenPositionProfit#OpenPositionProfit
+
OpenPositionProfit#OpenPositionProfit<br>
Or#Or
+
Or#Or<br>
Over#Over
+
Over#Over<br>
PercentProfit#PercentProfit
+
PercentProfit#PercentProfit<br>
Place#Place
+
Place#Place<br>
PlaceMarketOrder#PlaceMarketOrder
+
PlaceMarketOrder#PlaceMarketOrder<br>
PlaySound#PlaySound
+
PlaySound#PlaySound<br>
Plot#Plot
+
Plot#Plot<br>
PlotPaintBar#PlotPaintBar
+
PlotPaintBar#PlotPaintBar<br>
PlotPB#PlotPB
+
PlotPB#PlotPB<br>
Point#Point
+
Point#Point<br>
Points#Points
+
Points#Points<br>
PointValue#PointValue
+
PointValue#PointValue<br>
Portfolio_CalcMaxPotentialLossForEntry#Portfolio_CalcMaxPotentialLossForEntry
+
Portfolio_CalcMaxPotentialLossForEntry#Portfolio_CalcMaxPotentialLossForEntry<br>
Portfolio_CurrentEntries#Portfolio_CurrentEntries
+
Portfolio_CurrentEntries#Portfolio_CurrentEntries<br>
Portfolio_GetMarginPerContract#Portfolio_GetMarginPerContract
+
Portfolio_GetMarginPerContract#Portfolio_GetMarginPerContract<br>
Portfolio_GetMaxPotentialLossPerContract#Portfolio_GetMaxPotentialLossPerContract
+
Portfolio_GetMaxPotentialLossPerContract#Portfolio_GetMaxPotentialLossPerContract<br>
Portfolio_GrossLoss#Portfolio_GrossLoss
+
Portfolio_GrossLoss#Portfolio_GrossLoss<br>
Portfolio_GrossProfit#Portfolio_GrossProfit
+
Portfolio_GrossProfit#Portfolio_GrossProfit<br>
Portfolio_InvestedCapital#Portfolio_InvestedCapital
+
Portfolio_InvestedCapital#Portfolio_InvestedCapital<br>
Portfolio_MaxIDDrawdown#Portfolio_MaxIDDrawdown
+
Portfolio_MaxIDDrawdown#Portfolio_MaxIDDrawdown<br>
Portfolio_MaxOpenPositionPotentialLoss#Portfolio_MaxOpenPositionPotentialLoss
+
Portfolio_MaxOpenPositionPotentialLoss#Portfolio_MaxOpenPositionPotentialLoss<br>
Portfolio_MaxRiskEquityPerPosPercent#Portfolio_MaxRiskEquityPerPosPercent
+
Portfolio_MaxRiskEquityPerPosPercent#Portfolio_MaxRiskEquityPerPosPercent<br>
Portfolio_NetProfit#Portfolio_NetProfit
+
Portfolio_NetProfit#Portfolio_NetProfit<br>
Portfolio_NumLossTrades#Portfolio_NumLossTrades
+
Portfolio_NumLossTrades#Portfolio_NumLossTrades<br>
Portfolio_NumWinTrades#Portfolio_NumWinTrades
+
Portfolio_NumWinTrades#Portfolio_NumWinTrades<br>
Portfolio_OpenPositionProfit#Portfolio_OpenPositionProfit
+
Portfolio_OpenPositionProfit#Portfolio_OpenPositionProfit<br>
Portfolio_PercentProfit#Portfolio_PercentProfit
+
Portfolio_PercentProfit#Portfolio_PercentProfit<br>
Portfolio_SetMaxPotentialLossPerContract#Portfolio_SetMaxPotentialLossPerContract
+
Portfolio_SetMaxPotentialLossPerContract#Portfolio_SetMaxPotentialLossPerContract<br>
Portfolio_StrategyDrawdown#Portfolio_StrategyDrawdown
+
Portfolio_StrategyDrawdown#Portfolio_StrategyDrawdown<br>
Portfolio_TotalMaxRiskEquityPercent#Portfolio_TotalMaxRiskEquityPercent
+
Portfolio_TotalMaxRiskEquityPercent#Portfolio_TotalMaxRiskEquityPercent<br>
Portfolio_TotalTrades#Portfolio_TotalTrades
+
Portfolio_TotalTrades#Portfolio_TotalTrades<br>
PortfolioEntriesPriority#PortfolioEntriesPriority
+
PortfolioEntriesPriority#PortfolioEntriesPriority<br>
Pos#Pos
+
Pos#Pos<br>
PositionProfit#PositionProfit
+
PositionProfit#PositionProfit<br>
PositionProfit_Checked#PositionProfit_Checked
+
PositionProfit_Checked#PositionProfit_Checked<br>
PosTradeCommission#PosTradeCommission
+
PosTradeCommission#PosTradeCommission<br>
PosTradeCount#PosTradeCount
+
PosTradeCount#PosTradeCount<br>
PosTradeEntryBar#PosTradeEntryBar
+
PosTradeEntryBar#PosTradeEntryBar<br>
PosTradeEntryCategory#PosTradeEntryCategory
+
PosTradeEntryCategory#PosTradeEntryCategory<br>
PosTradeEntryDateTime#PosTradeEntryDateTime
+
PosTradeEntryDateTime#PosTradeEntryDateTime<br>
PosTradeEntryName#PosTradeEntryName
+
PosTradeEntryName#PosTradeEntryName<br>
PosTradeEntryPrice#PosTradeEntryPrice
+
PosTradeEntryPrice#PosTradeEntryPrice<br>
PosTradeExitBar#PosTradeExitBar
+
PosTradeExitBar#PosTradeExitBar<br>
PosTradeExitCategory#PosTradeExitCategory
+
PosTradeExitCategory#PosTradeExitCategory<br>
PosTradeExitDateTime#PosTradeExitDateTime
+
PosTradeExitDateTime#PosTradeExitDateTime<br>
PosTradeExitName#PosTradeExitName
+
PosTradeExitName#PosTradeExitName<br>
PosTradeExitPrice#PosTradeExitPrice
+
PosTradeExitPrice#PosTradeExitPrice<br>
PosTradeIsLong#PosTradeIsLong
+
PosTradeIsLong#PosTradeIsLong<br>
PosTradeIsOpen#PosTradeIsOpen
+
PosTradeIsOpen#PosTradeIsOpen<br>
PosTradeProfit#PosTradeProfit
+
PosTradeProfit#PosTradeProfit<br>
PosTradeSize#PosTradeSize
+
PosTradeSize#PosTradeSize<br>
PrevClose#PrevClose
+
PrevClose#PrevClose<br>
PriceScale#PriceScale
+
PriceScale#PriceScale<br>
Print#Print
+
Print#Print<br>
ProcessMouseEvents#ProcessMouseEvents
+
ProcessMouseEvents#ProcessMouseEvents<br>
q_Ask#q_Ask
+
q_Ask#q_Ask<br>
q_Bid#q_Bid
+
q_Bid#q_Bid<br>
q_BigPointValue#q_BigPointValue
+
q_BigPointValue#q_BigPointValue<br>
q_Date#q_Date
+
q_Date#q_Date<br>
q_ExchangeListed#q_ExchangeListed
+
q_ExchangeListed#q_ExchangeListed<br>
q_Last#q_Last
+
q_Last#q_Last<br>
q_OpenInterest#q_OpenInterest
+
q_OpenInterest#q_OpenInterest<br>
q_PreviousClose#q_PreviousClose
+
q_PreviousClose#q_PreviousClose<br>
q_Time#q_Time
+
q_Time#q_Time<br>
q_Time_s#q_Time_s
+
q_Time_s#q_Time_s<br>
q_TotalVolume#q_TotalVolume
+
q_TotalVolume#q_TotalVolume<br>
RaiseRuntimeError#RaiseRuntimeError
+
RaiseRuntimeError#RaiseRuntimeError<br>
Random#Random
+
Random#Random<br>
RecalcPersist#RecalcPersist
+
RecalcPersist#RecalcPersist<br>
RecalcLastBarAfter#RecalcLastBarAfter
+
RecalcLastBarAfter#RecalcLastBarAfter<br>
Recalculate#Recalculate
+
Recalculate#Recalculate<br>
Red#Red
+
Red#Red<br>
RegularSession#RegularSession
+
RegularSession#RegularSession<br>
RevSize#RevSize
+
RevSize#RevSize<br>
RGB#RGB
+
RGB#RGB<br>
RGBToLegacyColor#RGBToLegacyColor
+
RGBToLegacyColor#RGBToLegacyColor<br>
RightStr#RightStr
+
RightStr#RightStr<br>
Round#Round
+
Round#Round<br>
Saturday#Saturday
+
Saturday#Saturday<br>
SecondsFromDateTime#SecondsFromDateTime
+
SecondsFromDateTime#SecondsFromDateTime<br>
Self#Self
+
Self#Self<br>
Sess1EndTime#Sess1EndTime
+
Sess1EndTime#Sess1EndTime<br>
Sess1FirstBarTime#Sess1FirstBarTime
+
Sess1FirstBarTime#Sess1FirstBarTime<br>
Sess1StartTime#Sess1StartTime
+
Sess1StartTime#Sess1StartTime<br>
Sess2EndTime#Sess2EndTime
+
Sess2EndTime#Sess2EndTime<br>
Sess2FirstBarTime#Sess2FirstBarTime
+
Sess2FirstBarTime#Sess2FirstBarTime<br>
Sess2StartTime#Sess2StartTime
+
Sess2StartTime#Sess2StartTime<br>
SessionCount#SessionCount
+
SessionCount#SessionCount<br>
SessionCountMS#SessionCountMS
+
SessionCountMS#SessionCountMS<br>
SessionEndDay#SessionEndDay
+
SessionEndDay#SessionEndDay<br>
SessionEndDayMS#SessionEndDayMS
+
SessionEndDayMS#SessionEndDayMS<br>
SessionEndTime#SessionEndTime
+
SessionEndTime#SessionEndTime<br>
SessionEndTimeMS#SessionEndTimeMS
+
SessionEndTimeMS#SessionEndTimeMS<br>
SessionLastBar#SessionLastBar
+
SessionLastBar#SessionLastBar<br>
SessionStartDay#SessionStartDay
+
SessionStartDay#SessionStartDay<br>
SessionStartDayMS#SessionStartDayMS
+
SessionStartDayMS#SessionStartDayMS<br>
SessionStartTime#SessionStartTime
+
SessionStartTime#SessionStartTime<br>
SessionStartTimeMS#SessionStartTimeMS
+
SessionStartTimeMS#SessionStartTimeMS<br>
SetBreakeven#SetBreakeven
+
SetBreakeven#SetBreakeven<br>
SetCustomFitnessValue#SetCustomFitnessValue
+
SetCustomFitnessValue#SetCustomFitnessValue<br>
SetDollarTrailing#SetDollarTrailing
+
SetDollarTrailing#SetDollarTrailing<br>
SetExitOnClose#SetExitOnClose
+
SetExitOnClose#SetExitOnClose<br>
SetFPCompareAccuracy#SetFPCompareAccuracy
+
SetFPCompareAccuracy#SetFPCompareAccuracy<br>
SetMaxBarsBack#SetMaxBarsBack
+
SetMaxBarsBack#SetMaxBarsBack<br>
SetPercentTrailing#SetPercentTrailing
+
SetPercentTrailing#SetPercentTrailing<br>
SetPlotColor#SetPlotColor
+
SetPlotColor#SetPlotColor<br>
SetPlotBGColor#SetPlotBGColor
+
SetPlotBGColor#SetPlotBGColor<br>
SetPlotWidth#SetPlotWidth
+
SetPlotWidth#SetPlotWidth<br>
SetProfitTarget#SetProfitTarget
+
SetProfitTarget#SetProfitTarget<br>
SetStopContract#SetStopContract
+
SetStopContract#SetStopContract<br>
SetStopLoss#SetStopLoss
+
SetStopLoss#SetStopLoss<br>
SetStopPosition#SetStopPosition
+
SetStopPosition#SetStopPosition<br>
SetStopShare#SetStopShare
+
SetStopShare#SetStopShare<br>
Share#Share
+
Share#Share<br>
Shares#Shares
+
Shares#Shares<br>
Short#Short
+
Short#Short<br>
Sign#Sign
+
Sign#Sign<br>
Sine#Sine
+
Sine#Sine<br>
Slippage#Slippage
+
Slippage#Slippage<br>
Spaces#Spaces
+
Spaces#Spaces<br>
Square#Square
+
Square#Square<br>
SquareRoot#SquareRoot
+
SquareRoot#SquareRoot<br>
Stop#Stop
+
Stop#Stop<br>
String#String
+
String#String<br>
StringArray#StringArray
+
StringArray#StringArray<br>
StringArrayRef#StringArrayRef
+
StringArrayRef#StringArrayRef<br>
StringRef#StringRef
+
StringRef#StringRef<br>
StringSeries#StringSeries
+
StringSeries#StringSeries<br>
StringSimple#StringSimple
+
StringSimple#StringSimple<br>
StringToDate#StringToDate
+
StringToDate#StringToDate<br>
StringToDateTime#StringToDateTime
+
StringToDateTime#StringToDateTime<br>
StringToTime#StringToTime
+
StringToTime#StringToTime<br>
StrLen#StrLen
+
StrLen#StrLen<br>
StrToNum#StrToNum
+
StrToNum#StrToNum<br>
SumList#SumList
+
SumList#SumList<br>
Sunday#Sunday
+
Sunday#Sunday<br>
Symbol#Symbol
+
Symbol#Symbol<br>
Symbol_Close#Symbol_Close
+
Symbol_Close#Symbol_Close<br>
Symbol_Date#Symbol_Date
+
Symbol_Date#Symbol_Date<br>
Symbol_DownTicks#Symbol_DownTicks
+
Symbol_DownTicks#Symbol_DownTicks<br>
Symbol_High#Symbol_High
+
Symbol_High#Symbol_High<br>
Symbol_Low#Symbol_Low
+
Symbol_Low#Symbol_Low<br>
Symbol_Open#Symbol_Open
+
Symbol_Open#Symbol_Open<br>
Symbol_OpenInt#Symbol_OpenInt
+
Symbol_OpenInt#Symbol_OpenInt<br>
Symbol_Ticks#Symbol_Ticks
+
Symbol_Ticks#Symbol_Ticks<br>
Symbol_Time#Symbol_Time
+
Symbol_Time#Symbol_Time<br>
Symbol_Time_S#Symbol_Time_S
+
Symbol_Time_S#Symbol_Time_S<br>
Symbol_Upticks#Symbol_Upticks
+
Symbol_Upticks#Symbol_Upticks<br>
Symbol_Volume#Symbol_Volume
+
Symbol_Volume#Symbol_Volume<br>
SymbolName#SymbolName
+
SymbolName#SymbolName<br>
T#T
+
T#T<br>
Tangent#Tangent
+
Tangent#Tangent<br>
Text_Delete#Text_Delete
+
Text_Delete#Text_Delete<br>
Text_GetActive#Text_GetActive
+
Text_GetActive#Text_GetActive<br>
Text_GetAttribute#Text_GetAttribute
+
Text_GetAttribute#Text_GetAttribute<br>
Text_GetBGColor#Text_GetBGColor
+
Text_GetBGColor#Text_GetBGColor<br>
Text_GetBorder#Text_GetBorder
+
Text_GetBorder#Text_GetBorder<br>
Text_GetColor#Text_GetColor
+
Text_GetColor#Text_GetColor<br>
Text_GetDate#Text_GetDate
+
Text_GetDate#Text_GetDate<br>
Text_GetFirst#Text_GetFirst
+
Text_GetFirst#Text_GetFirst<br>
Text_GetFontName#Text_GetFontName
+
Text_GetFontName#Text_GetFontName<br>
Text_GetHStyle#Text_GetHStyle
+
Text_GetHStyle#Text_GetHStyle<br>
Text_GetNext#Text_GetNext
+
Text_GetNext#Text_GetNext<br>
Text_GetSize#Text_GetSize
+
Text_GetSize#Text_GetSize<br>
Text_GetString#Text_GetString
+
Text_GetString#Text_GetString<br>
Text_GetTime_s#Text_GetTime_s
+
Text_GetTime_s#Text_GetTime_s<br>
Text_GetTime#Text_GetTime
+
Text_GetTime#Text_GetTime<br>
Text_GetValue#Text_GetValue
+
Text_GetValue#Text_GetValue<br>
Text_GetVStyle#Text_GetVStyle
+
Text_GetVStyle#Text_GetVStyle<br>
Text_New_s#Text_New_s
+
Text_New_s#Text_New_s<br>
Text_New_self_s#Text_New_self_s
+
Text_New_self_s#Text_New_self_s<br>
Text_New_self#Text_New_self
+
Text_New_self#Text_New_self<br>
Text_New#Text_New
+
Text_New#Text_New<br>
Text_SetAttribute#Text_SetAttribute
+
Text_SetAttribute#Text_SetAttribute<br>
Text_SetBGColor#Text_SetBGColor
+
Text_SetBGColor#Text_SetBGColor<br>
Text_SetBorder#Text_SetBorder
+
Text_SetBorder#Text_SetBorder<br>
Text_SetColor#Text_SetColor
+
Text_SetColor#Text_SetColor<br>
Text_SetFontName#Text_SetFontName
+
Text_SetFontName#Text_SetFontName<br>
Text_SetLocation_s#Text_SetLocation_s
+
Text_SetLocation_s#Text_SetLocation_s<br>
Text_SetLocation#Text_SetLocation
+
Text_SetLocation#Text_SetLocation<br>
Text_SetSize#Text_SetSize
+
Text_SetSize#Text_SetSize<br>
Text_SetString#Text_SetString
+
Text_SetString#Text_SetString<br>
Text_SetStyle#Text_SetStyle
+
Text_SetStyle#Text_SetStyle<br>
Text#Text
+
Text#Text<br>
Than#Than
+
Than#Than<br>
The#The
+
The#The<br>
Then#Then
+
Then#Then<br>
This#This
+
This#This<br>
ThreadSafe#ThreadSafe
+
ThreadSafe#ThreadSafe<br>
Thursday#Thursday
+
Thursday#Thursday<br>
Ticks#Ticks
+
Ticks#Ticks<br>
Time_s#Time_s
+
Time_s#Time_s<br>
Time_s2Time#Time_s2Time
+
Time_s2Time#Time_s2Time<br>
Time#Time
+
Time#Time<br>
Time2Time_s#Time2Time_s
+
Time2Time_s#Time2Time_s<br>
TimeToString#TimeToString
+
TimeToString#TimeToString<br>
TL_Delete#TL_Delete
+
TL_Delete#TL_Delete<br>
TL_GetActive#TL_GetActive
+
TL_GetActive#TL_GetActive<br>
TL_GetAlert#TL_GetAlert
+
TL_GetAlert#TL_GetAlert<br>
TL_GetBeginDate#TL_GetBeginDate
+
TL_GetBeginDate#TL_GetBeginDate<br>
TL_GetBeginTime_s#TL_GetBeginTime_s
+
TL_GetBeginTime_s#TL_GetBeginTime_s<br>
TL_GetBeginTime#TL_GetBeginTime
+
TL_GetBeginTime#TL_GetBeginTime<br>
TL_GetBeginVal#TL_GetBeginVal
+
TL_GetBeginVal#TL_GetBeginVal<br>
TL_GetColor#TL_GetColor
+
TL_GetColor#TL_GetColor<br>
TL_GetEndDate#TL_GetEndDate
+
TL_GetEndDate#TL_GetEndDate<br>
TL_GetEndTime_s#TL_GetEndTime_s
+
TL_GetEndTime_s#TL_GetEndTime_s<br>
TL_GetEndTime#TL_GetEndTime
+
TL_GetEndTime#TL_GetEndTime<br>
TL_GetEndVal#TL_GetEndVal
+
TL_GetEndVal#TL_GetEndVal<br>
TL_GetExtLeft#TL_GetExtLeft
+
TL_GetExtLeft#TL_GetExtLeft<br>
TL_GetExtRight#TL_GetExtRight
+
TL_GetExtRight#TL_GetExtRight<br>
TL_GetFirst#TL_GetFirst
+
TL_GetFirst#TL_GetFirst<br>
TL_GetNext#TL_GetNext
+
TL_GetNext#TL_GetNext<br>
TL_GetSize#TL_GetSize
+
TL_GetSize#TL_GetSize<br>
TL_GetStyle#TL_GetStyle
+
TL_GetStyle#TL_GetStyle<br>
TL_GetValue_s#TL_GetValue_s
+
TL_GetValue_s#TL_GetValue_s<br>
TL_GetValue#TL_GetValue
+
TL_GetValue#TL_GetValue<br>
TL_New_s#TL_New_s
+
TL_New_s#TL_New_s<br>
TL_New_self_s#TL_New_self_s
+
TL_New_self_s#TL_New_self_s<br>
TL_New_self#TL_New_self
+
TL_New_self#TL_New_self<br>
TL_New#TL_New
+
TL_New#TL_New<br>
TL_SetAlert#TL_SetAlert
+
TL_SetAlert#TL_SetAlert<br>
TL_SetBegin_s#TL_SetBegin_s
+
TL_SetBegin_s#TL_SetBegin_s<br>
TL_SetBegin#TL_SetBegin
+
TL_SetBegin#TL_SetBegin<br>
TL_SetColor#TL_SetColor
+
TL_SetColor#TL_SetColor<br>
TL_SetEnd_s#TL_SetEnd_s
+
TL_SetEnd_s#TL_SetEnd_s<br>
TL_SetEnd#TL_SetEnd
+
TL_SetEnd#TL_SetEnd<br>
TL_SetExtLeft#TL_SetExtLeft
+
TL_SetExtLeft#TL_SetExtLeft<br>
TL_SetExtRight#TL_SetExtRight
+
TL_SetExtRight#TL_SetExtRight<br>
TL_SetSize#TL_SetSize
+
TL_SetSize#TL_SetSize<br>
TL_SetStyle#TL_SetStyle
+
TL_SetStyle#TL_SetStyle<br>
To#To
+
To#To<br>
Today#Today
+
Today#Today<br>
Tool_Dashed#Tool_Dashed
+
Tool_Dashed#Tool_Dashed<br>
Tool_Dashed2#Tool_Dashed2
+
Tool_Dashed2#Tool_Dashed2<br>
Tool_Dashed3#Tool_Dashed3
+
Tool_Dashed3#Tool_Dashed3<br>
Tool_Dotted#Tool_Dotted
+
Tool_Dotted#Tool_Dotted<br>
Tool_Solid#Tool_Solid
+
Tool_Solid#Tool_Solid<br>
Total#Total
+
Total#Total<br>
TotalBarsEvenTrades#TotalBarsEvenTrades
+
TotalBarsEvenTrades#TotalBarsEvenTrades<br>
TotalBarsLosTrades#TotalBarsLosTrades
+
TotalBarsLosTrades#TotalBarsLosTrades<br>
TotalBarsWinTrades#TotalBarsWinTrades
+
TotalBarsWinTrades#TotalBarsWinTrades<br>
TotalTrades#TotalTrades
+
TotalTrades#TotalTrades<br>
TradeDate#TradeDate
+
TradeDate#TradeDate<br>
TradeTime#TradeTime
+
TradeTime#TradeTime<br>
True#True
+
True#True<br>
TrueFalse#TrueFalse
+
TrueFalse#TrueFalse<br>
TrueFalseArray#TrueFalseArray
+
TrueFalseArray#TrueFalseArray<br>
TrueFalseArrayRef#TrueFalseArrayRef
+
TrueFalseArrayRef#TrueFalseArrayRef<br>
TrueFalseRef#TrueFalseRef
+
TrueFalseRef#TrueFalseRef<br>
TrueFalseSeries#TrueFalseSeries
+
TrueFalseSeries#TrueFalseSeries<br>
TrueFalseSimple#TrueFalseSimple
+
TrueFalseSimple#TrueFalseSimple<br>
Tuesday#Tuesday
+
Tuesday#Tuesday<br>
Under#Under
+
Under#Under<br>
Unsigned#Unsigned
+
Unsigned#Unsigned<br>
UpperStr#UpperStr
+
UpperStr#UpperStr<br>
UpTicks#UpTicks
+
UpTicks#UpTicks<br>
V#V
+
V#V<br>
Var#Var
+
Var#Var<br>
Variable#Variable
+
Variable#Variable<br>
Variables#Variables
+
Variables#Variables<br>
Vars#Vars
+
Vars#Vars<br>
VarSize#VarSize
+
VarSize#VarSize<br>
VarStartAddr#VarStartAddr
+
VarStartAddr#VarStartAddr<br>
Void#Void
+
Void#Void<br>
Volume#Volume
+
Volume#Volume<br>
Was#Was
+
Was#Was<br>
Wednesday#Wednesday
+
Wednesday#Wednesday<br>
While#While
+
While#While<br>
White#White
+
White#White<br>
WORD#WORD
+
WORD#WORD<br>
Year#Year
+
Year#Year<br>
YearFromDateTime#YearFromDateTime
+
YearFromDateTime#YearFromDateTime<br>
Yellow#Yellow
+
Yellow#Yellow<br>
Yesterday#Yesterday
+
Yesterday#Yesterday<br>
BarCount#DataCount
+
BarCount#DataCount<br>
Exact#StrCmp
+
Exact#StrCmp<br>
Value#StrToNum
+
Value#StrToNum<br>

2013年8月15日 (四) 17:39的版本

PlotNumeric(1,0)#Plot(0,'')

Buy(1,2)#Buy('',0,0,0,OT_Market, OB_ThisBar)
Sell(1,2)#Sell('',0,0,0,OT_Market, OB_ThisBar)
BuyToCover(1,2)#BuyToCover('',0,0,0,OT_Market, OB_ThisBar)
SellShort(1,2)#SellShort('',0,0,0,OT_Market, OB_ThisBar)
StandardDev#Std
Date#Date
Time#Time
Open#Open
High#High
Low#Low
Close#Close
Volume#Vol
D#Date
T#T
O#O
H#H
L#L
C#C
V#V
Commentary#Print
OpenInt#OpenInt
OI#OpenInt
OpenD#OpenD
OpenM#OpenM
OpenW#OpenW
OpenY#OpenY
HighD#HighD
HighM#HighM
HighW#HighW
HighY#HighY
LowD#LowD
LowM#LowM
LowW#LowW
LowY#LowY
CloseD#CloseD
CloseM#CloseM
CloseW#CloseW
CloseY#CloseY
SessionLastBar#SessionLastBar
Time_s#Time
InsideAsk#DynaInfo(Q_Ask)
InsideBid#DynaInfo(Q_Bid)
DailyHigh#DynaInfo(Q_High)
q_LastTime#DynaInfo(Q_Last)
TradeDate#DynaInfo(Q_Date)
TradeTime#DynaInfo(Q_LastTime)
DailyLow#DynaInfo(Q_Low)
DailyOpen#DynaInfo(Q_Open)
CurrentOpenInt#DynaInfo(Q_OpenInt)
OpenInterest#DynaInfo(Q_OpenInt)
PrevClose#DynaInfo(Q_PrevClose)
TotalVolume#DynaInfo(Q_TotalVol)
CurrentDate#CurrentDate-19000000
CurrentTime#CurrentTime*1000000
CurrentTime_s#CurrentTime
ComputerDateTime#Now
BarInterval#DataTypeM
BarType#DataType
BarType_ex#DataType
IntervalType#DataType
IntervalType_ex#DataType
BaseDataNumber#DataCount
CurrentDataNumber#DataCount
BigPointValue#BigPointValue
Category#Category
ExpirationDate#ExpirationDate
GetSymbolName#StkName
GetExchangeName#MarketName
MinMove#MinMove
Point#Point
PointValue#PointValue
PriceScale#PriceScale
DayOfMonth#DayOfDate
Month#MonthOfDate
Year#YearOfDate
DayOfWeek#WeekDayOfDate
GVGetNamedDouble#GetGlobalVar
GVSetNamedDouble#SetGlobalVar
GVGetNamedInt#GetGlobalStr
GVSetNamedInt#SetGlobalStr
IFF#If
IffString#Iif
IFFLogic#Iif
AbsValue#Abs
ArcTangent#Atan
Ceiling#Ceiling
Permutation#Permut
Combination#Combin
Cosine#Cos
ExpValue#Exp
Floor#Floor
FracPortion#FracPart
IntPortion#IntPart
Log#Log
MaxList#Max
MaxList2#Max
MinList#Min
MinList2#Min
Mod#Mod
Neg#Neg
Power#Pow
Random#Rand
Round#RoundS
Sign#Sgn
Sine#Sin
SquareRoot#Sqrt
Tangent#Tan
AvgDeviation#AveDev
Correlation#Relate
Covar#Covar
DevSqrd#DevSq
LinearRegValue#Forcast
LinearRegSlope#Slope
LinearRegValueFC#Forcast
LinearRegSlopeFC#Slope
StdDev#StdDev
Kurtosis#Kurt
Skew#Skew
CurrentBar#BarPos
Average#MA
AverageFC#MA
XAverage#EMA
Summation#Sum
SummationFC#Sum
Highest#HHV
HighestFC#HHV
HighestBar#HHVBars
Lowest#LLV
LowestFC#LLV
LowestBar#LLVBars
AvgPrice#(C+H+L)/3
AvgTrueRange#AvgTrueRange
TrueRange#TRTrueRange
CountIf#Count
SwingHigh#SwingHigh
SwingHighBar#SwingHighBar
SwingLow#SwingLow
SwingLowBar#SwingLowBar
VolatilityClassic#ATR
WeightedClose#(2*C+H+L)/4
ParabolicSAR#SAR
InStr#StrFind
LeftStr#StrLeft
RightStr#StrRight
MidStr#StrMid
StrLen#StrLen
LowerStr#LowerStr
UpperStr#UpperStr
NumToStr#NumToStr
StrToNum#StrToNum
AvgEntryPrice#AvgEntryPrice
BarsSinceEntry#BarsEntryBarsSinceEntry
BarsSinceExit#BarsXxitBarsSinceExit
ContractProfit#ContractProfit
CurrentContracts#CurrentContracts
CurrentShares#CurrentContracts
CurrentEntries#CurrentEntries
EntryDate#EntryDate
EntryName#EntryName
EntryPrice#EntryPrice
EntryTime#EntryTimeEntryTime
ExitDate#ExitDate
ExitName#ExitName
ExitPrice#ExitPrice
ExitTime#ExitTime
MarketPosition#MarketPosition
PositionProfit#PositionProfit
OpenPositionProfit#PositionProfit
DailyLosers#DailyLosers
DailyWinners#DailyWinners
Portfolio_CurrentEntries#A_CurrentEntries
Portfolio_OpenPositionProfit#A_OpenProfit
RGB#ColorRGB
GetAppInfo#AppInfo
GetUserID#UserName
Alert#Alert
ClearPrintLog#ClearPrintLog
FileAppend#FileAppend
FileDelete#FileDelete
MaxBarsBack#MaxBarsBack
MaxBarsForward#MaxBarsForward
A#A
Abort#Abort
Above#Above
AbsValue#AbsValue
Ago#Ago
Alert#Alert
AlertEnabled#AlertEnabled
All#All
An#An
And#And
AvgPrice#(C+H+L)/3
Arctangent#Arctangent
Array_Compare#Array_Compare
Array_Copy#Array_Copy
Array_GetBooleanValue#Array_GetBooleanValue
Array_GetFloatValue#Array_GetFloatValue
Array_GetIntegerValue#Array_GetIntegerValue
Array_GetMaxIndex#Array_GetMaxIndex
Array_GetStringValue#Array_GetStringValue
Array_GetType#Array_GetType
Array_SetBooleanValue#Array_SetBooleanValue
Array_SetFloatValue#Array_SetFloatValue
Array_SetIntegerValue#Array_SetIntegerValue
Array_SetMaxIndex#Array_SetMaxIndex
Array_SetStringValue#Array_SetStringValue
Array_SetValRange#Array_SetValRange
Array_Sort#Array_Sort
Array_Sum#Array_Sum
Array#Array
Arrays#Arrays
ArraySize#ArraySize
ArrayStartAddr#ArrayStartAddr
Arw_Delete#Arw_Delete
Arw_GetActive#Arw_GetActive
Arw_GetColor#Arw_GetColor
Arw_GetDate#Arw_GetDate
Arw_GetDirection#Arw_GetDirection
Arw_GetFirst#Arw_GetFirst
Arw_GetNext#Arw_GetNext
Arw_GetSize#Arw_GetSize
Arw_GetStyle#Arw_GetStyle
Arw_GetText#Arw_GetText
Arw_GetTextAttribute#Arw_GetTextAttribute
Arw_GetTextBGColor#Arw_GetTextBGColor
Arw_GetTextColor#Arw_GetTextColor
Arw_GetTextFontName#Arw_GetTextFontName
Arw_GetTextSize#Arw_GetTextSize
Arw_GetTime_s#Arw_GetTime_s
Arw_GetTime#Arw_GetTime
Arw_GetVal#Arw_GetVal
Arw_New_s#Arw_New_s
Arw_New_self_s#Arw_New_self_s
Arw_New_self#Arw_New_self
Arw_New#Arw_New
Arw_SetColor#Arw_SetColor
Arw_SetLocation_s#Arw_SetLocation_s
Arw_SetLocation#Arw_SetLocation
Arw_SetSize#Arw_SetSize
Arw_SetStyle#Arw_SetStyle
Arw_SetText#Arw_SetText
Arw_SetTextAttribute#Arw_SetTextAttribute
Arw_SetTextBGColor#Arw_SetTextBGColor
Arw_SetTextColor#Arw_SetTextColor
Arw_SetTextFontName#Arw_SetTextFontName
Arw_SetTextSize#Arw_SetTextSize
At#At
AtCommentaryBar#AtCommentaryBar
AutoSession#AutoSession
AvgBarsEvenTrade#AvgBarsEvenTrade
AvgBarsLosTrade#AvgBarsLosTrade
AvgBarsWinTrade#AvgBarsWinTrade
AvgEntryPrice#AvgEntryPrice
AvgEntryPrice_at_Broker#AvgEntryPrice_at_Broker
AvgEntryPrice_at_Broker_for_The_Strategy#AvgEntryPrice_at_Broker_for_The_Strategy
AvgList#AvgList
Bar#Bar
BarInterval#BarInterval
Bars#Bars
BarsSinceEntry#BarsSinceEntry
BarsSinceEntry_Checked#BarsSinceEntry_Checked
BarsSinceExit#BarsSinceExit
BarsSinceExit_Checked#BarsSinceExit_Checked
BarStatus#BarStatus
BarType_ex#BarType_ex
BarType#BarType
Based#Based
BaseDataNumber#BaseDataNumber
Begin#Begin
Below#Below
BigPointValue#BigPointValue
Black#Black
Blue#Blue
Bool#Bool
BoxSize#BoxSize
Break#Break
By#By
Byte#Byte
C#C
CancelAlert#CancelAlert
Category#Category
Ceiling#Ceiling
ChangeMarketPosition#ChangeMarketPosition
Char#Char
CheckAlert#CheckAlert
CheckCommentary#CheckCommentary
ClearDebug#ClearDebug
ClearPrintLog#ClearPrintLog
Close#Close
Commentary#Commentary
CommentaryCL#CommentaryCL
CommentaryEnabled#CommentaryEnabled
Commission#Commission
ComputerDateTime#ComputerDateTime
Contract#Contract
ContractProfit#ContractProfit
Contracts#Contracts
Cosine#Cosine
Cotangent#Cotangent
Cover#Cover
Cross#Cross
Crosses#Crosses
CurrentBar#CurrentBar
CurrentContracts#CurrentContracts
CurrentDataNumber#CurrentDataNumber
CurrentDate#CurrentDate
CurrentEntries#CurrentEntries
CurrentOpenInt#CurrentOpenInt
CurrentShares#CurrentShares
CurrentTime_s#CurrentTime_s
CurrentTime#CurrentTime
Cyan#Cyan
D#D
DailyHigh#DailyHigh
DailyLimit#DailyLimit
DailyLow#DailyLow
DailyOpen#DailyOpen
DailyVolume#DailyVolume
DarkBlue#DarkBlue
DarkBrown#DarkBrown
DarkCyan#DarkCyan
DarkGray#DarkGray
DarkGreen#DarkGreen
DarkMagenta#DarkMagenta
DarkRed#DarkRed
DarkYellow#DarkYellow
Data#Data
DataCompression#DataCompression
Date#Date
DateTime2ELTime_s#DateTime2ELTime_s
DateTime2ELTime#DateTime2ELTime
DateTimeToString#DateTimeToString
DateToJulian#DateToJulian
DateToString#DateToString
Day#Day
DayFromDateTime#DayFromDateTime
DayOfMonth#DayOfMonth
DayOfWeek#DayOfWeek
DayOfWeekFromDateTime#DayOfWeekFromDateTime
Days#Days
Default#Default
DefineDLLFunc#DefineDLLFunc
Description#Description
Does#Does
DOM_AskPrice#DOM_AskPrice
DOM_AsksCount#DOM_AsksCount
DOM_AskSize#DOM_AskSize
DOM_BidPrice#DOM_BidPrice
DOM_BidsCount#DOM_BidsCount
DOM_BidSize#DOM_BidSize
DOM_IsConnected#DOM_IsConnected
Double#Double
DoubleQuote#DoubleQuote
DownTicks#DownTicks
Downto#Downto
DWORD#DWORD
EL_DateStr#EL_DateStr
EL_DateToDateTime#EL_DateToDateTime
EL_TimeToDateTime_s#EL_TimeToDateTime_s
EL_TimeToDateTime#EL_TimeToDateTime
ELDateToDateTime#ELDateToDateTime
Else#Else
ELTimeToDateTime_s#ELTimeToDateTime_s
ELTimeToDateTime#ELTimeToDateTime
EncodeDate#EncodeDate
EncodeTime#EncodeTime
End#End
Entry#Entry
EntryDate#EntryDate
EntryDate_Checked#EntryDate_Checked
EntryName#EntryName
EntryPrice#EntryPrice
EntryPrice_Checked#EntryPrice_Checked
EntryTime#EntryTime
EntryTime_Checked#EntryTime_Checked
ExchListed#ExchListed
ExecOffset#ExecOffset
ExitDate#ExitDate
ExitDate_Checked#ExitDate_Checked
ExitName#ExitName
ExitPrice#ExitPrice
ExitPrice_Checked#ExitPrice_Checked
ExitTime#ExitTime
ExitTime_Checked#ExitTime_Checked
ExpirationDate#ExpirationDate
ExpValue#ExpValue
External#External
False#False
File#File
FileAppend#FileAppend
FileDelete#FileDelete
Fill_array#Fill_array
Float#Float
Floor#Floor
For#For
FormatDate#FormatDate
FormatTime#FormatTime
fpCExact#fpCExact
fpCHighAccuracy#fpCHighAccuracy
fpCLowAccuracy#fpCLowAccuracy
fpCMedAccuracy#fpCMedAccuracy
fpCVeryHighAccuracy#fpCVeryHighAccuracy
fpCVeryLowAccuracy#fpCVeryLowAccuracy
FracPortion#FracPortion
Friday#Friday
From#From
GetAccount#GetAccount
GetAccountID#GetAccountID
GetAppInfo#GetAppInfo
GetBackgroundColor#GetBackgroundColor
GetBValue#GetBValue
GetCDRomDrive#GetCDRomDrive
GetCountry#GetCountry
GetCurrency#GetCurrency
GetExchangeName#GetExchangeName
GetGValue#GetGValue
GetNumAccounts#GetNumAccounts
GetNumPositions#GetNumPositions
GetPlotBGColor#GetPlotBGColor
GetPlotColor#GetPlotColor
GetPlotWidth#GetPlotWidth
GetPositionAveragePrice#GetPositionAveragePrice
GetPositionOpenPL#GetPositionOpenPL
GetPositionQuantity#GetPositionQuantity
GetPositionSymbol#GetPositionSymbol
GetPositionTotalCost#GetPositionTotalCost
GetRTAccountEquity#GetRTAccountEquity
GetRTUnrealizedPL#GetRTUnrealizedPL
GetRValue#GetRValue
GetStrategyName#GetStrategyName
GetSymbolName#GetSymbolName
GetUserID#GetUserID
GetUserName#GetUserName
GradientColor#GradientColor
Green#Green
GrossLoss#GrossLoss
GrossProfit#GrossProfit
H#H
High#High
Higher#Higher
HoursFromDateTime#HoursFromDateTime
i_AvgEntryPrice#i_AvgEntryPrice
i_AvgEntryPrice_at_Broker#i_AvgEntryPrice_at_Broker
i_AvgEntryPrice_at_Broker_for_The_Strategy#i_AvgEntryPrice_at_Broker_for_The_Strategy
i_ClosedEquity#i_ClosedEquity
i_CurrentContracts#i_CurrentContracts
i_CurrentShares#i_CurrentShares
i_MarketPosition#i_MarketPosition
i_MarketPosition_at_Broker#i_MarketPosition_at_Broker
i_MarketPosition_at_Broker_for_The_Strategy#i_MarketPosition_at_Broker_for_The_Strategy
i_OpenEquity#i_OpenEquity
I#I
IEasyLanguageObject#IEasyLanguageObject
If#If
IncMonth#IncMonth
InitialCapital#InitialCapital
Input#Input
Inputs#Inputs
InsideAsk#InsideAsk
InsideBid#InsideBid
InStr#InStr
Int#Int
IntervalType#IntervalType
IntervalType_ex#IntervalType_ex
IntPortion#IntPortion
IntrabarOrderGeneration#IntrabarOrderGeneration
IntraBarPersist#IntraBarPersist
Is#Is
JulianToDate#JulianToDate
L#L
LargestLosTrade#LargestLosTrade
LargestWinTrade#LargestWinTrade
Last#Last
LastCalcJDate#LastCalcJDate
LastCalcMMTime#LastCalcMMTime
LastCalcSSTime#LastCalcSSTime
LeftStr#LeftStr
LegacyColorToRGB#LegacyColorToRGB
LegacyColorValue#LegacyColorValue
LightGray#LightGray
Limit#Limit
Log#Log
Long#Long
Low#Low
Lower#Lower
LowerStr#LowerStr
LPBool#LPBool
LPByte#LPByte
LPDouble#LPDouble
LPDWORD#LPDWORD
LPFloat#LPFloat
LPInt#LPInt
LPLong#LPLong
LPSTR#LPSTR
LPWORD#LPWORD
Magenta#Magenta
Margin#Margin
Market#Market
MarketPosition#MarketPosition
MarketPosition_at_Broker#MarketPosition_at_Broker
MarketPosition_at_Broker_for_The_Strategy#MarketPosition_at_Broker_for_The_Strategy
MarketPosition_Checked#MarketPosition_Checked
MaxBarsBack#MaxBarsBack
MaxBarsForward#MaxBarsForward
MaxConsecLosers#MaxConsecLosers
MaxConsecWinners#MaxConsecWinners
MaxContractProfit#MaxContractProfit
MaxContractProfit_Checked#MaxContractProfit_Checked
MaxContracts#MaxContracts
MaxContracts_Checked#MaxContracts_Checked
MaxContractsHeld#MaxContractsHeld
MaxEntries#MaxEntries
MaxEntries_Checked#MaxEntries_Checked
MaxIDDrawDown#MaxIDDrawDown
MaxList#Max
MaxList2#MaxList2
MaxPositionAgo#MaxPositionAgo
MaxPositionsAgo#MaxPositionsAgo
MaxPositionLoss#MaxPositionLoss
MaxPositionLoss_Checked#MaxPositionLoss_Checked
MaxPositionProfit#MaxPositionProfit
MaxPositionProfit_Checked#MaxPositionProfit_Checked
MaxShares#MaxShares
MaxShares_Checked#MaxShares_Checked
MaxSharesHeld#MaxSharesHeld
MC_Arw_GetActive#MC_Arw_GetActive
MC_Text_GetActive#MC_Text_GetActive
MC_TL_GetActive#MC_TL_GetActive
MC_TL_New#MC_TL_New
Method#Method
MidStr#MidStr
MillisecondsFromDateTime#MillisecondsFromDateTime
MinList#MinList
MinList2#MinList2
MinMove#MinMove
MinutesFromDateTime#MinutesFromDateTime
Mod#Mod
Monday#Monday
Month#Month
MonthFromDateTime#MonthFromDateTime
MouseClickBarNumber#MouseClickBarNumber
MouseClickCtrlPressed#MouseClickCtrlPressed
MouseClickDataNumber#MouseClickDataNumber
MouseClickDateTime#MouseClickDateTime
MouseClickPrice#MouseClickPrice
MouseClickShiftPressed#MouseClickShiftPressed
Neg#Neg
NetProfit#NetProfit
NewLine#NewLine
Next#Next
NoPlot#NoPlot
Not#Not
NthMaxList#NthMaxList
NthMinList#NthMinList
Numeric#Numeric
NumericArray#NumericArray
NumericArrayRef#NumericArrayRef
NumericRef#NumericRef
NumericSeries#NumericSeries
NumericSimple#NumericSimple
NumEvenTrades#NumEvenTrades
NumLosTrades#NumLosTrades
NumToStr#NumToStr
NumWinTrades#NumWinTrades
O#O
Of#Of
On#On
OnCreate#OnCreate
OnDestroy#OnDestroy
Open#Open
OpenEntriesCount#OpenEntriesCount
OpenEntryComission#OpenEntryComission
OpenEntryContracts#OpenEntryContracts
OpenEntryDate#OpenEntryDate
OpenEntryMaxProfit#OpenEntryMaxProfit
OpenEntryMaxProfitPerContract#OpenEntryMaxProfitPerContract
OpenEntryMinProfit#OpenEntryMinProfit
OpenEntryMinProfitPerContract#OpenEntryMinProfitPerContract
OpenEntryPrice#OpenEntryPrice
OpenEntryProfit#OpenEntryProfit
OpenEntryProfitPerContract#OpenEntryProfitPerContract
OpenEntryTime#OpenEntryTime
OpenInt#OpenInt
OpenPositionProfit#OpenPositionProfit
Or#Or
Over#Over
PercentProfit#PercentProfit
Place#Place
PlaceMarketOrder#PlaceMarketOrder
PlaySound#PlaySound
Plot#Plot
PlotPaintBar#PlotPaintBar
PlotPB#PlotPB
Point#Point
Points#Points
PointValue#PointValue
Portfolio_CalcMaxPotentialLossForEntry#Portfolio_CalcMaxPotentialLossForEntry
Portfolio_CurrentEntries#Portfolio_CurrentEntries
Portfolio_GetMarginPerContract#Portfolio_GetMarginPerContract
Portfolio_GetMaxPotentialLossPerContract#Portfolio_GetMaxPotentialLossPerContract
Portfolio_GrossLoss#Portfolio_GrossLoss
Portfolio_GrossProfit#Portfolio_GrossProfit
Portfolio_InvestedCapital#Portfolio_InvestedCapital
Portfolio_MaxIDDrawdown#Portfolio_MaxIDDrawdown
Portfolio_MaxOpenPositionPotentialLoss#Portfolio_MaxOpenPositionPotentialLoss
Portfolio_MaxRiskEquityPerPosPercent#Portfolio_MaxRiskEquityPerPosPercent
Portfolio_NetProfit#Portfolio_NetProfit
Portfolio_NumLossTrades#Portfolio_NumLossTrades
Portfolio_NumWinTrades#Portfolio_NumWinTrades
Portfolio_OpenPositionProfit#Portfolio_OpenPositionProfit
Portfolio_PercentProfit#Portfolio_PercentProfit
Portfolio_SetMaxPotentialLossPerContract#Portfolio_SetMaxPotentialLossPerContract
Portfolio_StrategyDrawdown#Portfolio_StrategyDrawdown
Portfolio_TotalMaxRiskEquityPercent#Portfolio_TotalMaxRiskEquityPercent
Portfolio_TotalTrades#Portfolio_TotalTrades
PortfolioEntriesPriority#PortfolioEntriesPriority
Pos#Pos
PositionProfit#PositionProfit
PositionProfit_Checked#PositionProfit_Checked
PosTradeCommission#PosTradeCommission
PosTradeCount#PosTradeCount
PosTradeEntryBar#PosTradeEntryBar
PosTradeEntryCategory#PosTradeEntryCategory
PosTradeEntryDateTime#PosTradeEntryDateTime
PosTradeEntryName#PosTradeEntryName
PosTradeEntryPrice#PosTradeEntryPrice
PosTradeExitBar#PosTradeExitBar
PosTradeExitCategory#PosTradeExitCategory
PosTradeExitDateTime#PosTradeExitDateTime
PosTradeExitName#PosTradeExitName
PosTradeExitPrice#PosTradeExitPrice
PosTradeIsLong#PosTradeIsLong
PosTradeIsOpen#PosTradeIsOpen
PosTradeProfit#PosTradeProfit
PosTradeSize#PosTradeSize
PrevClose#PrevClose
PriceScale#PriceScale
Print#Print
ProcessMouseEvents#ProcessMouseEvents
q_Ask#q_Ask
q_Bid#q_Bid
q_BigPointValue#q_BigPointValue
q_Date#q_Date
q_ExchangeListed#q_ExchangeListed
q_Last#q_Last
q_OpenInterest#q_OpenInterest
q_PreviousClose#q_PreviousClose
q_Time#q_Time
q_Time_s#q_Time_s
q_TotalVolume#q_TotalVolume
RaiseRuntimeError#RaiseRuntimeError
Random#Random
RecalcPersist#RecalcPersist
RecalcLastBarAfter#RecalcLastBarAfter
Recalculate#Recalculate
Red#Red
RegularSession#RegularSession
RevSize#RevSize
RGB#RGB
RGBToLegacyColor#RGBToLegacyColor
RightStr#RightStr
Round#Round
Saturday#Saturday
SecondsFromDateTime#SecondsFromDateTime
Self#Self
Sess1EndTime#Sess1EndTime
Sess1FirstBarTime#Sess1FirstBarTime
Sess1StartTime#Sess1StartTime
Sess2EndTime#Sess2EndTime
Sess2FirstBarTime#Sess2FirstBarTime
Sess2StartTime#Sess2StartTime
SessionCount#SessionCount
SessionCountMS#SessionCountMS
SessionEndDay#SessionEndDay
SessionEndDayMS#SessionEndDayMS
SessionEndTime#SessionEndTime
SessionEndTimeMS#SessionEndTimeMS
SessionLastBar#SessionLastBar
SessionStartDay#SessionStartDay
SessionStartDayMS#SessionStartDayMS
SessionStartTime#SessionStartTime
SessionStartTimeMS#SessionStartTimeMS
SetBreakeven#SetBreakeven
SetCustomFitnessValue#SetCustomFitnessValue
SetDollarTrailing#SetDollarTrailing
SetExitOnClose#SetExitOnClose
SetFPCompareAccuracy#SetFPCompareAccuracy
SetMaxBarsBack#SetMaxBarsBack
SetPercentTrailing#SetPercentTrailing
SetPlotColor#SetPlotColor
SetPlotBGColor#SetPlotBGColor
SetPlotWidth#SetPlotWidth
SetProfitTarget#SetProfitTarget
SetStopContract#SetStopContract
SetStopLoss#SetStopLoss
SetStopPosition#SetStopPosition
SetStopShare#SetStopShare
Share#Share
Shares#Shares
Short#Short
Sign#Sign
Sine#Sine
Slippage#Slippage
Spaces#Spaces
Square#Square
SquareRoot#SquareRoot
Stop#Stop
String#String
StringArray#StringArray
StringArrayRef#StringArrayRef
StringRef#StringRef
StringSeries#StringSeries
StringSimple#StringSimple
StringToDate#StringToDate
StringToDateTime#StringToDateTime
StringToTime#StringToTime
StrLen#StrLen
StrToNum#StrToNum
SumList#SumList
Sunday#Sunday
Symbol#Symbol
Symbol_Close#Symbol_Close
Symbol_Date#Symbol_Date
Symbol_DownTicks#Symbol_DownTicks
Symbol_High#Symbol_High
Symbol_Low#Symbol_Low
Symbol_Open#Symbol_Open
Symbol_OpenInt#Symbol_OpenInt
Symbol_Ticks#Symbol_Ticks
Symbol_Time#Symbol_Time
Symbol_Time_S#Symbol_Time_S
Symbol_Upticks#Symbol_Upticks
Symbol_Volume#Symbol_Volume
SymbolName#SymbolName
T#T
Tangent#Tangent
Text_Delete#Text_Delete
Text_GetActive#Text_GetActive
Text_GetAttribute#Text_GetAttribute
Text_GetBGColor#Text_GetBGColor
Text_GetBorder#Text_GetBorder
Text_GetColor#Text_GetColor
Text_GetDate#Text_GetDate
Text_GetFirst#Text_GetFirst
Text_GetFontName#Text_GetFontName
Text_GetHStyle#Text_GetHStyle
Text_GetNext#Text_GetNext
Text_GetSize#Text_GetSize
Text_GetString#Text_GetString
Text_GetTime_s#Text_GetTime_s
Text_GetTime#Text_GetTime
Text_GetValue#Text_GetValue
Text_GetVStyle#Text_GetVStyle
Text_New_s#Text_New_s
Text_New_self_s#Text_New_self_s
Text_New_self#Text_New_self
Text_New#Text_New
Text_SetAttribute#Text_SetAttribute
Text_SetBGColor#Text_SetBGColor
Text_SetBorder#Text_SetBorder
Text_SetColor#Text_SetColor
Text_SetFontName#Text_SetFontName
Text_SetLocation_s#Text_SetLocation_s
Text_SetLocation#Text_SetLocation
Text_SetSize#Text_SetSize
Text_SetString#Text_SetString
Text_SetStyle#Text_SetStyle
Text#Text
Than#Than
The#The
Then#Then
This#This
ThreadSafe#ThreadSafe
Thursday#Thursday
Ticks#Ticks
Time_s#Time_s
Time_s2Time#Time_s2Time
Time#Time
Time2Time_s#Time2Time_s
TimeToString#TimeToString
TL_Delete#TL_Delete
TL_GetActive#TL_GetActive
TL_GetAlert#TL_GetAlert
TL_GetBeginDate#TL_GetBeginDate
TL_GetBeginTime_s#TL_GetBeginTime_s
TL_GetBeginTime#TL_GetBeginTime
TL_GetBeginVal#TL_GetBeginVal
TL_GetColor#TL_GetColor
TL_GetEndDate#TL_GetEndDate
TL_GetEndTime_s#TL_GetEndTime_s
TL_GetEndTime#TL_GetEndTime
TL_GetEndVal#TL_GetEndVal
TL_GetExtLeft#TL_GetExtLeft
TL_GetExtRight#TL_GetExtRight
TL_GetFirst#TL_GetFirst
TL_GetNext#TL_GetNext
TL_GetSize#TL_GetSize
TL_GetStyle#TL_GetStyle
TL_GetValue_s#TL_GetValue_s
TL_GetValue#TL_GetValue
TL_New_s#TL_New_s
TL_New_self_s#TL_New_self_s
TL_New_self#TL_New_self
TL_New#TL_New
TL_SetAlert#TL_SetAlert
TL_SetBegin_s#TL_SetBegin_s
TL_SetBegin#TL_SetBegin
TL_SetColor#TL_SetColor
TL_SetEnd_s#TL_SetEnd_s
TL_SetEnd#TL_SetEnd
TL_SetExtLeft#TL_SetExtLeft
TL_SetExtRight#TL_SetExtRight
TL_SetSize#TL_SetSize
TL_SetStyle#TL_SetStyle
To#To
Today#Today
Tool_Dashed#Tool_Dashed
Tool_Dashed2#Tool_Dashed2
Tool_Dashed3#Tool_Dashed3
Tool_Dotted#Tool_Dotted
Tool_Solid#Tool_Solid
Total#Total
TotalBarsEvenTrades#TotalBarsEvenTrades
TotalBarsLosTrades#TotalBarsLosTrades
TotalBarsWinTrades#TotalBarsWinTrades
TotalTrades#TotalTrades
TradeDate#TradeDate
TradeTime#TradeTime
True#True
TrueFalse#TrueFalse
TrueFalseArray#TrueFalseArray
TrueFalseArrayRef#TrueFalseArrayRef
TrueFalseRef#TrueFalseRef
TrueFalseSeries#TrueFalseSeries
TrueFalseSimple#TrueFalseSimple
Tuesday#Tuesday
Under#Under
Unsigned#Unsigned
UpperStr#UpperStr
UpTicks#UpTicks
V#V
Var#Var
Variable#Variable
Variables#Variables
Vars#Vars
VarSize#VarSize
VarStartAddr#VarStartAddr
Void#Void
Volume#Volume
Was#Was
Wednesday#Wednesday
While#While
White#White
WORD#WORD
Year#Year
YearFromDateTime#YearFromDateTime
Yellow#Yellow
Yesterday#Yesterday
BarCount#DataCount
Exact#StrCmp
Value#StrToNum

个人工具
名字空间

变换
操作
导航
工具箱