; ############################################################################# ; # MarketPrices-showing eight stocks/indexes # ; # Adapted from Portfolio View by zTzT3000 # ; # http://rainmeter.net/forum/viewtopic.php?p=52937#p52937 # ; ############################################################################# [Rainmeter] Author=Mordasius Update=1000 MiddleMouseDownAction=!Refresh [Metadata] Name=MarketPrices-8quotes Version=12032012 Description= Shows the price and change in price for eight stocks or market indexes [Variables] TableTitle=Market Data UpdateQuotes=10 TextFont=Calibri ColorSteady=ffffff ColorUp=00FF00 ColorDown=FF0000 FontHeight=8 PanelWidth=256 ; # Regular Expression that gets Stock or Index prices with changes to 2 decimal places (amended 13 March 2012) ExpIndex="(?siU).*Summary for (.*)- Yahoo! Finance.*class="yfi_rt_quote_summary_rt_top.*(.*).*"> (.*).*">(.*)" UpDownEquals="":"1","up_g":"22","down_r":"0" ; # Index/Stock Labels Number1=USDJPY Number2=SGDJPY Number3=AUDJPY Number4=EURUSD Number5=GBPJPY Number6=USDTRY Number7=Gold Number8=Dow Jones ; # Quote Summary URLs ; find URLs by going to http://finance.yahoo.com/q?s then entering the stock/index name you want in the search box to the left of GET QUOTES. Quote1=http://finance.yahoo.com/q?s=USDJPY=X Quote2=http://finance.yahoo.com/q?s=SGDJPY=X Quote3=http://finance.yahoo.com/q?s=AUDJPY=X Quote4=http://finance.yahoo.com/q?s=EURUSD=X Quote5=http://finance.yahoo.com/q?s=GBPJPY=X Quote6=http://finance.yahoo.com/q?s=USDTRY=X Quote7=http://finance.yahoo.com/q?s=XAUUSD=X Quote8=http://finance.yahoo.com/q?s=^DJI&ql ; # Grid Positions Col1XPos=7 Col2XPos=136 Col3XPos=148 Col4XPos=200 Col5XPos=250 Row1YPos=27 Yspace=16r ;___________________________________________________ ; STYLES [sTextLeft] FontFace=#TextFont# StringAlign=LEFT FontSize=#FontHeight# StringStyle=BOLD StringEffect=BORDER FontColor=eeeeee FontEffectColor=1a1a1a MouseOverAction=!Execute [!SetOption "#CURRENTSECTION#" FontColor 66ccff] [!Update] MouseLeaveAction=!Execute [!SetOption "#CURRENTSECTION#" FontColor ""] [!Update] y=r Antialias=1 Group=2 [sTextRight] FontFace=#TextFont# StringAlign=RIGHT FontSize=#FontHeight# StringStyle=BOLD StringEffect=BORDER FontEffectColor=1a1a1a y=r Antialias=1 Group=2 [sColorSet1] FontColor=ffffff ;____________________________________________ ; MEASURES [InfoIndex1] Measure=Plugin Plugin=Plugins\WebParser.dll URL=#Quote1# RegExp=#ExpIndex# StringIndex=1 UpdateRate=#UpdateQuotes# [mIndex1_Price] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex1] StringIndex=2 [mIndex1_Change] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex1] StringIndex=4 [mIndex1_ChangePer] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex1] StringIndex=5 [mIndex1_UpDown] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex1] StringIndex=3 Substitute=#UpDownEquals# ;____________________________________________ [InfoIndex2] Measure=Plugin Plugin=Plugins\WebParser.dll URL=#Quote2# RegExp=#ExpIndex# StringIndex=1 UpdateRate=#UpdateQuotes# [mIndex2_Price] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex2] StringIndex=2 [mIndex2_Change] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex2] StringIndex=4 [mIndex2_ChangePer] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex2] StringIndex=5 [mIndex2_UpDown] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex2] StringIndex=3 Substitute=#UpDownEquals# ;____________________________________________ [InfoIndex3] Measure=Plugin Plugin=Plugins\WebParser.dll URL=#Quote3# RegExp=#ExpIndex# StringIndex=1 UpdateRate=#UpdateQuotes# [mIndex3_Price] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex3] StringIndex=2 [mIndex3_Change] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex3] StringIndex=4 [mIndex3_ChangePer] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex3] StringIndex=5 [mIndex3_UpDown] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex3] StringIndex=3 Substitute=#UpDownEquals# ;____________________________________________ [InfoIndex4] Measure=Plugin Plugin=Plugins\WebParser.dll URL=#Quote4# RegExp=#ExpIndex# StringIndex=1 UpdateRate=#UpdateQuotes# [mIndex4_Price] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex4] StringIndex=2 [mIndex4_Change] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex4] StringIndex=4 [mIndex4_ChangePer] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex4] StringIndex=5 [mIndex4_UpDown] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex4] StringIndex=3 Substitute=#UpDownEquals# ;____________________________________________ [InfoIndex5] Measure=Plugin Plugin=Plugins\WebParser.dll URL=#Quote5# RegExp=#ExpIndex# StringIndex=1 UpdateRate=#UpdateQuotes# [mIndex5_Price] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex5] StringIndex=2 [mIndex5_Change] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex5] StringIndex=4 [mIndex5_ChangePer] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex5] StringIndex=5 [mIndex5_UpDown] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex5] StringIndex=3 Substitute=#UpDownEquals# ;____________________________________________ [InfoIndex6] Measure=Plugin Plugin=Plugins\WebParser.dll URL=#Quote6# RegExp=#ExpIndex# StringIndex=1 UpdateRate=#UpdateQuotes# [mIndex6_Price] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex6] StringIndex=2 [mIndex6_Change] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex6] StringIndex=4 [mIndex6_ChangePer] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex6] StringIndex=5 [mIndex6_UpDown] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex6] StringIndex=3 Substitute=#UpDownEquals# ;____________________________________________ [InfoIndex7] Measure=Plugin Plugin=Plugins\WebParser.dll URL=#Quote7# RegExp=#ExpIndex# StringIndex=1 UpdateRate=#UpdateQuotes# [mIndex7_Price] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex7] StringIndex=2 [mIndex7_Change] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex7] StringIndex=4 [mIndex7_ChangePer] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex7] StringIndex=5 [mIndex7_UpDown] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex7] StringIndex=3 Substitute=#UpDownEquals# ;____________________________________________ [InfoIndex8] Measure=Plugin Plugin=Plugins\WebParser.dll URL=#Quote8# RegExp=#ExpIndex# StringIndex=1 UpdateRate=#UpdateQuotes# [mIndex8_Price] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex8] StringIndex=2 [mIndex8_Change] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex8] StringIndex=4 [mIndex8_ChangePer] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex8] StringIndex=5 [mIndex8_UpDown] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[InfoIndex8] StringIndex=3 Substitute=#UpDownEquals# ;____________________________________________ ; METERS [QuotesBackground] Meter=Image ;ImageName=MarketPanel-8q.png SolidColor=0,0,0,70 W=#PanelWidth# H=160 UpdateDivider=3600 Group=2 [InnerBackground] Meter=IMAGE X=3 Y=3 SolidColor=00000088 W=(#PanelWidth#-6) H=154 UpdateDivider=3600 Group=2 [TopLine] Meter=IMAGE SolidColor=192, 192, 192, 60 X=5 Y=22 W=(#PanelWidth#-10) H=1 Group=2 [PopUpDown] Meter=Image ImageName=DTIco.png X=7 Y=5 LeftMouseUpAction=!Execute [!ToggleMeterGroup 2] ToolTipText="Show/Hide" UpdateDivider=3600 Group=1 [MarketsTitle] Meter=STRING MeterStyle=sTextLeft FontSize=9 SolidColor=0,0,0,1 W=180 H=18 X=25 Y=5 LeftMouseUpAction=http://finance.yahoo.com/q?s ToolTipText="@Yahoo Finance" Text=#TableTitle# Group=1 ;________________________________________ ; Quote Meters [LabelIndex1] Meter=STRING MeterStyle=sTextLeft LeftMouseUpAction=#Quote1# X=#Col1XPos# y=#Row1YPos# Text=#Number1# [LabelIndex1_Price] MeasureName=mIndex1_Price Meter=STRING MeterStyle= sTextRight | sColorSet1 x=#Col2XPos# Text=%1 [UpDownSteady1] Measure=Calc Formula=[mIndex1_UpDown] IfAboveValue=1 IfAboveAction=!Execute [!SetOption "LabelIndex1_Change" "FontColor" "#ColorUp#"] [!SetOption "LabelIndex1_ChangePer" "FontColor" "#ColorUp#"] [!SetOption "UpDownImage_1" "ImageName" "ArrowUp.png"] IfEqualValue=1 IfEqualAction=!Execute [!SetOption "LabelIndex1_Change" "FontColor" "#ColorSteady#"] [!SetOption "LabelIndex1_ChangePer" "FontColor" "#ColorSteady#"][!SetOption "UpDownImage_1" "ImageName" "Steady.png"] IfBelowValue=1 IfBelowAction=!Execute [!SetOption "LabelIndex1_Change" "FontColor" "#ColorDown#"] [!SetOption "LabelIndex1_ChangePer" "FontColor" "#ColorDown#"] [!SetOption "UpDownImage_1" "ImageName" "ArrowDown.png"] DynamicVariables=1 [LabelIndex1_Change] MeasureName=mIndex1_Change Meter=STRING MeterStyle= sTextRight FontColor=#ColorSteady# x=#Col4XPos# Text=%1 [LabelIndex1_ChangePer] MeasureName=mIndex1_ChangePer Meter=STRING MeterStyle=sTextRight FontColor=#ColorSteady# x=#Col5XPos# Text=%1 [UpDownImage_1] Meter=Image ImageName=Steady.png x=#Col3XPos# y=0r ;Hidden=1 Group=2 ;------------------------- [LabelIndex2] Meter=STRING MeterStyle=sTextLeft LeftMouseUpAction=#Quote2# X=#Col1XPos# Y=#Yspace# Text=#Number2# ;Hidden=1 [LabelIndex2_Price] MeasureName=mIndex2_Price Meter=STRING MeterStyle= sTextRight | sColorSet1 x=#Col2XPos# Text=%1 [UpDownSteady2] Measure=Calc Formula=[mIndex2_UpDown] IfAboveValue=1 IfAboveAction=!Execute [!SetOption "LabelIndex2_Change" "FontColor" "#ColorUp#"] [!SetOption "LabelIndex2_ChangePer" "FontColor" "#ColorUp#"] [!SetOption "UpDownImage_2" "ImageName" "ArrowUp.png"] IfEqualValue=1 IfEqualAction=!Execute [!SetOption "LabelIndex2_Change" "FontColor" "#ColorSteady#"] [!SetOption "LabelIndex2_ChangePer" "FontColor" "#ColorSteady#"][!SetOption "UpDownImage_2" "ImageName" "Steady.png"] IfBelowValue=1 IfBelowAction=!Execute [!SetOption "LabelIndex2_Change" "FontColor" "#ColorDown#"] [!SetOption "LabelIndex2_ChangePer" "FontColor" "#ColorDown#"] [!SetOption "UpDownImage_2" "ImageName" "ArrowDown.png"] DynamicVariables=1 [LabelIndex2_Change] MeasureName=mIndex2_Change Meter=STRING MeterStyle= sTextRight FontColor=#ColorSteady# x=#Col4XPos# Text=%1 [LabelIndex2_ChangePer] MeasureName=mIndex2_ChangePer Meter=STRING MeterStyle=sTextRight FontColor=#ColorSteady# x=#Col5XPos# Text=%1 [UpDownImage_2] Meter=Image ImageName=Steady.png x=#Col3XPos# y=0r ;Hidden=1 Group=2 ;---------------------------------- [LabelIndex3] Meter=STRING MeterStyle=sTextLeft LeftMouseUpAction=#Quote3# X=#Col1XPos# Y=#Yspace# Text=#Number3# ;Hidden=1 [LabelIndex3_Price] MeasureName=mIndex3_Price Meter=STRING MeterStyle= sTextRight | sColorSet1 x=#Col2XPos# Text=%1 [UpDownSteady3] Measure=Calc Formula=[mIndex3_UpDown] IfAboveValue=1 IfAboveAction=!Execute [!SetOption "LabelIndex3_Change" "FontColor" "#ColorUp#"] [!SetOption "LabelIndex3_ChangePer" "FontColor" "#ColorUp#"] [!SetOption "UpDownImage_3" "ImageName" "ArrowUp.png"] IfEqualValue=1 IfEqualAction=!Execute [!SetOption "LabelIndex3_Change" "FontColor" "#ColorSteady#"] [!SetOption "LabelIndex3_ChangePer" "FontColor" "#ColorSteady#"][!SetOption "UpDownImage_3" "ImageName" "Steady.png"] IfBelowValue=1 IfBelowAction=!Execute [!SetOption "LabelIndex3_Change" "FontColor" "#ColorDown#"] [!SetOption "LabelIndex3_ChangePer" "FontColor" "#ColorDown#"] [!SetOption "UpDownImage_3" "ImageName" "ArrowDown.png"] DynamicVariables=1 [LabelIndex3_Change] MeasureName=mIndex3_Change Meter=STRING MeterStyle= sTextRight FontColor=#ColorSteady# x=#Col4XPos# Text=%1 [LabelIndex3_ChangePer] MeasureName=mIndex3_ChangePer Meter=STRING MeterStyle=sTextRight FontColor=#ColorSteady# x=#Col5XPos# Text=%1 [UpDownImage_3] Meter=Image ImageName=ArrowUp.png x=#Col3XPos# y=0r ;Hidden=1 Group=2 ;---------------------------------- [LabelIndex4] Meter=STRING MeterStyle=sTextLeft LeftMouseUpAction=#Quote4# X=#Col1XPos# Y=#Yspace# Text=#Number4# ;Hidden=1 [LabelIndex4_Price] MeasureName=mIndex4_Price Meter=STRING MeterStyle= sTextRight | sColorSet1 x=#Col2XPos# Text=%1 [UpDownSteady4] Measure=Calc Formula=[mIndex4_UpDown] IfAboveValue=1 IfAboveAction=!Execute [!SetOption "LabelIndex4_Change" "FontColor" "#ColorUp#"] [!SetOption "LabelIndex4_ChangePer" "FontColor" "#ColorUp#"] [!SetOption "UpDownImage_4" "ImageName" "ArrowUp.png"] IfEqualValue=1 IfEqualAction=!Execute [!SetOption "LabelIndex4_Change" "FontColor" "#ColorSteady#"] [!SetOption "LabelIndex4_ChangePer" "FontColor" "#ColorSteady#"][!SetOption "UpDownImage_4" "ImageName" "Steady.png"] IfBelowValue=1 IfBelowAction=!Execute [!SetOption "LabelIndex4_Change" "FontColor" "#ColorDown#"] [!SetOption "LabelIndex4_ChangePer" "FontColor" "#ColorDown#"] [!SetOption "UpDownImage_4" "ImageName" "ArrowDown.png"] DynamicVariables=1 [LabelIndex4_Change] MeasureName=mIndex4_Change Meter=STRING MeterStyle= sTextRight FontColor=#ColorSteady# x=#Col4XPos# Text=%1 [LabelIndex4_ChangePer] MeasureName=mIndex4_ChangePer Meter=STRING MeterStyle=sTextRight FontColor=#ColorSteady# x=#Col5XPos# Text=%1 [UpDownImage_4] Meter=Image ImageName=ArrowUp.png x=#Col3XPos# y=0r Group=2 ;---------------------------------- [LabelIndex5] Meter=STRING MeterStyle=sTextLeft LeftMouseUpAction=#Quote5# X=#Col1XPos# Y=#Yspace# Text=#Number5# [LabelIndex5_Price] MeasureName=mIndex5_Price Meter=STRING MeterStyle= sTextRight | sColorSet1 x=#Col2XPos# Text=%1 [UpDownSteady5] Measure=Calc Formula=[mIndex5_UpDown] IfAboveValue=1 IfAboveAction=!Execute [!SetOption "LabelIndex5_Change" "FontColor" "#ColorUp#"] [!SetOption "LabelIndex5_ChangePer" "FontColor" "#ColorUp#"] [!SetOption "UpDownImage_5" "ImageName" "ArrowUp.png"] IfEqualValue=1 IfEqualAction=!Execute [!SetOption "LabelIndex5_Change" "FontColor" "#ColorSteady#"] [!SetOption "LabelIndex5_ChangePer" "FontColor" "#ColorSteady#"][!SetOption "UpDownImage_5" "ImageName" "Steady.png"] IfBelowValue=1 IfBelowAction=!Execute [!SetOption "LabelIndex5_Change" "FontColor" "#ColorDown#"] [!SetOption "LabelIndex5_ChangePer" "FontColor" "#ColorDown#"] [!SetOption "UpDownImage_5" "ImageName" "ArrowDown.png"] DynamicVariables=1 [LabelIndex5_Change] MeasureName=mIndex5_Change Meter=STRING MeterStyle= sTextRight FontColor=#ColorSteady# x=#Col4XPos# Text=%1 [LabelIndex5_ChangePer] MeasureName=mIndex5_ChangePer Meter=STRING MeterStyle=sTextRight FontColor=#ColorSteady# x=#Col5XPos# Text=%1 [UpDownImage_5] Meter=Image ImageName=ArrowUp.png x=#Col3XPos# y=0r Group=2 ;------------------------- [LabelIndex6] Meter=STRING MeterStyle=sTextLeft LeftMouseUpAction=#Quote6# X=#Col1XPos# Y=#Yspace# Text=#Number6# [LabelIndex6_Price] MeasureName=mIndex6_Price Meter=STRING MeterStyle= sTextRight | sColorSet1 x=#Col2XPos# Text=%1 [UpDownSteady6] Measure=Calc Formula=[mIndex6_UpDown] IfAboveValue=1 IfAboveAction=!Execute [!SetOption "LabelIndex6_Change" "FontColor" "#ColorUp#"] [!SetOption "LabelIndex6_ChangePer" "FontColor" "#ColorUp#"] [!SetOption "UpDownImage_6" "ImageName" "ArrowUp.png"] IfEqualValue=1 IfEqualAction=!Execute [!SetOption "LabelIndex6_Change" "FontColor" "#ColorSteady#"] [!SetOption "LabelIndex6_ChangePer" "FontColor" "#ColorSteady#"][!SetOption "UpDownImage_6" "ImageName" "Steady.png"] IfBelowValue=1 IfBelowAction=!Execute [!SetOption "LabelIndex6_Change" "FontColor" "#ColorDown#"] [!SetOption "LabelIndex6_ChangePer" "FontColor" "#ColorDown#"] [!SetOption "UpDownImage_6" "ImageName" "ArrowDown.png"] DynamicVariables=1 [LabelIndex6_Change] MeasureName=mIndex6_Change Meter=STRING MeterStyle= sTextRight FontColor=#ColorSteady# x=#Col4XPos# Text=%1 [LabelIndex6_ChangePer] MeasureName=mIndex6_ChangePer Meter=STRING MeterStyle=sTextRight FontColor=#ColorSteady# x=#Col5XPos# Text=%1 [UpDownImage_6] Meter=Image ImageName=Steady.png x=#Col3XPos# y=0r Group=2 ;------------------------- [LabelIndex7] Meter=STRING MeterStyle=sTextLeft LeftMouseUpAction=#Quote7# X=#Col1XPos# Y=#Yspace# Text=#Number7# [LabelIndex7_Price] MeasureName=mIndex7_Price Meter=STRING MeterStyle= sTextRight | sColorSet1 x=#Col2XPos# Text=%1 [UpDownSteady7] Measure=Calc Formula=[mIndex7_UpDown] IfAboveValue=1 IfAboveAction=!Execute [!SetOption "LabelIndex7_Change" "FontColor" "#ColorUp#"] [!SetOption "LabelIndex7_ChangePer" "FontColor" "#ColorUp#"] [!SetOption "UpDownImage_7" "ImageName" "ArrowUp.png"] IfEqualValue=1 IfEqualAction=!Execute [!SetOption "LabelIndex7_Change" "FontColor" "#ColorSteady#"] [!SetOption "LabelIndex7_ChangePer" "FontColor" "#ColorSteady#"][!SetOption "UpDownImage_7" "ImageName" "Steady.png"] IfBelowValue=1 IfBelowAction=!Execute [!SetOption "LabelIndex7_Change" "FontColor" "#ColorDown#"] [!SetOption "LabelIndex7_ChangePer" "FontColor" "#ColorDown#"] [!SetOption "UpDownImage_7" "ImageName" "ArrowDown.png"] DynamicVariables=1 [LabelIndex7_Change] MeasureName=mIndex7_Change Meter=STRING MeterStyle= sTextRight FontColor=#ColorSteady# x=#Col4XPos# Text=%1 [LabelIndex7_ChangePer] MeasureName=mIndex7_ChangePer Meter=STRING MeterStyle=sTextRight FontColor=#ColorSteady# x=#Col5XPos# Text=%1 [UpDownImage_7] Meter=Image ImageName=Steady.png x=#Col3XPos# y=0r Group=2 ;------------------------- [LabelIndex8] Meter=STRING MeterStyle=sTextLeft LeftMouseUpAction=#Quote8# X=#Col1XPos# Y=#Yspace# Text=#Number8# [LabelIndex8_Price] MeasureName=mIndex8_Price Meter=STRING MeterStyle= sTextRight | sColorSet1 x=#Col2XPos# Text=%1 [UpDownSteady8] Measure=Calc Formula=[mIndex8_UpDown] IfAboveValue=1 IfAboveAction=!Execute [!SetOption "LabelIndex8_Change" "FontColor" "#ColorUp#"] [!SetOption "LabelIndex8_ChangePer" "FontColor" "#ColorUp#"] [!SetOption "UpDownImage_8" "ImageName" "ArrowUp.png"] IfEqualValue=1 IfEqualAction=!Execute [!SetOption "LabelIndex8_Change" "FontColor" "#ColorSteady#"] [!SetOption "LabelIndex8_ChangePer" "FontColor" "#ColorSteady#"][!SetOption "UpDownImage_8" "ImageName" "Steady.png"] IfBelowValue=1 IfBelowAction=!Execute [!SetOption "LabelIndex8_Change" "FontColor" "#ColorDown#"] [!SetOption "LabelIndex8_ChangePer" "FontColor" "#ColorDown#"] [!SetOption "UpDownImage_8" "ImageName" "ArrowDown.png"] DynamicVariables=1 [LabelIndex8_Change] MeasureName=mIndex8_Change Meter=STRING MeterStyle= sTextRight FontColor=#ColorSteady# x=#Col4XPos# Text=%1 [LabelIndex8_ChangePer] MeasureName=mIndex8_ChangePer Meter=STRING MeterStyle=sTextRight FontColor=#ColorSteady# x=#Col5XPos# Text=%1 [UpDownImage_8] Meter=Image ImageName=Steady.png x=#Col3XPos# y=0r Group=2