User contributions

For 194.84.116.138 talk block log uploads logs
Jump to navigation Jump to search
Search for contributions
 
 
      
 
   

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 13:56, 18 January 2012 diff hist +447 N HighCreated page with "Returns the high price. ==== Usage ==== High ==== Example ==== Plot the high price of the current bar: <syntaxhighlight>Plot1(High,"High");</syntaxhighlight> Plo..."
  • 13:54, 18 January 2012 diff hist +56 N HCreated page with "Same as High Category:Data Information/General"
  • 13:54, 18 January 2012 diff hist +241 N GetSymbolNameCreated page with "Returns a string expression containing the name of the symbol that the study is applied to. ==== Usage ==== GetSymbolName ==== Example ==== GetSymbolName will r..."
  • 13:53, 18 January 2012 diff hist +315 N GetExchangeNameCreated page with "Returns a string expression containing the exchange name for the symbol that the study is applied to. ==== Usage ==== GetExchangeName ==== Example ==== [[GetExchange..."
  • 13:51, 18 January 2012 diff hist +695 N ExpirationDateCreated page with "Returns a numerical value, indicating the expiration date of the financial instrument the study is applied to. The date is indicated in the YYYMMdd format, where YYY is the nu..."
  • 13:50, 18 January 2012 diff hist +1,438 N DownTicksCreated page with "Returns the total number of Down ticks for the current bar if '''Build Volume On''' is set to '''Tick Count.''' Returns the total Down volume for the current bar if '''Build ..."
  • 13:46, 18 January 2012 diff hist +99 N DaysCreated page with "Retained for backward compatibility; replaced with Bar. Category:Data Information/General"
  • 13:45, 18 January 2012 diff hist +98 N DayCreated page with "Retained for backward compatibility; replaced with Bar. Category:Data Information/General"
  • 13:44, 18 January 2012 diff hist +424 N DateCreated page with "Returns a numerical value indicating the closing date of a bar. The date is indicated in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and ..."
  • 13:43, 18 January 2012 diff hist +59 N DataCompressionCreated page with "Same as BarType Category:Data Information/General"
  • 13:43, 18 January 2012 diff hist +647 N DataCreated page with "Used to specify a particular data series in a multi-symbol chart; each data series in a multi-symbol chart has a unique Data Number. ==== Usage ==== DataN Where: [[N]..."
  • 13:41, 18 January 2012 diff hist +77 N DailyLimitCreated page with "Retained for backward compatibility. Category:Data Information/General" current
  • 13:40, 18 January 2012 diff hist +57 N DCreated page with "Same as Date Category:Data Information/General"
  • 13:40, 18 January 2012 diff hist +497 N CurrentBarCreated page with "Returns the number of the current bar. Each bar, subsequent to the initial number of bars specified by the '''Maximum Bars Back''' setting, is assigned a sequential number; t..."
  • 13:38, 18 January 2012 diff hist +469 N CloseCreated page with "Returns the closing price. ==== Usage ==== Close ==== Example ==== Plot the closing price of the current bar: <syntaxhighlight>Plot1(Close,"Close");</syntaxhighlig..."
  • 13:37, 18 January 2012 diff hist +665 N CategoryCreated page with "Returns a numerical value, indicating the category (financial instrument type) of the symbol that study is applied to. ==== Usage ==== Category The following values a..."
  • 13:35, 18 January 2012 diff hist +59 N CCreated page with "Same as Close Category:Data Information/General"
  • 13:34, 18 January 2012 diff hist +477 N BoxSizeCreated page with "Returns the price-based interval setting associated with the specified price-based chart type an indicator or signal is applied to. This value is set in the '''Chart Type'''..."
  • 13:32, 18 January 2012 diff hist +465 N BigPointValueCreated page with "Returns a numerical value, indicating the currency value of a single whole unit price change for the data series that the study is applied to. ==== Usage ==== [[BigPointVal..."
  • 13:28, 18 January 2012 diff hist +811 N BarType exCreated page with "An extended version of BarType. Indicates the resolution units more specifically. Returns a numerical value, indicating the resolution units of the data series that the ..."
  • 13:27, 18 January 2012 diff hist +609 N BarTypeCreated page with "Returns a numerical value, indicating the resolution units of the data series that the study is applied to. ==== Usage ==== BarType The following values are returned ..."
  • 13:25, 18 January 2012 diff hist +722 N BarStatusCreated page with "Returns a numerical value, indicating the status of the most recent tick in the current bar of the specified data series. A value of 0 indicates that the tick is the opening ..."
  • 13:22, 18 January 2012 diff hist +664 N BarIntervalCreated page with "Returns a numerical value, indicating the number of resolution units (bar interval) of the data series that the study is applied to. Returns the number of Ticks, Contracts, ..."
  • 13:21, 18 January 2012 diff hist +59 N BarsCreated page with "Same as Bar Category:Data Information/General"
  • 13:20, 18 January 2012 diff hist +508 N BarCreated page with "Used in combination with This, Next, or Ago to reference a specific bar. ==== Usage ==== Bar ==== Example ==== <syntaxhighlight>Close Of 1 Bar Ago</synta..."
  • 13:17, 18 January 2012 diff hist +724 N AgoCreated page with "Used in combination with Bar or Bars and a numerical expression to reference the bar a specified number of bars back from the current bar. Bars Ago can also be specif..."
  • 13:11, 18 January 2012 diff hist -3 Category:Data Information/Generalcurrent
  • 13:08, 18 January 2012 diff hist +37 N Category:Data Information/GeneralCreated page with "Category:Data Information/General"
  • 13:03, 18 January 2012 diff hist +1,008 N WhileCreated page with "Used in combination with Begin and End to form a conditional loop statement that will execute a set of instructions repeatedly as long as a logical expression is true...."
  • 13:01, 18 January 2012 diff hist +59 N UnderCreated page with "Same as Below Category:Comparisons and Loops"
  • 13:00, 18 January 2012 diff hist +4 True
  • 12:59, 18 January 2012 diff hist +573 N TrueCreated page with "A logical (Boolean) value. Logical values are used in logical (Boolean) expressions and for true/false inputs. ==== Usage ==== True ==== Example ==== [[True Or False..."
  • 12:57, 18 January 2012 diff hist +874 N ToCreated page with "Used in combination with For to form a loop statement that will execute a set of instructions repeatedly until the loop count reaches the specified final value. To sp..."
  • 12:54, 18 January 2012 diff hist +481 N ThenCreated page with "Used in combination with If to form a conditional statement that executes specific instructions if a logical expression is true. For more information see If. ==== ..."
  • 12:52, 18 January 2012 diff hist +53 N OverCreated page with "Same as Above Category:Comparisons and Loops"
  • 12:52, 18 January 2012 diff hist +496 N OrCreated page with "A logical (Boolean) operator that returns True if one or both of its operands are true. Logical operators are used in logical (Boolean) expressions that operate with true/..."
  • 12:49, 18 January 2012 diff hist +248 N NotCreated page with "Used in True/False statements: '''negative''' ==== Example ==== <syntaxhighlight>Condition1 = True; Condition2 = Not Condition1;</syntaxhighlight> Assigns to [[Conditio..."
  • 12:44, 18 January 2012 diff hist +1,508 N IfCreated page with "Used in combination with Then to form a conditional statement that executes specific instructions if a logical expression is true, and with Else to form a conditional ..."
  • 12:39, 18 January 2012 diff hist +1,726 N ForCreated page with "Used in combination with To or DownTo to form a loop statement that will execute a set of instructions repeatedly until the loop count reaches the specified final valu..."
  • 12:34, 18 January 2012 diff hist +578 N FalseCreated page with "A logical (Boolean) value. Logical values are used in logical (Boolean) expressions and for true/false inputs. ==== Usage ==== False ==== Example ==== [[False And Tr..."
  • 12:31, 18 January 2012 diff hist +753 N EndCreated page with "Used in combination with Begin to group instructions for conditional execution; an End must always be preceded by a Begin. Begin and End can be used with [..."
  • 12:28, 18 January 2012 diff hist -12 Else
  • 12:26, 18 January 2012 diff hist +683 N ElseCreated page with "Used in combination with If and Then to form a conditional statement that executes specific instructions if a logical expression is false. The conditional execution s..."
  • 12:24, 18 January 2012 diff hist -24 DownTo
  • 12:21, 18 January 2012 diff hist +911 N DownToCreated page with "Used in combination with For to form a loop statement that will execute a set of instructions repeatedly until the loop count reaches the specified final value. [[DownTo]..."
  • 12:14, 18 January 2012 diff hist +86 N CrossesCreated page with "Same as <syntaxhighlight>Cross</syntaxhighlight> Category:Comparisons and Loops"
  • 12:13, 18 January 2012 diff hist +2,373 N CrossCreated page with "Returns a value of <syntaxhighlight>True</syntaxhighlight> if, on the current bar, the plot of a numerical expression A crossed the plot of a numerical expression B in the spe..."
  • 12:08, 18 January 2012 diff hist +1,261 N BelowCreated page with "Used in combination with <syntaxhighlight>Cross</syntaxhighlight> to specify the direction of the cross. <syntaxhighlight>Below</syntaxhighlight> specifies a downward (greate..."
  • 12:05, 18 January 2012 diff hist +1,258 N BeginCreated page with "Used in combination with <syntaxhighlight>End</syntaxhighlight> to group instructions for conditional execution; a <syntaxhighlight>Begin</syntaxhighlight> must always be foll..."
  • 11:59, 18 January 2012 diff hist +614 N AndCreated page with "A logical (Boolean) operator that returns <syntaxhighlight>True</syntaxhighlight> only if both of its operands are true. Logical operators are used in logical (Boolean) expres..."
  • 14:49, 17 January 2012 diff hist +1,219 N AboveCreated page with "Used in combination with <syntaxhighlight>Cross</syntaxhighlight> to specify the direction of the cross. <syntaxhighlight>Above</syntaxhighlight> specifies an upward (lesser ..."
  • 14:43, 17 January 2012 diff hist +339 N YellowCreated page with "Constant, used to designate the color Yellow. ==== Usage ==== <syntaxhighlight>Yellow</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by constant..."
  • 14:41, 17 January 2012 diff hist +329 N WhiteCreated page with "Constant, used to designate the color White. ==== Usage ==== <syntaxhighlight>White</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by constants...."
  • 14:40, 17 January 2012 diff hist +554 N RGBToLegacyColorCreated page with "Returns the legacy color value that most closely matches the specified RGB color number; the value ranges from 0 to 16. ==== Usage ==== <syntaxhighlight>RGBToLegacyColor(RG..."
  • 14:39, 17 January 2012 diff hist +863 N RGBCreated page with "Returns an RGB color number that corresponds to the specified combination of red, green, and blue component color values; the number ranges from 0 to 16777215 and represents o..."
  • 14:36, 17 January 2012 diff hist +326 N RedCreated page with "Constant, used to designate the color Red. ==== Usage ==== <syntaxhighlight>Red</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by constants. ..."
  • 14:35, 17 January 2012 diff hist +337 N MagentaCreated page with "Constant, used to designate the color Magenta. ==== Usage ==== <syntaxhighlight>Magenta</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by consta..."
  • 14:33, 17 January 2012 diff hist +345 N LightGrayCreated page with "Constant, used to designate the color LightGray. ==== Usage ==== <syntaxhighlight>LightGray</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by co..."
  • 14:31, 17 January 2012 diff hist +554 N LegacyColorToRGBCreated page with "Returns an RGB color number that corresponds to the specified legacy color value; the number ranges from 0 to 16777215. ==== Usage ==== <syntaxhighlight>LegacyColorToRGB(Le..."
  • 14:29, 17 January 2012 diff hist +328 N GreenCreated page with "Constant, used to designate the color Green. ==== Usage ==== <syntaxhighlight>Green</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by constants...."
  • 14:27, 17 January 2012 diff hist +1,534 N GradientColorCreated page with "Returns an RGB color number, representing a shade of color from within a defined color range. The gradient shade of color is determined by the value of the specified numerical..."
  • 14:24, 17 January 2012 diff hist +521 N GetRValueCreated page with "Returns the Red color component value of an RGB color number; the value ranges from 0 to 255. ==== Usage ==== <syntaxhighlight>GetRValue(BigRGBValue)</syntaxhighlight> Wh..."
  • 14:22, 17 January 2012 diff hist +537 N GetGValueCreated page with "Returns the Green color component value of an RGB color number; the value ranges from 0 to 255. ==== Usage ==== <syntaxhighlight>GetGValue(BigRGBValue)</syntaxhighlight> ..."
  • 14:20, 17 January 2012 diff hist +523 N GetBValueCreated page with "Returns the Blue color component value of an RGB color number; the value ranges from 0 to 255. ==== Usage ==== <syntaxhighlight>GetBValue(BigRGBValue)</syntaxhighlight> W..."
  • 14:16, 17 January 2012 diff hist +346 N DarkYellowCreated page with "Constant, used to designate the color DarkYellow. ==== Usage ==== <syntaxhighlight>DarkYellow</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by c..."
  • 14:14, 17 January 2012 diff hist +346 N DarkRedCreated page with "Constant, used to designate the color DarkRed. ==== Usage ==== <syntaxhighlight>DarkRed</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by consta..."
  • 14:12, 17 January 2012 diff hist +352 N DarkMagentaCreated page with "Constant, used to designate the color DarkMagenta. ==== Usage ==== <syntaxhighlight>DarkMagenta</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated b..."
  • 14:08, 17 January 2012 diff hist +357 N DarkGreenCreated page with " Constant, used to designate the color DarkGreen. ==== Usage ==== <syntaxhighlight>DarkGreen</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by c..."
  • 14:04, 17 January 2012 diff hist +339 N DarkGrayCreated page with "Constant, used to designate the color DarkGray. ==== Usage ==== <syntaxhighlight>DarkGray</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by const..."
  • 14:01, 17 January 2012 diff hist +341 N DarkCyanCreated page with "Constant, used to designate the color DarkCyan. ==== Usage ==== <syntaxhighlight>DarkCyan</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by cons..."
  • 13:59, 17 January 2012 diff hist +345 N DarkBrownCreated page with "Constant, used to designate the color DarkBrown. ==== Usage ==== <syntaxhighlight>DarkBrown</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by co..."
  • 13:58, 17 January 2012 diff hist +342 N DarkBlueCreated page with "Constant, used to designate the color DarkBlue. ==== Usage ==== <syntaxhighlight>DarkBlue</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by cons..."
  • 13:56, 17 January 2012 diff hist +327 N CyanCreated page with "Constant, used to designate the color Cyan. ==== Usage ==== <syntaxhighlight>Cyan</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by constants. ..."
  • 13:54, 17 January 2012 diff hist +324 N BlueCreated page with "Constant, used to designate the color Blue. ==== Usage ==== <syntaxhighlight>Blue</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by constants. ..."
  • 13:52, 17 January 2012 diff hist +328 N BlackCreated page with "Constant, used to designate the color Black. ==== Usage ==== <syntaxhighlight>Black</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by constants...."
  • 13:50, 17 January 2012 diff hist 0 LegacyColorValue
  • 13:49, 17 January 2012 diff hist +1,695 N LegacyColorValueCreated page with "Specifies the color designation scheme to be used for interpretation of numerical color values. ==== Usage ==== </syntaxhighlight>[LegacyColorValue = LogicalValue]<syntaxhi..."
  • 13:45, 17 January 2012 diff hist +1,156 IntraBarOrderGeneration
  • 13:42, 17 January 2012 diff hist +23 N IntraBarOrderGenerationCreated page with "Category:Attributes"
  • 13:40, 17 January 2012 diff hist +34 N Category:Comparisons and LoopsCreated page with "Category:PowerLanguageKeywords" current
  • 13:40, 17 January 2012 diff hist +34 N Category:ColorsCreated page with "Category:PowerLanguageKeywords" current
  • 13:39, 17 January 2012 diff hist +34 N Category:AttributesCreated page with "Category:PowerLanguageKeywords" current
  • 13:37, 17 January 2012 diff hist +464 N MC Arw GetActiveCreated page with "Returns a numerical value indicating the arrow ID number of the currently selected arrow; returns a value of -1 if no arrows are currently selected. ==== Usage ==== <syntaxh..."
  • 13:35, 17 January 2012 diff hist +868 N Arw SetTextSizeCreated page with "Assigns the specified font size to the text of an arrow object with the specified ID number; returns a value of 0 if the font size was successfully assigned, and a value of -2..."
  • 13:32, 17 January 2012 diff hist +932 N Arw SetTextFontNameCreated page with "Assigns the specified font to the text of an arrow object with the specified ID number; returns a value of -2 if the specified object ID number is invalid. Any font in the F..."
  • 13:29, 17 January 2012 diff hist +1,400 N Arw SetTextColorCreated page with "Assigns the specified color to the text contained in an arrow object with the specified ID number; returns a value of 0 if the color was successfully assigned, and a value of ..."
  • 13:26, 17 January 2012 diff hist +1,421 N Arw SetTextBGColorCreated page with "Assigns the specified background color to the text of an arrow object with the specified ID number; returns a value of 0 if the color was successfully assigned, and a value of..."
  • 13:20, 17 January 2012 diff hist +1,149 N Arw SetTextAttributeCreated page with "Sets an attribute of the text in an arrow object with the specified ID number; returns a value of 0 if the attribute was successfully set, and a value of -2 if the specified o..."
  • 13:17, 17 January 2012 diff hist 0 Arw SetText
  • 13:12, 17 January 2012 diff hist +942 N Arw SetTextCreated page with "Adds text to, or replaces the existing text contained in an arrow object with the specified ID number; returns a value of -2 if the specified object ID number is invalid. =..."
  • 13:09, 17 January 2012 diff hist +819 N Arw SetStyleCreated page with "Assigns the specified style to the arrow of an arrow object with the specified ID number; returns a value of 0 if the arrow style was successfully modified, and a value of -2 ..."
  • 13:07, 17 January 2012 diff hist +784 N Arw SetSizeCreated page with "Assigns the specified size to the arrow contained in an arrow object with the specified ID number; returns a value of 0 if the size was successfully assigned, and a value of -..."
  • 13:05, 17 January 2012 diff hist +1,386 N Arw SetLocation sCreated page with "Modifies the location of an arrow object with the specified ID number; returns a value of 0 if the location of the object was successfully modified, and a value of -2 if the s..."
  • 13:02, 17 January 2012 diff hist +1,348 N Arw SetLocationCreated page with "Modifies the location of an arrow object with the specified ID number; returns a value of 0 if the location of the object was successfully modified, and a value of -2 if the s..."
  • 13:00, 17 January 2012 diff hist +1,360 N Arw SetColorCreated page with "Assigns the specified color to the arrow contained in an arrow object with the specified ID number; returns a value of 0 if the color was successfully assigned, and a value of..."
  • 12:56, 17 January 2012 diff hist +1,397 N Arw New self sCreated page with "Displays an object, consisting of an up or a down arrow located at the specified bar and specified price value, on the SubChart containing the study; returns an object-specifi..."
  • 12:54, 17 January 2012 diff hist +1,359 N Arw New selfCreated page with "Displays an object, consisting of an up or a down arrow located at the specified bar and specified price value, on the SubChart containing the study; returns an object-specifi..."
  • 12:52, 17 January 2012 diff hist +27 Arw New s
  • 12:51, 17 January 2012 diff hist +1,364 N Arw New sCreated page with "Displays an object, consisting of an up or a down arrow located at the specified bar and specified price value, on the chart that the study is based on; returns an object-spec..."
  • 12:47, 17 January 2012 diff hist +1,359 N Arw NewCreated page with "Displays an object, consisting of an up or a down arrow located at the specified bar and specified price value, on the chart that the study is based on; returns an object-spec..."

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)