ms['ee73e73677bf60f8']['where']; //置顶级别 $_component_params['ee73e73677bf60f8']['isfirsttitle'] = (bool)($_component_params['ee73e73677bf60f8']['isfirsttitle'] ?? false); $_component_params['ee73e73677bf60f8']['firsttitle'] = $_component_params['ee73e73677bf60f8']['firsttitle'] ?? -1; $_component_params['ee73e73677bf60f8']['firsttitle_range'] = $_component_params['ee73e73677bf60f8']['firsttitle_range'] ?? ''; $_component_params['ee73e73677bf60f8']['firsttitle_min'] = $_component_params['ee73e73677bf60f8']['firsttitle_min'] ?? -1; $_component_params['ee73e73677bf60f8']['firsttitle_max'] = $_component_params['ee73e73677bf60f8']['firsttitle_max'] ?? -1; if ($_component_params['ee73e73677bf60f8']['isfirsttitle']) { $_where[] = 'firsttitle > 0 '; } if ($_component_params['ee73e73677bf60f8']['firsttitle_min'] >= 0) { $_where[] = 'firsttitle >= ' . $_component_params['ee73e73677bf60f8']['firsttitle_min']; } if ($_component_params['ee73e73677bf60f8']['firsttitle_max'] > 0) { $_where[] = 'firsttitle <= ' . $_component_params['ee73e73677bf60f8']['firsttitle_max']; } if (!empty($_component_params['ee73e73677bf60f8']['firsttitle_range'])) { $_where[] = 'firsttitle IN( ' . implode(',',explode(',',$_component_params['ee73e73677bf60f8']['firsttitle_range'])).')'; } if ($_component_params['ee73e73677bf60f8']['firsttitle'] > -1) { $_where[] = 'firsttitle = ' . $_component_params['ee73e73677bf60f8']['firsttitle']; } //置顶级别 $_component_params['ee73e73677bf60f8']['istop'] = (bool)($_component_params['ee73e73677bf60f8']['istop'] ?? false); $_component_params['ee73e73677bf60f8']['top'] = $_component_params['ee73e73677bf60f8']['top'] ?? -1; $_component_params['ee73e73677bf60f8']['top_range'] = $_component_params['ee73e73677bf60f8']['top_range'] ?? ''; $_component_params['ee73e73677bf60f8']['top_min'] = $_component_params['ee73e73677bf60f8']['top_min'] ?? -1; $_component_params['ee73e73677bf60f8']['top_max'] = $_component_params['ee73e73677bf60f8']['top_max'] ?? -1; if ($_component_params['ee73e73677bf60f8']['istop']) { $_where[] = 'istop > 0 '; } if ($_component_params['ee73e73677bf60f8']['top_min'] >= 0) { $_where[] = 'istop >= ' . $_component_params['ee73e73677bf60f8']['top_min']; } if ($_component_params['ee73e73677bf60f8']['top_max'] > 0) { $_where[] = 'istop <= ' . $_component_params['ee73e73677bf60f8']['top_max']; } if (!empty($_component_params['ee73e73677bf60f8']['top_range'])) { $_where[] = 'istop IN( ' . implode(',',explode(',',$_component_params['ee73e73677bf60f8']['top_range'])).')'; } if ($_component_params['ee73e73677bf60f8']['top'] > -1) { $_where[] = 'istop = ' . $_component_params['ee73e73677bf60f8']['top']; } //推荐级别 $_component_params['ee73e73677bf60f8']['isgood'] = (bool)($_component_params['ee73e73677bf60f8']['isgood'] ?? false); $_component_params['ee73e73677bf60f8']['good'] = $_component_params['ee73e73677bf60f8']['good'] ?? -1; $_component_params['ee73e73677bf60f8']['good_range'] = $_component_params['ee73e73677bf60f8']['good_range'] ?? ''; $_component_params['ee73e73677bf60f8']['good_min'] = $_component_params['ee73e73677bf60f8']['good_min'] ?? -1; $_component_params['ee73e73677bf60f8']['good_max'] = $_component_params['ee73e73677bf60f8']['good_max'] ?? -1; if ($_component_params['ee73e73677bf60f8']['isgood']) { $_where[] = 'isgood > 0 '; } if ($_component_params['ee73e73677bf60f8']['good_min'] >= 0) { $_where[] = 'isgood >= ' . $_component_params['ee73e73677bf60f8']['good_min']; } if ($_component_params['ee73e73677bf60f8']['good_max'] > 0) { $_where[] = 'isgood <= ' . $_component_params['ee73e73677bf60f8']['good_max']; } if (!empty($_component_params['ee73e73677bf60f8']['good_range'])) { $_where[] = 'isgood IN( ' . implode(',',explode(',',$_component_params['ee73e73677bf60f8']['good_range'])).')'; } if ($_component_params['ee73e73677bf60f8']['good'] > -1) { $_where[] = 'isgood = ' . $_component_params['ee73e73677bf60f8']['good']; } //处理时间限定开始 if (!empty($_component_params['ee73e73677bf60f8']['day'])) { $_where[] = 'newstime >= ( UNIX_TIMESTAMP() - ' . $_component_params['ee73e73677bf60f8']['day'] . '*86400 )'; } $_where_str = implode(' and ', $_where); //var_dump($_where_str); //处理时间限定结束 $_rows = get_ecms_info( $_component_params['ee73e73677bf60f8']['classid'], $_component_params['ee73e73677bf60f8']['num'], $_component_params['ee73e73677bf60f8']['len'], $_component_params['ee73e73677bf60f8']['haveclass'], $_component_params['ee73e73677bf60f8']['enews'], $_component_params['ee73e73677bf60f8']['tplid'], $_component_params['ee73e73677bf60f8']['doing'], $_where_str, $_component_params['ee73e73677bf60f8']['order'] ); $_component_params['ee73e73677bf60f8']['wrap'] = isset($_component_params['ee73e73677bf60f8']['wrap']) ? $_component_params['ee73e73677bf60f8']['wrap'] : 1; if ($_component_params['ee73e73677bf60f8']['wrap']) { $_component_class['ee73e73677bf60f8'] .= ' flex-wrap'; } else { $_component_class['ee73e73677bf60f8'] .= ' flex-nowrap'; } if ($_component_params['ee73e73677bf60f8']['cols'] > 1 || $_component_params['ee73e73677bf60f8']['rows'] > 1) { $_component_class['ee73e73677bf60f8'] .= ' !grid gap-2 grid-flow-col'; } $_component_params['ee73e73677bf60f8']['cols'] = isset($_component_params['ee73e73677bf60f8']['cols']) ? $_component_params['ee73e73677bf60f8']['cols'] : 0; if ($_component_params['ee73e73677bf60f8']['cols'] > 1) { $_component_class['ee73e73677bf60f8'] .= ' !grid-cols-' . $_component_params['ee73e73677bf60f8']['cols']; } $_component_params['ee73e73677bf60f8']['rows'] = isset($_component_params['ee73e73677bf60f8']['rows']) ? $_component_params['ee73e73677bf60f8']['rows'] : 0; if ($_component_params['ee73e73677bf60f8']['rows'] > 1) { $_component_class['ee73e73677bf60f8'] .= ' !grid-rows-' . $_component_params['ee73e73677bf60f8']['rows']; } ?>
CBOT大豆互有涨跌,因巴西大豆丰产在望
2023年1月10日 大豆论坛

周一芝加哥期货交易所(CBOT)大豆期货收盘下跌,其中基准期约收低0.5%,主要原因是巴西大豆丰产在望,美国大豆期末库存预估可能上调。

  截至收盘,大豆期货上涨2美分到下跌6.25美分不等,其中1月期约收高2美分,报收1503.50美分/蒲式耳;3月期约收低4美分,报收1488.50美分/蒲式耳;5月期约收低5美分,报收1493.50美分/蒲式耳。

  成交最活跃的3月期约交易区间在1486.75美分到1501.75美分。

  阿根廷大豆作物状况可能进一步恶化,为大豆价格提供了一些支持。不过分析师指出,这种支持可能不会持久,因为巴西大豆作物状况看起来非常不错,将会弥补阿根廷产量的任何损失。

  大豆出口检验数据位于市场预期范围的上端。美国农业部称,截至1月5日当周,美国大豆出口检验数量为1,438,183吨,一周前为1,475,344吨。

  美国农业部将于周四发布1月份供需报告。根据《华尔街日报》对多位分析师进行的调查结果显示,美国农业部的供需报告可能显示美国谷物期末库存上调。他们预测玉米期末库存为13亿蒲式耳,大豆期末库存为2.36亿蒲式耳,小麦库存为5.82亿蒲式耳,均高于美国农业部在12月报告中给出的数字。不过分析师预计世界玉米和大豆期末库存可能下调,而全球小麦库存预计上调。

  交易商也在关注巴西的事态发展,巴西极右翼前总统Jair Bolsonaro的支持者周日冲进了政府大楼。周一巴西雷亚尔兑美元汇率走低,使得巴西农产品在全球市场上甚至比美国供应更有吸引力。

  咨询机构AgRural称,截至1月5日,巴西大豆收割工作完成了0.04%,略低于去年同期的0.2%,主要原因是马托格罗索州天气多雨,耽搁了收获。

  周一美国中部地区的大豆现货基差报价基本稳定,不过俄亥俄州一家仓储公司的价格上涨5美分,伊利诺伊河一处码头的价格上涨9美分。

  周一,基准期约的成交量估计为75,387手,上个交易日为91,428手。空盘量为291,526手,上个交易日为295,982手。


饲料行业信息网声明:频道所刊登文章、数据等内容纯属作者个人观点,仅供投资者参考,并不构成投资建议。投资者据此操作,风险自担。

饲料行业信息网原创文章,转载请注明出处。我们转载的文章,如果涉嫌侵犯您的著作权,或者转载出处出现错误,请及时联系文章编辑进行修正,谢谢您的支持和理解!

(作者:佚名
 文章来源:期货日报
广告

【发表评论】【关闭窗口
图片新闻
广告
最新文章
广告
推荐文章
大豆论坛: >>进入论坛
推荐专题: