[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 548
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
The MA is used in the EA, I need it for visualisation as well.
If you do not know when to open and close the order, then I want to be able to see it on the chart and know when the order triggers
Then the library will help. But it will only help with loading the indicator from the EA. The calculations are up to you as you do them.
See the library section " 7. FUNCTIONS FOR CONTROLLING MQL4 PROGRAMS".
Then the library will help. But it will only help with loading the indicator from the Expert Advisor. You can do the calculations on your own.
See the library section " 7. FUNCTIONS FOR CONTROLLING MQL4 PROGRAMS".
404
The page you requested was not found
Try to use the search or find the information you need in one of the sections of MQL4.com
I wanted to consolidate the issue with the transfer of parameters from the link.
To write a simple expert so to speak.
In the log, 0 is constantly being output. Why?
On the line:
I didn't put "firstBarClosed" and "secondBarClosed" because these are formal parameters. This is already in the start function
New account made for metatrader! money loaded from Market trader! on the website in the account statement - there is money. I don't understand it at all. technical support is also in a stupor... Trying to understand it myself!
Some DCs require a copy of your passport or something similar... Try to open a demo account for the sake of interest.
404
The page you requested was not found
Try to use the search or find the information you need in one of the sections of MQL4.com
Corrected the link. You could have figured it out on your own. It was private. You should have removed my.
Thanks to .
how to make an indicator on a chart (line) in an EA
If you need to watch in the current mode, just put the MA on the chart with the parameters you have in the EA. They will not relate to each other, but it will be obvious
Can you give me a hint? I am writing lines like this:
I want High to be counted by MA, not by price. This code doesn't work. I need something similar to iMAOnArray, only iHIGHOnArray. But as far as I know, there is no such thing. Help...The question is not quite clear: "I want High not to be counted by price". High[] is a predefined value, we can't change it, maybe we want MA by price High ?
The question is not quite clear: "I want High not to be counted by price". High[] is a predefined value, we can't change it. Maybe we want MA by price High ?
No, we want to know the maximum value of the MA itself for the period.
No, you need to know the maximum value of the MA itself over the period.