[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 740
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
I don't know what to do with it. You probably did not look at the picture, i understand everything you said and i support it. But the point of the question is not whether the entry point is max or min * by 0.25 from this max or min. How to describe it in an EA so that the EA has defined max and min and therefore an entry point?????
Any indicator has buffers from which you get the values you need. If you are interested in a specific indicator and entry points based on it, write your question in relation to a specific indicator and they will explain and show you the code as an example. Then, by analogy, you will be able to do what you need with any indicator. Unfortunately, I'm not at home now and I cannot show you more concretely on the example of a makdak, for example...
ZS. I looked at the picture - it's all the same vague... :)
Gentlemen programmers, please advise me what to put in the EA to make it trade only 1 time on 1 bar.
I am very grateful in advance.
Decided to install pipsolov3-don't know how to copy the indicators.Who can advise.Thanks in advance.
C:\Program Files\MT folder/experts/indicators
At the very beginning of the start function, add a call line to this function:
The advisor will be activated 1 time, only on a new bar.THANKS A LOT!!!
I want to add an additional condition in my EA to open a position using ADX indicator. Please advise how to write the condition correctly so it works as follows: if the previous value of ADX is more than the current one, then sit, if less, then buy
Thank you in advance for your help.
Thank you very much
People help to release this operator at least who knows what and how can help
From which list are you going to select an order? Does it have to open with the same values as the closed one? What is the purpose of specifying stop or take?
I have already made it, but I can't make it modifiable constants, it saves an order from the list, but the fact is the variables stay and it fills a new order on every tick,
how to make it reset values to zero when an order is opened until the next close
I want to add an additional condition in my EA to open a position using ADX indicator. Please tell me how to write the condition correctly so it works as follows: if the previous value of ADX is more than the current one, then sit if less, then buy
Thank you in advance for your help.
Thank you very much.
If outright it looks like this:
But it's not nice this way. It's better to assign ADX values to double variables and work further with variables...I have already made it, but I can't make it modifiable constants,
how to make it reset values to zero when an order is opened until the next close