Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1201
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
@Artyom Trishkin
Can you give me some business tips?
I can give you a lot of different information about turkeys.
For starters, it's a pheasant bird. It's dietary meat. I feed it to my cat. He says it's delicious...
Can you give me a clue as to the point?
And to the point, why would you want to run the script from an indicator?
As for the point, who told you to be so stupid as to run scripts from an indicator? :)
And most importantly, why?
I want to make a button on the chart so that I can run a script by pressing a button with a parameter taken from the indicator
I want to make a button on the chart so that I can run the script by pressing the button, with the parameter taken from the indicator
You write the code of the button in the indicator code and integrate the script code as a function in the indicator code. Press the button - call the function, in which you pass the indicator parameter.
I want to make a button on the chart, so that I can run the script by pressing the button, with the parameter taken from the indicator
If the problem is in creating the button itself, here it is:
If the problem is in creating the button itself, here it is:
Thanks, I think I've got the button figured out, but I haven't figured out how to attach the script. The script is at C:\Users\...\MQL4\Scripts\Order.ex4
Thanks, I think I've figured out the button, but I haven't figured out how to attach the script. The script is located at C:\Users\...\MQL4\Scripts\Order.ex4
Assign a shortcut to the script and simulate it using WinAPI. But I haven't done anything like that inMQL programs. So try googling"SendInput User32.dll WinAPI".
Good afternoon!
I am struggling with one question. Could you please tell me how to solve it?
The idea is the following: I draw a line at the previous maximum of the candle. I want the line to be shifted depending on the previous maximum.
Good afternoon!
I am struggling with one question. Please tell me how to solve it.
The idea is the following: I draw a line at the previous maximum of the candle. I want the line to be shifted depending on the previous maximum.