Forums>StrategyQuant>General Discussion>reporting SQ bugs & requesting new features
If you have an idea for a new feature or find an issue using StrategyQuant please use our tool to report bugs and requests: https://roadmap.strategyquant.com
When reporting a bug, a screenshot is usually not enough, you should provide also your strategy .SQX (if the problem is related to the strategy), or build configuration as saved CFX file – if it is related to build.
We appreciate your feedback
Have you added any of your own snippet (into older copy)? If so you will need to modify the snippet code KeltnerATR.java so it can be compile in v119
Hi, I did not add my own snippet (at least, I am not aware of that).
Attached is KeltnerATR.java code. The error message says: “class, interface or enum is expected” in line 31/column 1:
package SQ.Blocks.Indicators.KeltnerATR;
Could anyone please let me know what needs to be changed in the code?
Thanks
EDIT:
In the navigator of the Code editor window, under Snippets/SQ/Blocks, there are other red signs with the following message: “category contains building block snippets with missing templates”. The following snippets show the “missing code” message. some show the message missing code in all languages, and others only in EasyLanguage…
/Functions:
GetDate.java
GetTime.java
Recent.java
/Indicators/CloseAll1:
CloseAll1.java
/Indicators/KeltnerATR:
KeltnerATR.java
/Order/Close:
CloseBestPosition.java
CloseWorstPosition.java
/Order/Modify:
SetProfitTarget.java
SetStopLoss.java
/OtherActions
AssignVariable.java
DrawDownArrow.java
DrawUpArrow.java
LogToJournal.java
SendEmail.java
/StratgyControl:
BarsSinceOrderClose.java
ClosePLinMoney.java
ClosePLinPips.java
LastOrderWas.java
LastOrderWasNot.java
OpenPlinMoney.java
OpenPLinPips.java
OrderOpenPrice.java
OrderPT.java
OrderSL.java
PendingOrderDoesntExist.java
PendingOrderExists.java
TradeRecentlyClosed.java
Attachments:
You must be logged in to view attached files.Sure, you need to save your work as individual strategies (SQX files). You can do it manually or using the auto-save function available
Attachments:
You must be logged in to view attached files.Thank you, Tomas.
My question refers to the settings of the Custom Projects I have created. Will I be able to restore those settings for each individual custom project as they are now, with all the tasks and setting included in them? If so, is there anything I need to take into account in the procedure?
I have already saved the setting of each custom project in the user/projects folder. Is it simply a matter of copy/pasting the *.cfx files in the same folder after the new install?
Best regards.
Attachments:
You must be logged in to view attached files.
The topic ‘reporting SQ bugs & requesting new features’ is closed to new replies.