Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1303
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
Can I read the documentation?
Yeah. Thanks. Knew about that... forgot. I was at work - didn't have time to check it out.
Hello. I am learning to program in MQL4.
Can you tell me how to algorithmize a trend line on an oscillator, for example: CCI.
And when the oscillator breaks this trend line, the Expert Advisor should give a signal or open an order.
The code can be ready, but with comments. I want to understand and to understand how it all happens.
I am switching from mql4 to mql5 A QUESTION. Is it possible to transform a pending order to a market order in mql5? For example, a pending order can be converted to a market order only if the candlestick in which it is converted opened at 20 o'clock. And if this candlestick opened at a different time - instead of transforming a pending order into a market one, delete it at the moment of transformation, or later?
Thanks for the tip.
Good day all!
I am switching from mql4 to mql5 A QUESTION. Is it possible to transform a pending order to a market order in mql5? For example, a pending order can be converted to a market order only if the open candle is at 20 o'clock. And if this candlestick opened at a different time - instead of transforming a pending order into a market order, delete it at the moment of transformation, or later?
Thanks for the tip.
Please help, I can't create a condition
There are three buffers
ExtBuffer1 - indicator value
ExtBuffer2 - (red) after crossing the top level downwards to cross the bottom level upwards
ExtBuffer3 - (green) after crossing the bottom level downwards to cross the top level downwards
Help, please.
To open a position at the moment of a candle with the lifetime equal to the timeframe. Expiry time should be more than 600 sec. For 5minutes and minutes remove the pending orders if they do not work.
Thanks for the tip.
Thank you!!!