Linux Build 136: Several missing templates

How can I get the Missing templates shown below?

find internal/extend/Snippets/SQ/Blocks/Indicators -type f -name '*.java' | while read LINE do FILE=$(basename $LINE) FILE=${FILE%.java} for i in PseudoCode MetaTrader4 MetaTrader5 EasyLanguage JForex do [ -f internal/extend/Code/$i/blocks/$FILE.tpl ] || echo Missing: internal/extend/Code/$i/blocks/$FILE.tpl done done




Missing: internal/extend/Code/PseudoCode/blocks/HeikenAshi.tpl Missing: internal/extend/Code/MetaTrader4/blocks/HeikenAshi.tpl Missing: internal/extend/Code/MetaTrader5/blocks/HeikenAshi.tpl Missing: internal/extend/Code/EasyLanguage/blocks/HeikenAshi.tpl Missing: internal/extend/Code/PseudoCode/blocks/AroonDownRiseFromBottom.tpl Missing: internal/extend/Code/MetaTrader4/blocks/AroonDownRiseFromBottom.tpl Missing: internal/extend/Code/MetaTrader5/blocks/AroonDownRiseFromBottom.tpl Missing: internal/extend/Code/EasyLanguage/blocks/AroonDownRiseFromBottom.tpl Missing: internal/extend/Code/JForex/blocks/AroonDownRiseFromBottom.tpl Missing: internal/extend/Code/PseudoCode/blocks/AroonUpFallFromTop.tpl Missing: internal/extend/Code/MetaTrader4/blocks/AroonUpFallFromTop.tpl Missing: internal/extend/Code/MetaTrader5/blocks/AroonUpFallFromTop.tpl Missing: internal/extend/Code/EasyLanguage/blocks/AroonUpFallFromTop.tpl Missing: internal/extend/Code/JForex/blocks/AroonUpFallFromTop.tpl Missing: internal/extend/Code/PseudoCode/blocks/DataLoggingIndy.tpl Missing: internal/extend/Code/MetaTrader4/blocks/DataLoggingIndy.tpl Missing: internal/extend/Code/MetaTrader5/blocks/DataLoggingIndy.tpl Missing: internal/extend/Code/EasyLanguage/blocks/DataLoggingIndy.tpl Missing: internal/extend/Code/JForex/blocks/DataLoggingIndy.tpl



Attachments
No attachments
  • Votes +1
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

m
#1

murty

12.02.2023 19:44

Task created

m
#2

murty

12.02.2023 19:46
Voted for this task.
m
#3

murty

19.02.2023 00:45
Not resolved in Linux Build 137 Dev2
g
#4

Lee Guan Chuan

23.02.2023 06:05

Status changed from New to Fixed

Hi murty,


You can find the missing templates in the coming release or dev version.


Thank you.

m
#5

murty

26.02.2023 14:36

Dev2 still has the following missing. Are these no longer needed?



Missing: internal/extend/Code/PseudoCode/blocks/HeikenAshi.tpl Missing: internal/extend/Code/MetaTrader4/blocks/HeikenAshi.tpl Missing: internal/extend/Code/MetaTrader5/blocks/HeikenAshi.tpl Missing: internal/extend/Code/EasyLanguage/blocks/HeikenAshi.tpl Missing: internal/extend/Code/PseudoCode/blocks/AroonDownRiseFromBottom.tpl Missing: internal/extend/Code/PseudoCode/blocks/AroonUpFallFromTop.tpl Missing: internal/extend/Code/PseudoCode/blocks/DataLoggingIndy.tpl Missing: internal/extend/Code/MetaTrader4/blocks/DataLoggingIndy.tpl Missing: internal/extend/Code/MetaTrader5/blocks/DataLoggingIndy.tpl Missing: internal/extend/Code/EasyLanguage/blocks/DataLoggingIndy.tpl Missing: internal/extend/Code/JForex/blocks/DataLoggingIndy.tpl



g
#6

Lee Guan Chuan

27.02.2023 02:47
Hello Murty, 


I am happy to inform you that the issue has been recently resolved, and the updates will be available in Dev4. All the missing templates have been included, except for the DataLoggingIndy template. This particular template serves as an indicator for logging the time series to the SQX log. 


Thank you.


Votes: +1

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please