Phân tích Forex Excel và VBA

0
(0)

Chào mừng,

Tôi dành chủ đề này cho sự phát triển của các trang tính Excel của chúng tôi.

Tôi rất thích nơi đây trở thành thiên đường phân tích và tôi sẵn sàng ở đây một mình với quá trình tiến hóa nhỏ bé của mình. Bạn có thể thường xuyên xem xét, as I'm going to be posting my VBA scripts hoping some skilled will present up and right me. Throughout my buying and selling profession, I've many occasions wanted to investigate some timeserie, and typically needed to have a look at it from some unusual perspective. Sadly am IT analphabet. So I've discovered to code VBA fundamentals, coded it like a pig, however in some way it labored and I obtained what I wanted.

For some purpose, I imagine a few of you have been, or are, in the identical scenario and I imagine if we share our VBA codes and excel combos, we are able to make fairly good stuff.

I'm even be utilizing this discussion board as a retailer for codes, so they're at one place. I encourage you to assist me with evolution of these. In the event you obtained any concept the way it could possibly be improved please say so.

từ chối trách nhiệm: These are actually foolish codes. In the event you plan to make use of them, be sure to perceive what they do and save your information first, earlier than operating macro. All codes have been written in VBA Excel 2010.

Gotta add one thread rule:
Please attempt to stick it to Excel and VBA analysis. Additionally AC/DC welcome.

So first little code I would like to save lots of. I ve made this coz typically once I obtain timeserie, completely different international locations have completely different time and date codecs and excel cant learn the date. It's simply to get concept scorching the heck change all these incorrect dates.

'datecrush
Set rng = Vary(Cells(1, 1), Cells(1, 1).Finish(xlDown))
For Every b In rng
b.Offset(0, 7).Worth = (Bên trái(b.Worth, 4) & "-" & Mid(b.Worth, 6, 2) & "-" & Proper(b.Worth, 2))
Tiếp theo
For Every b In rng
b.Worth = b.Offset(0, 7).Đáng giá
Tiếp theo
rng.NumberFormat = "d.m.yyyy"

Second one is mostly a mess. This code is to crush information exported in *.csv format and change it to readable timeserie with solely closes and dates. Has been examined on every day EU Oanda information from MT4. There's a minor bug with dates, which am fixing now - utilizing code no1. Suppose all MT4 exports must be the identical.

Sub datecrushMT4Daily()

'restart sheets crushed and closing
Software.DisplayAlerts = False
Worksheets("Data_crushed").Xóa bỏ
Worksheets.Add.Identify = "Data_crushed"
Worksheets("Data_crushed").Transfer After:=Worksheets("Thông tin")
Worksheets("Data_final").Xóa bỏ
Worksheets.Add.Identify = "Data_final"
Worksheets("Data_final").Transfer After:=Worksheets("Menu")
Software.DisplayAlerts = True
Software.ScreenUpdating = False

'Date crush - MT4 Each day
Worksheets("Thông tin").Activate
Vary(Cells(1, 1), Cells(1, 7).Finish(xlDown)).Copy
Worksheets("Data_crushed").Activate
ActiveSheet.Paste

'Columns separate
Columns("MỘT:MỘT").Chọn
Choice.TextToColumns Vacation spot:=Vary("A1"), DataType:=xlDelimited, _
TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=True, _
Semicolon:=False, Comma:=True, House:=False, Different:=False, FieldInfo _
:=Array(Mảng(1, 4), Mảng(2, 4), Mảng(3, 1), Mảng(4, 1), Mảng(5, 1), Mảng(6, 1), _
Mảng(7, 1)), DecimalSeparator:=".", TrailingMinusNumbers:=True
Vary("G14").Chọn

'visible
Columns("b").Xóa bỏ
Columns("g").ClearContents
Rows("1:1").Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Vary("A1").FormulaR1C1 = "Ngày"
Vary("b1").FormulaR1C1 = "Mở"
Vary("c1").FormulaR1C1 = "Quá đáng"
Vary("d1").FormulaR1C1 = "Thấp"
Vary("e1").FormulaR1C1 = "đóng cửa"
Vary("f1").FormulaR1C1 = "Số lượng"

'transfer to closing record
Vary("MỘT:MỘT,e:e").Copy
Worksheets("Data_final").Activate
Sheets("Data_final").Chọn
ActiveSheet.Paste

Finish Sub

 

Right here is a simple MM excel sheet for managing EU and UJ trades. It is only one manner Forex Excel and VBA analysis 1
however you possibly can adapt it if you want. In the event you discover some bug please report. Numbers are ofc pretend, aside from these entries.
Tập tin được nối
File Type: xlsx FX_MM_ff.xlsx 28 KB | 624 lượt tải xuống
Right here is the collection, what's fascinating is the visualization of the form shaped by the collection when the ration come to finish stabilization.
nối lên hình ảnh (bấm vào để phóng to)
Click to Enlarge Name: Screenshot1.png Size: 118 KB
Tập tin được nối
File Type: xlsx Stab_Cycle- - Copie.xlsx 24 KB | 351 lượt tải xuống

 

Bài đăng này hữu ích như thế nào?

Bấm vào một ngôi sao để đánh giá nó!

Đánh giá trung bình 0 / 5. Số phiếu bầu: 0

Không có phiếu bầu cho đến nay! Hãy là người đầu tiên đánh giá bài viết này.

Chúng tôi xin lỗi vì bài đăng này không hữu ích cho bạn!

Hãy để chúng tôi cải thiện bài đăng này!

Hãy cho chúng tôi biết cách chúng tôi có thể cải thiện bài đăng này?



Tác giả: Nhóm ngoại hối Wiki
Chúng tôi là một nhóm gồm các Nhà giao dịch ngoại hối giàu kinh nghiệm [2000-2023] những người cống hiến để sống cuộc sống theo cách riêng của chúng ta. Mục tiêu chính của chúng tôi là đạt được sự độc lập và tự do về tài chính, và chúng tôi đã theo đuổi việc tự học và có được nhiều kinh nghiệm trong thị trường ngoại hối như là phương tiện của chúng tôi để đạt được lối sống bền vững.