Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 503
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
Write a simple indicator (gistograma) as an example (on a new build) on the condition Close[i]>ma[i] ->histogram above zero and Close[i]<ma[i]->histogram below zero. Then I will use it as a template for others.
ma[i]=iMa(NULL,..............) Ma has any parameters.
Write a simple indicator (gistograma) as an example (on a new build) on the condition Close[i]>ma[i] ->histogram above zero and Close[i]<ma[i]->histogram below zero. Then I will use it as a template for others.
ma[i]=iMa(NULL,..............) Ma has any parameters.
Open Awesome.mq4 and voila, miracle, MA is inside, the only thing left is to add Close[i]))
Open Awesome.mq4 and oh, wow, MA is inside, all we have to do is Close[i]))
THANKS. That's how I am going to write
If it's not too much trouble... Need a shift of the hourly bar extremum of a particular month, by the way look in your personal message.
thus, we obtain a system that should open buy and sell orders one by one...... but somehow it does not open one by one and bombs only buys
Assigning
to everything that's written there.
Assigning
to everything that's written there
thanks ...remembered at this very moment what i wrote....the problem i have is that i cannot open a trade when the MA is crossed only once.....a i have multiple openings of the same type
If you don't mind me asking... Need a shift of the hourly bar extremum of a particular month, by the way look in your personal.
I looked it up. Thank you.
But there's not much information in the question. A month has a lot of extrema on the hour bars. And by the way, extremum of what exactly?
Hello!
Can you tell me how to make a condition -
if there is enough free margin to open a position?
(So that error 131 doesn't pop up)...Thanks!
Hello!
Can you tell me how to make a condition -
if there is enough free margin to open a position?
(So that error 131 doesn't pop up)...Thanks!