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