コピペ一覧
:

OmegaChart Elliot波動 ChartCanvas.cs 追加修正ポイントには//☆Elliott (Plain text) 2017-12-22 07:32
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Diagnostics; using Zanetti.Indicators; using Zanetti.Data; using Zanetti.Forms; namespace Za...
OmegaChart 株価がなぜか置いてあるサイトから株価取得 (Plain text) 2017-12-14 19:20
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using Zanetti.Data; namespace Zanetti.DataSource.Specialized { internal class DatadownloadDataSource : DailyDataS...
OmegaChart ダウンロードindex.txtとローカルindex.txtをマージする機能 brand.cs (Plain text) 2017-12-11 23:56
//brand.cs にあるpublic void Load(string filename)の近くに下記内容をコピー&ペースト //注意:差し替えではなく追加。 public void Load(System.Collections.Generic.Dictionary<int, string> dic) { ...
OmegaChart ダウンロードindex.txtとローカルindex.txtをマージする機能 DownloadIndexFileDialog.cs (Plain text) 2017-12-11 23:52
//現行の、DownloadIndexFileDialog.cs にある private void BrandIndex_Shown(object sender, EventArgs e)に下記内容を差し替え private void BrandIndex_Shown(object sender, EventArgs e) { this.btnClose.Enable...
「日本株全銘柄 株価一覧表・投資指標データ」(こもりばん氏サイト)から株価取得 (Plain text) 2017-11-21 18:15
/* このプログラムは「日本株全銘柄 株価一覧表・投資指標データ」が提供するデータを利用しています。 日本株全銘柄 株価一覧表・投資指標データ https://hesonogoma.com/stocks/ */ using System; using System.Collections.Generic; using Syste...
OmegaChart 楽天RSSから株価取得 最新日付のみ更新させるVer (Plain text) 2017-11-19 15:04
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using System.Collections; using NDde.Client; using Zanetti.Data; namespace Zanetti.DataSource.Specialized { int...
OmegaChart 楽天RSSから株価取得 (Plain text) 2017-11-18 20:09
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using System.Collections; using NDde.Client; using Zanetti.Data; namespace Zanetti.DataSource.Specialized { int...
最後のスクリーニング結果 SystemTrading.cs (Plain text) 2015-04-04 22:29
/* * Copyright (c) Daisuke OKAJIMA All rights reserved. * * $Id$ */ using System; using System.Threading; using System.Collections; using System.Diagnostics; using Travis.Util; using Zanetti.Data; using Zanetti.Con...
最後のスクリーニング結果 ScreeningDialog.cs (Plain text) 2015-04-04 22:28
/* * Copyright (c) Daisuke OKAJIMA All rights reserved. * * $Id$ */ // This file is modified by panacoran. // Copyright (C) 2013 panacoran <panacoran@users.sourceforge.jp> // This program is part of OmegaChart. // OmegaCh...
最後のスクリーニング結果 Env.cs (Plain text) 2015-04-04 22:26
/* * Copyright (c) Daisuke OKAJIMA All rights reserved. * * $Id$ */ using System; using System.Collections; using System.Text; using System.Diagnostics; using System.IO; using System.Windows.Forms; using Travis.Stora...