[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 316
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
The other indicator on #property indicator_chart_window via iCustom, and there on DRAW_ARROW.
is there another way? or could you give me a link where this case is implemented, maybe you've encountered this...
Does the test script from the kit work?
Yes, it did, it worked out.
Zhunko:
There are a lot of syntax errors.Let me try it now. When we write
then in all cases these some actions will always be performed, because the first two are similar to the third (check, simplify the expression). That is, if they are boolean variables, we don't need to put ==true, ==false, because they are already true or false by themselves.
Got it, thanks! Sorry about the off-top. I subscribed to this thread in my profile and indicated to report replies to my email. But for some reason I am not notified of replies. How can I solve this issue?
Is there another way? Or could you give me a link where this is done, maybe you've seen it before...
No, I didn't use iCustom at the time because I didn't know about it at the time. Here are two examples, one and the same algorithm, only one is in a subwindow and the other is signal at the intersection of the first one.
That's weird... Maybe MetaEditor's reacting to the Greek? At least everything compiles with me...Yeah, it's working, it's working.
That's a relief. So we have to look for errors in the code.
Yeah. The Greek characters are showing up for some reason.
If it's a script and it's in the scpirts folder, then it's been run once and removed from the chart. To keep it permanently, put your code inside this
By "script" I meant the algorithm.
So can someone help me with the algorithm?
I want to trigger an Alert when the market is open and similarly when the market is closed and trading has stopped Alert that the market has closed!
By "script" I mean an algorithm.
so can someone help me with the algorithm?
When the market opens Alert that the market opened and similarly when the market closed and trading stopped Alert that the market closed!
I don't know, Pasha, to be honest, I don't understand what's wrong. It's not a script, but a piece of code, right? Try to put brackets around it to ease your conscience:
чтобы при открытии рынка срабатывал Alert что рынок открылся, и аналогично когда рынок закрылся и торговля прекратилась Alert что рынок закрылся!
How can I simplify this expression?
is from the ADX algorithm by MetaQuotes. MetaQuotes themselves use this expression:
- how to simplify it? From Wiki,
, here I consider as the same function, only with different input parameters.