Errors, bugs, questions - page 1763
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
CodeBase works that have been translated into other languages contain the old (original) sources. Updated sources are for some reason only available in the original language.
The translators are not keeping up, most probably. Works in the database are translated into other languages with a serious delay.
It's not about translation, it's about the sources, which don't need to be translated.
A script which is run on M1:
{
ObjectDelete(0, "name");
ObjectCreate(0, "name", OBJ_RECTANGLE, 0, D'2016.11.10',
0, INT_MAX, ChartGetDouble(0, CHART_PRICE_MAX) +
ChartGetDouble(0, CHART_PRICE_MAX) * 20);
ObjectSetInteger(0, "name", OBJPROP_COLOR, clrRed);
ObjectSetInteger(0, "name", OBJPROP_FILL, true);
ChartSetInteger(0, CHART_SCALE, 3);
ChartNavigate(0, CHART_END);
return;
}
Expected result: to see a red rectangle across the screen.
Actual result: no rectangle.
MT5, LInux, Wine, x32
~ $ wine --version
wine-1.9.20
Is it playing?