• 정보
8+ 년도
경험
0
제품
0
데몬 버전
0
작업
0
거래 신호
0
구독자
About me
공유된 작성자의 MetaQuotes 기고글
MQL5 간단하게 알아보기
MQL5 간단하게 알아보기

매매 전략 프로그래밍 언어인 MQL5를 배우기로 결심은 했는데 아무 것도 모르겠다고요? 초보 투자자의 입장에서 MQL5와 MetaTrader5를 이용해 보고 간단한 소개글을 남깁니다. 이 글은 MQL5를 이용해 할 수 있는 것들에 대한 설명 그리고 MetaEditor5와 MetaTrader5를 사용하는 데에 유용한 팁들을 포함하고 있습니다.

공유된 작성자의 Grigoriy Chaunin 코드
 Pipser
One-click trading.
공유된 작성자의 MetaQuotes 코드
 MQL5 마법사 - 모닝 이브닝 스타스 + MFI에 기반한 매매 신호
Market Facilitation Index (MFI)에 기반한 "모닝 스타/이브닝 스타" 캔들 스틱 패턴 매매 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.
공유된 작성자의 MetaQuotes 코드
 MQL5 마법사 - 3 검은 까마귀/3 하얀 병사 + MFI에 기반한 매매 신호
Market Facilitation Index (MFI) 지표에 의해 확인된 "3 검은 까마귀/3 하얀 병사" 캔들 패턴에 기반한 매매 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.
공유된 작성자의 Serhii Ivanenko 코드
 Profit Loss Calculator
Calculator-panel to calculate profit/loss. Data is calculated either when moving lines, or changing the parameters in input fields of the entry price, lot, profit or loss in pips or in deposit currency
ZhiJun Zhang
ZhiJun Zhang
面向对象的程序设计
面向对象的程序设计(OOP)主要是针对数据或者与数据密不可分行文的程序设计。数据和行为合起来称为类,对象就是类的实例。
面向对象处理组件:
•类型封装和扩展性
•继承机制
•多态性
•重载
•虚拟函数
OOP把计算当成行为建模。模型项是抽象计算代表的对象。假设我们想编写一个著名的游戏"Tetris"。我们必须学习如何用四个正方形随机组成的图形来建模。我们还需要调节图形下降的速度,定义图形旋转变换的操作。屏幕上图形移动受文档对象模型边框限制,这也需要建模。此外,消除填满的行,然后获得相应的得分。
因此,这个简单易懂的游戏需要创建几个模型-图形模型,文档对象模型,移动模型等等。所有这些模型都是抽象的,通过电脑运算表示。描述这些模型,抽象数据类型ADT(或者复杂数据类型)概念被使用。严格说来,DOM中“图形”运动模型并不是数据类型,但是它是使用“DOM”数据类型限制条件,“图形”数据类型全部操作。
对象是类变量。面向对象的程序设计允许您轻松创建使用ADT。面向对象程序设计使用继承机制。其优势是允许从用户已经定义的数据类型中获得衍生类型。
例如,创建俄罗斯方块图形,首先创建一个基本类图形很方便;代表所有可能图形的其他七个类可以从基本图形衍生出来。图形行为在基本类中就确定了,而执行每个独立图形的行为在衍生类中定义。
在OOP中对象对其行为负责。ADT开发人员包括描述相关对象期望的行为代码。实际上,对象对其行为负责,显著简化了对象用户程序设计的任务。
如果我们想要在屏幕上画一个图,我们需要知道中心点在哪里,以及如何画它们。如果独立的图形知道如何画自己,当使用这个图形时程序员可以发送“draw”消息。
MQL5语言类似于C++,也有ADT的封装机制。一方面,封装与内部特殊类型结合,另一方面,也与影响这类型对象的可接入外部函数连结。执行细节对于使用这个类型的程序很难达到。
OOP概念有一系列相关概念,包括以下内容:
•模拟真实世界操作
•用户定义数据类型的有效性
•隐藏执行细节
•通过继承机制重新使用代码的可能性
•执行期解释调用函数
一些概念非常不明确,有一些很抽象,另一些又很大众化。
공유된 작성자의 Igor Korepin 코드
 cs2011
Automated Trading Championship 2011 version.
공유된 작성자의 Serhii Ivanenko 코드
 AutoTrendLines
The indicator automatically identifies points and draws support and resistance trend lines on them. There are two types of lines calculation
공유된 작성자의 ak20 ak20 코드
 MACD Histogram, multi-color [v04]
MACD indicator with MACD line, Signal line and multi-color histogram.
공유된 작성자의 Ahmed Soliman 코드
 Auto Fibonacci Indicator (Auto Fibos)
There's a lot of Fibonacci indicators out there but I decided to make my own indicator for you.
공유된 작성자의 kharko 코드
 i-Regression Channel
i-Regression Channel generates regression channel.
공유된 작성자의 Nikolay Kositsin 코드
 GetLotForOpeningPos
The function that calculates the lot size depending on the amount of money in the deposit currency being used.
공유된 작성자의 Aleksey Sergan 코드
 Module of Trade Signals, based on Chande Momentum Oscillator
Crossover of overbought/oversold levels of Chande Momentum Oscillator is used as a signal to open positions.
공유된 작성자의 Nikolay Kositsin 코드
 OpenSellPosition
The script is developed for selling with fixed Stop Loss and Take Profit values in points from the current price.
공유된 작성자의 Nikolay Kositsin 코드
 SetBuyStopOrder
The script is developed for placing a BuyStop order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price.
공유된 작성자의 Nikolay Kositsin 코드
 ClosePosition
The script is designed for closing open positions.
공유된 작성자의 Iurii Tokman 코드
 ytg_Percent_Lot
The script calculates the number of lots to trade using the specified percentage of risk funds.
공유된 작성자의 Nikolay Kositsin 코드
 SetSellLimitOrder
The script is developed for placing a SellLimit order with fixed actuation levels, Stop Loss and Take Profit levels in points from the current price.
공유된 작성자의 Serhii Ivanenko 코드
 Limit Stop Order Script
The script for manual trade: when achieving the limit price the script sets stop order and logs out
공유된 작성자의 MetaQuotes 기고글
MetaTrader 모바일 터미널의 MetaQuotes ID
MetaTrader 모바일 터미널의 MetaQuotes ID

Android와 iOS로 구동되는 장치는 우리가 알지도 못하는 많은 기능을 제공합니다. 이러한 기능 중 하나는 전화번호나 모바일 네트워크 운영자에 관계없이 개인 메시지를 수신할 수 있는 푸시 알림입니다. MetaTrader 모바일 단말기(터미널)는 이미 거래 로봇으로부터 이러한 메시지를 바로 받을 수 있습니다. 장치의 MetaQuotes ID를 알고 있어야 합니다. 이미 9000,000개 이상의 모바일 단말기가 이를 수신했습니다.