英镑/美元:轻微整理于1.6050档
英镑/美元:轻微整理于1.6050档 更新时间:2011-3-31 10:32:15 市场缺乏数据和消息推动,英镑/美元早盘回落在1.60受到支持小幅反弹并陷入窄幅区间整理。汇价现报1.6058,日图超卖指标有反弹迹象,汇价反弹短期面临的阻力为50日均线1.6110档。短期重要支持仍为100日均线1.5900。
周二欧市盘中,欧元/美元冲高回落,自日内高点1.4148跌至日低1.4055,跌穿了1.41关口。但基本面对欧元形成支撑,预计欧元跌幅不大。
var $ = function { return string == typeof id ? document.getElementById : id; }; var Class = { create: function { return function { this.initialize.apply; } } } var Extend = function { for { destination[property] = source[property]; } return destination; } var Calendar = Class.create; Calendar.prototype = { initialize: function {
this.Container = $;//容器this.Days = [];//日期对象列表
this.SetOptions;
this.Year = this.options.Year || new Date.getFullYear;
this.Month = this.options.Month || new Date.getMonth + 1;
this.SelectDay = this.options.SelectDay ? new Date : null;
this.onSelectDay = this.options.onSelectDay;
this.onToday = this.options.onToday;
this.onFinish = this.options.onFinish;
this.Draw; }, //设置默认属性 SetOptions: function {
this.options = {//默认值
Year:
0,//显示年
Month:
0,//显示月
SelectDay:
null,//选择日期
onSelectDay:
function{},//在选择日期触发
onToday:
function{},//在当天日期触发
onFinish:
function{}//日历画完后触发
};
Extend; }, //当前月 NowMonth: function {
this.PreDraw); }, //上一月 PreMonth: function {
this.PreDraw); }, //下一月 NextMonth: function {
this.PreDraw); }, //上一年 PreYear: function {
this.PreDraw); }, //下一年 NextYear: function {
this.PreDraw); }, //根据日期画日历 PreDraw: function {
//再设置属性
this.Year = date.getFullYear; this.Month = date.getMonth + 1;
//重新画日历
this.Draw; }, //画日历 Draw: function {
//用来保存日期列表
var arr = [];
//用当月第一天在一周中的日期值作为当月离第一天的天数
for.getDay; i>
年
月
日
一
二
三
四
五
六