Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 1014
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
Better time to check
For Sleep in the tester (I think the same for the indicator) do the while loop inside i++ and find the size of the maximum iteration which will (approximately) correspond to the desired delay time
In this case the terminal will freeze completely, which is not good either.
The first indicator is the delta from the delta cluster. Which is updated in about 20 seconds. Therefore we need to delay the reading of the indicator for 20 seconds. Can you tell me how to know the number of seconds since the opening of the candle?
In this case the terminal will freeze completely, which is not good either.
The first indicator is the delta from the delta cluster. Which is updated in about 20 seconds. That's why we need to delay the reading of the indicator for 20 seconds. Please advise how to know the number of seconds since the opening of the candle?
Can you tell me how to calculate the leverage for a particular instrument?
There is a line:
But it is not suitable for some instruments for which the Broker's leverage is different (written in AccountLeverage() )
Guys, how do you calculate the correlation for the last 100 bars?
Couldn't find a sane formula anywhere, got to this point and stopped
Thanks in advance if anyone can help!
Hello, here's a question:
When you run a programmatic search of charts, their subwindows, indicators in subwindows, you can find out the total number of indicators and then their names, parameters, etc.
Using ChartIndicatorsTotal, ChartIndicatorName etc.
How can I find out the name of Expert Advisor running in this window by ChartID?
I think experts will get swollen with such problems, and I have to solve them myself :-) How to make icons on the chart at deal closing, like in the tester????? Maybe there are some ready-to-use functions????
if closing by advisor/script, then
arrow_color
[in] The colour of the closing arrow on the chart. If the parameter is missing or its value isCLR_NONE, no arrow is shown on the chart.
---
if manual - only write/borrow a ready script/indicator that will catch this deal on history and show it with an icon