[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 889

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 you tell me more about this, because I'm confused:
where do you want to put it: "EURUSD, Period_H1,
I need it to understand if I can do it this way:
Can you tell me more about this, because I'm confused:
where do you want to put it: "EURUSD, Period_H1,
This is what I need to understand if I can do it this way:
Go here, learn the working functions. When you understand everything, you can easily write your own...
Thanks.
I have encountered a strange phenomenon here: a real signal on the chart for the EA to open a trade, but it does not start and does not give any errors. what can it be?
I keep reading and reading and I just can't seem to get it.
в
Is this a currency chart? If so, how do I get it right?
Like this?
or
The thing is that I'm currently making an EA that can be placed on any chart and it only works with the currency pairs and periods that it is specified in the code itself.
So I don't understand how to do it properly.
i have it like this:
I keep reading and reading and I just can't seem to get it.
в
Is this a currency chart? If so, how do I get it right?
Like this?
or
In this case, sy is a variable passed to the function when calling it. It is checked in the function itself and if NULL or "" is passed, sy=symbol();
The rest is the same.
The thing is that I'm currently making an EA that can be placed on any chart and it only works with the currency pairs and periods that it is specified in the code itself.
So I don't understand how to put it in the right place.
i have it like this:
Buy = (one < 80);
How is that?I have found
Now how do I correctly understand the situation, at which period the position will be opened. I need that when a new candle appears on PERIOD_H1 the order is opened:
or is this the only option?
The thing is that I'm currently making an EA that can be placed on any chart and it only works with the currency pairs and periods that it is specified in the code itself.
So I don't understand how to do it properly.
i have it like this:
I have found
Now how do I correctly understand the situation, at which period the position will be opened. I need that when a new candle appears on PERIOD_H1 the order is opened:
or is this the only option?