Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 918

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
danik:
А Вы уверены что есть смысл на каждом тике узнавать клоуз вчерашний? может лучше узнать, не поменялось ли значение, и только если поменялось, то вызывать ObjectSet и обрабатывает если он не справился?
It may not be on every bar, but the point doesn't change, it doesn't change the value of the previous day's bar close.
I cannot understand why
Rattnik:
I can't understand why
I write the following in the Indicator ( declaring "CloseLine" in OnInit() beforehand ) :
Hello, help please.
Looking for Low price extremum, from first bar to bar with maximum High price for the period from the 5th bar to the 20th.
Then I subtract these highs and compare with a 10 greater than or equal to.
The whole condition sounds like this:
The low of the first bar is approximately equal to the maximum high price for 20 bars from the 5th bar AND the distance from thehigh of the high for 20 bars to the extreme low must be greater than 10
looks like this:
Please tell me how to write this condition correctly.
Hello, help please.
Looking for Low price extremum, from first bar to bar with maximum High price for the period from the 5th bar to the 20th.
Then I subtract these highs and compare with a 10 greater than or equal to.
The whole condition sounds like this:
The low of the first bar is roughly equal to the maximum High price for 20 bars from the 5th bar AND the distance from the high of 20 bars to the extreme low must be greater than 10
looks like this:
Please tell me how to write this condition correctly.
What a nightmare. Are you on drugs?
What a nightmare. Do you use drugs?
What prevents you from writing 10 lines instead of 1, and print all the values in the log. then you will understand where you made a mistake.
and so on with all the elements. and when it works well, you can put it all in one line
Don't pass by. Translate MQL5 to MQL4.
Indicator purpose: To output SMA values in the amount (parameter to be set) of 2000pc on each bar in the history
Input: Number of SMA values - 2000pc
Output: Array[Bar no., no. SMA] = value of the SMA price
I have one dollar on my account)))
Good afternoon!
Could you please tell me .
There is a five-digit integer, e.g. 34567
I need only the last two digits left of it. -67.
QUESTION
What function performs this operation?
Thank you.