Forum

How to make product file?

I have a new product . I would like to upload my product to Market. Let me know how to make product file, please

about developing mt4 expert advisor

how do I develop mt4 ea? 1. buying condition? 2. selling condition? 3. buying closing condition? 4. selling closing condition? 5. stoploss condition? 6. takeprofit condition

How do you solve the problem of invalid volume?

Hi, everyone, I am developing expert advisor. But there is an "invalid volume" problem in my coding. Below is the method I learn and think at mql5 articles . //+------------------------------------------------------------------+ //| Check the correctness of the order volume |

How can I solve "invalid volume" problem on my expert advisor?

Hi, everyone, I am developing expert advisor. But there is an "invalid volume" problem in my coding. Below is the method I learn and think at mql5 articles . //+------------------------------------------------------------------+ //| Check the correctness of the order volume |

How can I transform my expert advisor from debug mode to release mode?

Hello community, I have an expert advisor in debug mode . I would like to progress this advisor to release mode in order to upload a product file at Market. After compiling there are no errors and no warnings. How can I transform my expert advisor from debug mode to release(ready) mode? Please teach

How do I change my mq5 file to ex5 file?

Hi, everyone. I have a mq5 file. I would like to change this to ex5 file. But I don't know how. Please let me know. Thanks, anyway

What does the code mean?

class CSignalMA : public CExpertSignal { protected : CiMA m_ma; // object-indicator //--- adjusted parameters int m_ma_period; // the "period of averaging" parameter of the indicator int m_ma_shift; // the "time shift" parameter

about expert advisor based on custom indicator

I would like to develop expert advisor. It is based on custom indicator, not technical indicator . Let's discuss about it

GBPUSD H4 Forecasts & Analytics

Below is GBPUSD H4 chart. MetaTrader Trading Platform Screenshots GBPUSD, H4, 2016.06.29 MetaQuotes Software Corp., MetaTrader 5, Demo After Brexit there was a large gap of 178 pips. Now from the lowest price of 1.3119 upward trend is progressing to 1.3532. It is also a large distance as many as

What is the difference of '| |' and '&&' in coding?

Are they same or different? Please let me know