转载需注明出处:http://blog.csdn.net/minimicall,http://cloudtrade.top/
指标(Indicator)由三大关键组件组成:
1. 实现你指标的类
2. 在ACAlgorithm基类中的Helper方法,用于简化对你指标实现的调用。
3. 测试方法用于测试指标的表现。
为了实现一个指标,上述所有组件需要实现。下面的教程会带你浏览这些...
分类:
其他好文 时间:
2015-06-14 18:40:51
阅读次数:
721
带动画效果的抽屉菜单栏,将android L 中drawer-indicator/back-arrow移植到低版本Android系统中。...
分类:
其他好文 时间:
2015-06-03 09:44:22
阅读次数:
126
#property link "http://www.haoib.com"#property indicator_chart_window//+------------------------------------------------------------------+//| Cu...
分类:
其他好文 时间:
2015-06-02 13:02:17
阅读次数:
137
原来国外有个源码(TechnicalAnalysisEngine src 1.25)内部对EMA的计算是:var copyInputValues = input.ToList(); for (int i = period; i dd=new List(){2077,2077,2077,2078,2....
尼玛,最近自定义view玩hight了根本停不下来,今天想封装一个类似优酷首页title的banner栏,我会在这个基础上加一个title的展示,优酷的banner如下图:
首先是布局文件,自然是ViewPager主打,配上底层的dot indicator和title栏:
<RelativeLayout xmlns:android="http://sche...
分类:
其他好文 时间:
2015-05-29 14:08:44
阅读次数:
178
ubuntu下安装资源管理器:
打开终端:
sudo apt-get install indicator-multiload
安装后在终端中要输入:
indicator-multiload
来启动这个东西。...
分类:
系统相关 时间:
2015-05-22 15:16:12
阅读次数:
177
效果ViewPager中的内容,比如ListView手势上下滑动,当内容向下滑动时,即手势上划,隐藏indictor,当内容向上滑动时,即手势下滑,显示indicator,效果如图所示
编码借用两个库来快速完成
1. ViewPagerIndicator
2. ObservableScrollView将两个库引入项目中去,快速的搭建一个ViewPager框架后,在ViewPager每页对应...
分类:
移动开发 时间:
2015-05-13 10:26:24
阅读次数:
166
android:layout_width="200dp"
android:layout_height="wrap_content"
android:background="@android:color/black"
android:src="@drawable/v2_boutique_app_viewpager_indicator" />
...
分类:
移动开发 时间:
2015-04-17 09:42:47
阅读次数:
138
In data warehouse design, frequently we run into a situation where there are yes/no indicator fields in the source system. Through business analysis, we know it is necessary to keep such informatio...
分类:
其他好文 时间:
2015-04-16 10:36:55
阅读次数:
228
天は二物を与えず
ViewPager是Android提供的一个良心组件,有了它分分钟就可以实现了一个水平滑动的分页功能,其中用ViewPager来全屏展示图片是一个比较经典的使用场景,先来看一下效果图:在每个Page的底部中间位置有一排圆圈,实心的圆圈用来指示当前显示的图片,它会随着手指滑动而移动,我们可以称之为 ViewPager 的 indicator。实现这个功能也比较简单,首先定义一个水平方...
分类:
其他好文 时间:
2015-04-15 09:36:30
阅读次数:
128