I need Help with a Book Question

 

If you look at the "Combined Use of Programs" page, located here: https://book.mql4.com/samples/shared, there is a block of code that doesn't make sense to me. In block (11-12), the fourth line of code is:

if (Parametr>Min_Dist).

I believe it should be if (Parametr<Min_Dist). Since I am a newbie, I could be wrong. If I am wrong, help me to understand. I have read it numerous times and it doesn't make sense to me.

Rayeni

 
Yes, I think you are correct and caught a "typo"
 
rayeni:

If you look at the "Combined Use of Programs" page, located here: https://book.mql4.com/samples/shared, there is a block of code that doesn't make sense to me. In block (11-12), the fourth line of code is:

if (Parametr>Min_Dist).

I believe it should be if (Parametr<Min_Dist). Since I am a newbie, I could be wrong. If I am wrong, help me to understand. I have read it numerous times and it doesn't make sense to me.

Rayeni

Yes, You are right. It's fixed. Thank you very match.