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

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
DC is five digits...
what does it mean WITHOUT DoubleToStr(YourPrice,5) ? i have DoubleToStr(YourPrice,5) nowhere
Question to the moderators - very often the site sends me back for reauthorisation. When I try to log in, the message "Your access is temporarily restricted or denied" is displayed. Then, after a few hours, access is restored. What could be the problem?
Homeostatic Universe. Moderators can't affect authorisation. Only banned permanently.
What to do now? Who to turn to?
Question to the moderators - very often the site sends me back for reauthorisation. When I try to log in, the message "Your access is temporarily restricted or denied" is displayed. Then, after a few hours, access is restored. What could be the problem?
You are being trolled))) You're a charismatic individual))))
Greetings.
Can you tell me how to take into account a price crossing with an indicator line?
the indicator has three lines: bottom, middle and top.
here is an example:
when the price crossed the upper line, I need to fix this moment and use it afterwards, when the price is below the upper line and above the middle line, and when the price is below the middle line, I need to reset the fixed result. I don't need to remember the price where the crossover occurred, I just need to put a checkmark to indicate that the crossover occurred and then clear it.
I tried it with True and false, it did not work, I cannot understand why.
I tried this:
and it doesn't work. Why not? Help me understand.
Greetings.
Can you tell me how to take into account a price crossing with an indicator line?
the indicator has three lines: bottom, middle and top.
Here is an example:
when the price crossed the upper line, I need to fix this moment and use it afterwards, when the price is below the upper line and above the middle line, and when the price is below the middle line, I need to reset the fixed result. I don't need to remember the price where the crossover occurred, I just need to put a checkmark to indicate that the crossover occurred and then clear it.
I tried it with True and false, it did not work, I cannot understand why.
I tried this:
and it doesn't work. Why not? Help me understand.
It doesn't work, because you need to bring the variables that you want to commit to the global level, i.e. before the Start function... For example these and so on.... " FiksiruemUp = True; // commit " and "iksiruemUp = False; // reset"
If you don't switch between timeframes, it should work...