[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 639
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
Good day to all!
Question about iMAOnArray(array[], total, period, ma_shift, ma_method, shift)function
Can you tell me if array[] must be a buffer array or can be any? The problem is that when
I create and initialize an array in a program, this function doesn't work. But when I bind via SetIndexBuffer
... everything works as it should.
Applied in an indicator or EA? Although SetIndexBuffer seems to be used only in indicators...
Good day to all!
Question about iMAOnArray(array[], total, period, ma_shift, ma_method, shift)function
Can you tell me if array[] must be a buffer array or can be any? The problem is that when
I create and initialize an array in a program, this function doesn't work. But when I bind via SetIndexBuffer
... everything works as it should.
Hello!
Can you tell me how to use a variable from an indicator in an EA? For example, the indicator draws channels, how can I prescribe the use of a graphical object from the indicator in the EA condition?
Hello!
Can you tell me how to use a variable from an indicator in an EA? For example, the indicator draws channels, how can I prescribe the use of a graphical object from the indicator in the EA condition?
In this case, it is easier to transfer calculations to the Expert Advisor and forget about the indicator
Can you tell me if this is possible? I need a code to turn off the Expert Advisor on Friday afternoon when it closes all trades. i.e., it works from Monday to Friday and turns off in the afternoon, so as not to stay for the weekend, because it opens with a gap. tentatively, let's say from 12 o'clock on Friday it is waiting for trades to close by itself and after closing in the plus, it turns off.
You do not need to switch it off, just set a time limit
Myth63: Госпада эксперты, подскажите пожалуйста как закачать в терминал харошую историю катировок.
You don't have to disable it, just put in time limits
Well if you put restrictions it will just stop trading, it has a martingale in it, if it flies it will not open trades?
Why do you think so, or did someone tell you this nonsense?
It can always be solved, if necessary of course.
feVinin:
In this case it's easier to transfer the calculations to the Expert Advisor and forget about the indicator
Okay, one more question - if opening condition contains such variable as price, then Price should be enough? For example: