Errors, bugs, questions - page 889

 
Is it possible to insert a picture into your indicator to appear in the description under "General" or can a picture only be inserted when setting in the MT5 marketplace?
MQL5.community - Памятка пользователя
MQL5.community - Памятка пользователя
  • 2010.02.23
  • MetaQuotes Software Corp.
  • www.mql5.com
Вы недавно зарегистрировались и у вас возникли вопросы: Как вставить картинку в сообщение на форуме, как красиво оформить исходный код MQL5, где находятся ваши Личные сообщения? В этой статье мы подготовили для вас несколько практических советов, которые помогут быстрее освоиться на сайте MQL5.community и позволят в полной мере воспользоваться доступными функциональными возможностями.
 
Look at the second page, please.
 
paladin800:
Is it possible to insert a picture into your indicator to appear in the description under "General" or can a picture only be inserted when setting in the MT5 marketplace?

https://www.mql5.com/ru/docs/basis/preprosessor/compilation

icon

Документация по MQL5: Основы языка / Препроцессор / Свойства программ (#property)
Документация по MQL5: Основы языка / Препроцессор / Свойства программ (#property)
  • www.mql5.com
Основы языка / Препроцессор / Свойства программ (#property) - Документация по MQL5
 
 

Renat:
Посмотрите вторую страницу, пожалуйста.

Second page here is taken into account:

Bollid_NB_Test EURUSD H1 17989 1.36 2012.12.01 04:00 06:27

nothing else is visible for 1.12.12

Putting in Excel for 1.12.12-getting:

85600.3201.12.2012 21:032:50
00.0001.12.2012 21:01-
133030.8701.12.2012 17:362:07
33900.6501.12.2012 17:073:15
150390.8401.12.2012 11:414:45
30450.1401.12.2012 11:130:28
12610.00401.12.2012 10:040:01
7490.00301.12.2012 9:580:00
182761,9401.12.2012 8:536:28
87468,8801.12.2012 4:0619:31
3640.3501.12.2012 4:010:13
179891,3601.12.2012 4:006:27
Total12,18

Still 12.18<15.37 ?

1.where is the other 3.19 credits?

 
Are you sure you have looked at all the pages of the report?
 
In Program Properties (#property) in the icon description "...Icon file must be in ICO format" after clicking on ICO I go to wikipedia where there is no article about this format. I should change the link to such an ICO.
Ico - Wikipedia, the free encyclopedia
Ico - Wikipedia, the free encyclopedia
  • en.wikipedia.org
Ico is an action-adventure game developed by Team Ico and published by Sony Computer Entertainment, released for the PlayStation 2 video game console in 2001 and 2002 across various regions. It was designed and directed by Fumito Ueda, who wanted to create a minimalist game around a "boy meets girl" concept. Originally planned for the...
 
paladin800:
In Program Properties (#property) in the icon description "...Icon file must be in ICO format" after clicking on ICO I go to wikipedia where there is no article about this format. I should change the link to such an ICO.
Thanks, updated the link to the current up to date one.
 

How do I determine the correct tick size?

on the metaquotes server it comes out that at

LotCost(EURUSD) = 1.00000 - $1 per tick for buying 1 lot?
LotCost(XAUUSD) = 0.01000 - $0.01 per tick when buying 1 lot?

LotCost(XAGUSD) = 50.00000 - $50 per tick when buying 1 lot?

The script is attached.

Files:
 

depends on the size of the contract, for silver the contract is 5000 (only it is not the size of the tick, it is the value), but the size of the tick

SymbolInfoDouble( symbol, SYMBOL_TRADE_TICK_SIZE )
Reason: