登录
首页 » matlab » VPIN

VPIN

于 2020-12-12 发布 文件大小:1KB
0 396
下载积分: 1 下载次数: 21

代码说明:

  本段代码用于计算股指期货数据的VPIN值。(calculate value of VPIN)

文件列表:

VPIN.m, 1976 , 2018-04-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • algo-trader
    用java编写的算法交易软件。包括获取股票数据、分析、下单等全部功能。(AlgoTrader is an automated trading system (ATS) that can trade any type of security on any market available through InteractiveBrokers or FIX. All aspects of trading like getting market data, analyzing prices, taking trade decisions, placing orders & tracking executions can be automated. Employing automated trading strategies, AlgoTrader eliminates all influences from emotion driven human trading and allows a pure systematic trading approach. Available features of the system¶ • Automate Trading Strategies based on Trading Rules (using Esper EQL) • Automated Execution via different Broker Interfaces • Simulate and run several strategies in parallel • Backtest strategies based on Historical Data • Portfolio Tracking & Performance Measurement • Different Numerical and Statistical Libraries are available to analyze trend and produce Trading Signals AlgoTrader is based on the following Frameworks and Methodologies¶ • Java SE 6 )
    2012-06-22 16:23:53下载
    积分:1
  • MT4 十大交易
    EA马丁+对冲+止损,适用于EURUSD、GBPUSD等货币对(EA Martin + hedge + stop)
    2017-06-22 02:59:57下载
    积分:1
  • 离散交易源码
    很出名的交易系统,原理是利用价格超卖超买和最近最高最低价格来进行判断交易信号,同时再入场的信息也可以自己设置,我附上了源码,大家也可以在源码中增加自己的交易筛选信号提高正确率和盈利率。(Well-known trading system, the principle is to use price oversold and overbought and the latest highest and lowest price to judge the trading signal, while re-entry information can also be set by itself, I attached the source code, you can also add their own trading screening signal in the source code to improve the accuracy and profitability.)
    2020-06-30 17:00:02下载
    积分:1
  • 猎鹰35B8.02双策略EA
    猎鹰35货币EA同时可交易35个货币对,简称猎鹰35B,这款EA可以满足不同类型交易者的需求,同时也是真正的低风险,高收益EA(月盈利率30%左右)。 策略原理:采用了低买高卖、高空低多和顺势开单两个策略。高空低多是在在动态中深度计算识别价格高低点,并且在单边行情只做趋势方向,振荡行情多空皆做;顺势策略是在回调时顺势开单,两个策略可同时开启也可单独使用(推荐使用双策略)。(Falcon 35 EA can trade 35 pairs of currencies at the same time, referred to as Falcon 35B, this EA can meet the needs of different types of traders, but also a real low-risk, high-yield EA (about 30% monthly profit). Strategic Principle: Two strategies are adopted: low-buy, high-sell, high-altitude, low-many and homeopathic billing. High-altitude and low-altitude are mostly used to identify high and low price points by deep calculation in dynamic state, and only do trend direction in one-sided market, while oscillating market is done in many empty places. Homeopathic strategy is to open orders in the callback, and both strategies can be opened at the same time or used separately (double strategy is recommended).)
    2020-06-25 18:00:01下载
    积分:1
  • allpwr
    此程序读取大智慧新一代除权数据文件,并解析其中所有股票除权数据,写入excel中.(This program reads the data files ex new generation of great wisdom, and parse the data, write excel in)
    2011-06-27 00:33:48下载
    积分:1
  • 周波幅(仅供回测参考最好回测GBPJPY)
    说明:  货币趋势EA,请自行修改参数。汇市有风险,入市需谨慎(This EA is for reference only, not for commercial use.)
    2021-04-22 12:28:48下载
    积分:1
  • QTrader
    说明:  vs2017 MFC 期货 CTP API 开发示例, 带界面(vs2017 MFC CTP API CTP API)
    2019-02-16 06:31:42下载
    积分:1
  • TB
    说明:  以Treynor Black的方式将20支股票及无风险利率产品的投资组合进行优化的方式,并且以夏普值等数据评价其优劣(Way to Treynor Black 20 stock portfolio and the risk-free interest rate products optimized manner, and with the value of Sharp and other data to uate the pros and cons)
    2016-07-20 04:53:00下载
    积分:1
  • yint
    运用c++编程,满足银行排队取票的功能,让这一行为能够更加自动化(Using c++ programming, satisfy the function of the Banks lined up to collect the tickets, let this behavior can more automation)
    2015-06-01 01:27:38下载
    积分:1
  • Mt4ApiDemo
    简介 mt4api接口,是用于直接连接mt4服务器,获取实时行情报价,交易执行,以及历史行情和历史订单的查询等功能的dll接口, 适合开发行情展示或者订单管理,交易策略等,如果可以,你甚至可以用他开发一个mt4客户端!该api比使用mt4终端进行报价和交易要快得多; 提供实时开仓、平仓等多种功能。 功能特点 报价连接:提供直连服务器获取数据功能。 实时报价: 可以获取每个证券代码的实时报价。 证券/组: 提供获取所有证券代码和用户所在组信息。 交易连接:直连服务器进行交易,不需要mt4终端客户端。 交易类型:支持所有交易类型 订单反馈:提供实时平仓开仓反馈。 盈亏状态:实时的盈亏状态。 付费说明 api接口的使用需要license授权文件,在开发周期内,你可以通过license生成助手申请测试license进行测试。测试license有7天的有效期. 正式用户请选择生成按月付费或者永久有效的license. 可以通过微信或支付宝直接支付或者联系我们!(MT4 API interface is a DLL interface used to connect MT4 server directly, obtain real-time information price, transaction execution, query historical quotation and historical order, etc. Suitable for the development of market display or order management, trading strategies, etc., if you can, you can even use him to develop a MT4 client! The API is much faster than quoting and trading with MT4 terminals.)
    2019-06-12 17:30:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载