Nguyen Van Luong
Nguyen Van Luong
  • Informações
6+ anos
experiência
3
produtos
0
versão demo
0
trabalhos
0
sinais
0
assinantes
compartilhou este artigo do autor Mohamed Abdelmaaboud
TrendLine
Como trabalhar com linhas usando MQL5
Como trabalhar com linhas usando MQL5

Neste artigo, falaremos sobre como trabalhar com os gráficos de linhas mais importantes, como linhas de tendência, suporte e resistência, usando as ferramentas da linguagem MQL5.

compartilhou o código do autor Ahmed Soliman
Tham khảo lấy giá trị theo TrendLine theo thời gian
 TrendLine Touch Alert
Este indicador simplesmente alerta e envia e-mail cada vez que a linha de tendência é tocada pelo preço.
compartilhou o código do autor Mladen Rakic
 Schaff Trend Cycle
O indicador Schaff Trend Cycle (STC) define tendências ascendentes e descendentes muito antes do MACD. Ele usa as mesmas médias móveis exponenciais (EMA), mas adiciona um componente cíclico a elas para determinar as tendências cíclicas da moeda. Como os movimentos de tendência cíclica dependem de um determinado número de dias, isso é levado em conta na fórmula de cálculo do indicador STC, fornecendo maior precisão e confiabilidade do que no caso do MACD.
compartilhou o código do autor 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
Exemplo para calcular o tamanho do lote com uma margem fixa. Isto é, se for especificado 10%, é aberta uma posição cuja margem é 10% da margem livre.
Tham khảo để viết BarReplay
Vladimir Karputov
Vladimir Karputov
Comentário ao tópico ohlc expert too export realtime price to csv in mql5
Remember: OHLC data is received from the bar! Example for PERIOD_M1 //+------------------------------------------------------------------+ //| OHLC to
compartilhou o código do autor ---
Tham khảo WebRequest -> POST
 Serialização e desserialização de JSON (MQL nativo)
Serialização e desserialização do protocolo JSON. O código é transferido de uma biblioteca С++ o com alta velocidade.
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
Comentário ao tópico 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
compartilhou o código do autor 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
MQLMySQL
Eugeniy Lugovoy
Eugeniy Lugovoy
Comentário ao tópico 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+
compartilhou o código do autor Rosh
Tham khảo ADX
 Smoothed ADX
Existem muitos algoritmos de suavização. Este indicador é uma suavização do indicador ADX padrão.
compartilhou o código do autor MetaQuotes
Tham khảo
 ADX Suavizado por John Ehlers
Existem muitos algoritmos de suavização. Este determinado indicador é para a suavização do indicador padrão ADX. O código foi traduzido de uma linguagem fácil.