Nguyen Van Luong
Nguyen Van Luong
  • 정보
6+ 년도
경험
1
제품
1
데몬 버전
0
작업
0
거래 신호
0
구독자
공유된 작성자의 Vladimir Karputov 코드
Note that when calculating the lot depending on the risk of free margin, StopLoss does not matter.
Ở đây Risk là % margin sẽ sử dụng chứ không phải % thua lỗ chấp nhận
 Money Fixed Margin
An example for calculating the lot value with a fixed margin level. That is, if you specify 10%, a position with the margin equal to 10% of free margin will be opened.
Tham khảo để viết BarReplay
Vladimir Karputov
Vladimir Karputov
주제에 코멘트하기 ohlc expert too export realtime price to csv in mql5
Remember: OHLC data is received from the bar! Example for PERIOD_M1 //+------------------------------------------------------------------+ //| OHLC to
공유된 작성자의 --- 코드
Tham khảo WebRequest -> POST
 JSON Serialization and Deserialization (native MQL)
Serialization and deserialization of JSON protocol. The code is ported from a high-speed С++ library.
Fab
Fab
Please help with custom symbols!
Dear people,  After having tried to ask in an existing old thread ( https://www.mql5.com/en/forum/300712#comment_18993310 ) and having made a lot of experiments, I am here for asking again. Since I did not manage to create a custom symbol from a
Please help with custom symbols!
Ammar Yaseen
Ammar Yaseen
Import Custom Symbol: json (how to change to csv)
Hi, I am trying to make a custom symbol and import data. However the only option I am getting are json files which I believe are text files. The browser isnt recognizing any txt files. How to change the option from json to csv so I can use the custom
Import Custom Symbol: json (how to change to csv)
Mark531
Mark531
Creating a custom symbol
Hello, I created a custom symbol following the tutorial here ( https://www.mql5.com/en/articles/3540 ). In the "Bars" tab, I click on "Import Bars", select M1 period and import a CSV file. I click on "Ok", the windows closes. Then I find my symbol in
Fabio Fontes
Fabio Fontes
How to import historical data into csv to symbol custom using CustomRatesUpdate?
* Sorry English is not my native language I want to create multiple custom symbols and import historical data from a csv I have managed to do this however the .hcc file is large and the writing speed is slow. I do not know so much programming in my
Amir Yacoby
Amir Yacoby
주제에 코멘트하기 How to hide indicator plot
Jeepack : I want to hide/show my indicator plot based on a criteria. If I set the color to clrNONE, I still get a pop-up on mouseover of the invisible plot. That's still the simplest way to hide the
공유된 작성자의 Sahil Bagdi 코드
 How to Disable/Enable Auto/Algo-Trading in both MT5 and MT4.
Just simple codes to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. Of course, DLLs must be allowed, This cannot be done without DLLs
공유된 작성자의 Agianto Simanullang 코드
Một ví dụ hay cần tham khảo.
 Price Horizontal Line Notifications
Get notifications when hit price level
MQLMySQL
Eugeniy Lugovoy
Eugeniy Lugovoy
주제에 코멘트하기 Discussion of article "How to Access the MySQL Database from MQL5 (MQL4)"
lukins : Thanks! I will examine your solution in depth, it may be more stable than relying on MQL only. Just FYI there is a MQL4-only bridge I wrote a while ago for MT4 build 600+
공유된 작성자의 Mladen Rakic 코드
Tham khảo EMA này để kết hợp với ADX
 Exponential moving average
Exponential moving average
공유된 작성자의 Rosh 코드
Tham khảo ADX
 평활화된 ADX
많은 평활화 알고리즘이 있으며, 이 표시기는 표준 ADX 표시기의 평활화입니다.
공유된 작성자의 MetaQuotes 코드
Tham khảo
 John Ehlers의 Smoothed ADX
평활화 알고리즘에는 여러 가지가 있습니다. 이 지표는 ADX 표준 지표를 평활화 하기 위한 것입니다. 코드는 Easy Language에서 번역되었습니다.
공유된 작성자의 amrali 코드
 MultiSort - sorting algorithm
A sorter class to sort an array based on other arrays.
공유된 작성자의 DMITRII PECHERITSA 코드
 introsort - array sorting algorithm
hybrid sorting algorithm that provides both fast average performance and (asymptotically) optimal worst-case performance
Vladimir Karputov
Vladimir Karputov
주제에 코멘트하기 How to start with MQL5
Calculate positions for all symbols Code: 'Calculate positions for all symbols.mq5 Objective: Several positions are open in the market. You need to get the number of positions (both BUY and SELL) for
Tham khảo CopyRate để lấy giá Open, Close của 1 nến
Vladimir Karputov
Vladimir Karputov
주제에 코멘트하기 How to start with MQL5
Close a position at the intersection of the price and iMA Code 'Close a position at the intersection of the price and iMA.mq5' //+------------------------------------------------------------------+
Tham khảo cách khởi tạo giá trị ban đầu cho STRUC
Vladimir Karputov
Vladimir Karputov
주제에 코멘트하기 How to start with MQL5
Example: how to calculate the number of BUY and SELL trades for each Magic number for the current day The code: 'Total transactions today by Magic number.mq5'
Tham khảo khi Alert cảnh báo sắp có tín hiệu xảy ra theo FAD
Vladimir Karputov
Vladimir Karputov
주제에 코멘트하기 How to start with MQL5
Ahmad861 : Hey Vladimir, you have been helping me create my EA from the very beginning and asking for nothing in return and i want to thank you from the bottom of my heart. There is this one last