You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
How do I define the commission size programmatically without opening a position? The question is relevant for MT5 and for MT4.
I also asked myself the same question and unfortunately have not found a solution yet
In the end I just made an input parameter to be filled in manually from the broker's website
I ended up just making an input parameter to be filled in manually from the broker's website
Dear traders and programmers! I would like to receive a link to a really working Expert Advisor without SL and TP to use as a template for my own EA. I am finding only sophisticated EAs. I already wrote it based on MACD Sample in MKL5 and it appeared a rubbish, it opens and closes positions not at all under my conditions. I would not like to use it for that.
Take ...\MQL5\Experts\Advisors\ExpertMACD.mq5 as a template. Plus articles:
How do I make one of the chart tabs active?
ChartSetInteger(chart_ID,CHART_BRING_TO_TOP,0,true);
This?
I didn't see this chart property value...
ChartSetInteger(chart_ID,CHART_BRING_TO_TOP,0,true);
This?
I didn't see this chart property value...