基本信息
源码名称:股票k线和常用指标
源码大小:1.96M
文件格式:.zip
开发语言:C#
更新时间:2022-12-19
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

股票k线和常用指标

有dll插件

.
├── owchart1-master
│   ├── README.md
│   ├── owchart_net
│   │   ├── AboutForm.Designer.cs
│   │   ├── AboutForm.cs
│   │   ├── AboutForm.resx
│   │   ├── CStr.cs
│   │   ├── ChartExtend.cs
│   │   ├── ChartExtend2.cs
│   │   ├── FloatDiv.Designer.cs
│   │   ├── FloatDiv.cs
│   │   ├── GridExtend.cs
│   │   ├── IndexDiv.Designer.cs
│   │   ├── IndexDiv.cs
│   │   ├── LatestDiv.Designer.cs
│   │   ├── LatestDiv.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── MainForm2.Designer.cs
│   │   ├── MainForm2.cs
│   │   ├── MainForm2.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Security.cs
│   │   ├── SecurityService.cs
│   │   ├── TeachForm.Designer.cs
│   │   ├── TeachForm.cs
│   │   ├── TeachForm.resx
│   │   ├── Thumbs.db
│   │   ├── TradeLine.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       ├── SH600000.txt
│   │   │       ├── SH600000_M.txt
│   │   │       ├── codes.txt
│   │   │       ├── owchart.dll
│   │   │       ├── owchart.pdb
│   │   │       ├── owchart_net.exe
│   │   │       ├── owchart_net.pdb
│   │   │       └── owchart_net.vshost.exe
│   │   ├── logo.ico
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── owchart_net.AboutForm.resources
│   │   │   │   ├── owchart_net.MainForm.resources
│   │   │   │   ├── owchart_net.MainForm2.resources
│   │   │   │   ├── owchart_net.Properties.Resources.resources
│   │   │   │   ├── owchart_net.TeachForm.resources
│   │   │   │   ├── owchart_net.csproj.GenerateResource.Cache
│   │   │   │   ├── owchart_net.exe
│   │   │   │   └── owchart_net.pdb
│   │   │   └── owchart_net.csproj.FileListAbsolute.txt
│   │   ├── owchart_net.csproj
│   │   ├── owchart_net.sln
│   │   └── owchart_net.suo
│   └── owchart_wpf
│       ├── App.xaml
│       ├── App.xaml.cs
│       ├── BaseRender.cs
│       ├── CStr.cs
│       ├── ChartExtend.cs
│       ├── ChartExtend2.cs
│       ├── GridExtend.cs
│       ├── MainWindow.xaml
│       ├── MainWindow.xaml.cs
│       ├── Properties
│       │   ├── AssemblyInfo.cs
│       │   ├── Resources.Designer.cs
│       │   ├── Resources.resx
│       │   ├── Settings.Designer.cs
│       │   └── Settings.settings
│       ├── Security.cs
│       ├── SecurityService.cs
│       ├── Thumbs.db
│       ├── TradeLine.cs
│       ├── WPFPaint.cs
│       ├── app.config
│       ├── bin
│       │   └── Debug
│       │       ├── Newtonsoft.Json.dll
│       │       ├── SH600000.txt
│       │       ├── SH600000_M.txt
│       │       ├── codes.txt
│       │       ├── owchart.dll
│       │       ├── owchart_net.dll
│       │       ├── piratecat_wpf.exe
│       │       ├── piratecat_wpf.exe.config
│       │       ├── piratecat_wpf.pdb
│       │       ├── piratecat_wpf.vshost.exe
│       │       ├── piratecat_wpf.vshost.exe.config
│       │       └── piratecat_wpf.vshost.exe.manifest
│       ├── obj
│       │   └── x86
│       │       └── Debug
│       │           ├── App.g.cs
│       │           ├── App.g.i.cs
│       │           ├── DesignTimeResolveAssemblyReferences.cache
│       │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │           ├── MainWindow.baml
│       │           ├── MainWindow.g.cs
│       │           ├── MainWindow.g.i.cs
│       │           ├── TempPE
│       │           │   └── Properties.Resources.Designer.cs.dll
│       │           ├── owchart_wpf.csproj.FileListAbsolute.txt
│       │           ├── owchart_wpf.csproj.GenerateResource.Cache
│       │           ├── owchart_wpf.csprojResolveAssemblyReference.cache
│       │           ├── piratecat_wpf.Properties.Resources.resources
│       │           ├── piratecat_wpf.exe
│       │           ├── piratecat_wpf.g.resources
│       │           ├── piratecat_wpf.pdb
│       │           ├── piratecat_wpf_MarkupCompile.cache
│       │           └── piratecat_wpf_MarkupCompile.i.cache
│       ├── oldwhite_old.ico
│       ├── owchart_wpf.csproj
│       ├── owchart_wpf.sln
│       └── owchart_wpf.suo
└── 股票k线.zip

16 directories, 111 files