[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 487

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
Have I written it correctly?
FI=iCustom(NULL,0, "Force",ExtForcePeriod,0,ExtForceMAMethod,ExtForceAppliedPrice,0,0);
if (FI>0)
{
Opn_B=true; // Open Buy criterion
Cls_S=true; // Close criterion. Sell
}
if(FI<0)
{
Opn_S=true; // Criterion open Sell
Cls_B=true; //Claim closed Buy
}
Thank you in advance.
Hi. Help with implementing the Force Index indicator in an EA.
Have I written it correctly?
FI=iCustom(NULL,0, "Force",ExtForcePeriod,0,ExtForceMAMethod,ExtForceAppliedPrice,0,0);
Thank you in advance.
double FI=iForce(NULL,0,24,0,0,0);
and here is a full description https://docs.mql4.com/ru/indicators/iForce
Мужики подскажите пожалуйста как установить на МТ4 индюк который выложен в нете без исходника Заранее благодарю
Close the terminal, copy the ex4 file to the expetr\indicators directory, open the terminal and it's already there.
careful to mix up the expert pedals :o)
Прошу покорнейше простить за назойлевость, может кто подскажет на пост от 17.03 09.49????????????????
There should be a locking condition such as if there is a buy arrow, then wait for the sell arrow, but here you can get into a situation where there are two highs in a row, so the second higher one will be missed waiting for the low, there are many options, experiment.
Должно быть запирающее условие типа если уже есть стрелка на бай то ждём стрелку на сел но тут можно нарваться на ситуацию когда подряд идёт два максимума поэтому второй более высокий будет пропущен в ожидании минимума, вариантов много экспериментируйте.
Thank you!!!!!
people, tell me what's wrong... I'm trying to build a MA by volume. But it's telling me the line by volume. How do I get it to calculate MA by volume? Thank you, uh...
people, tell me what's wrong... I'm trying to build a MA by volume. But it's telling me the line by volume. How do I get it to calculate MA by volume? >> thank you...
Not so in that you can't do it that way. The standard iMA function is not designed to work with volumes. The idea to work with volumes is of course the worst possible, but if you want to do that, you should write your own indicator and use the iCustom function to get the values