[SQX_138_dev1] "<br/>" string appears in "Add New Action" in AlgoWizard.

Steps to reproduce:
1: Create New strategy
2: Select "Single-asset strategy" and "Full Editor" and Click "Select"
3: Click "Add first rule"
4: Click "Add" in "Add New Rule" view.
5: Click "Add first action"
6: Choose "(MKT) Enter/reverse at market" in "Open" list.
7: "<br/>" string appears.


Request:
1: Please remove "<br/>".
SQX_138_dev1_win_20231013\internal\extend\Snippets\SQ\Blocks\Order\Open\EnterReverseAtMarket.java
Line 29: @Help("Opens order at current market price<br/> If there already is existing order to an opposite direction, it closes it first.")


2: If it is a typo, please check also:
SQX_138_dev1_win_20231013\internal\extend\Snippets\SQ\MoneyManagement\FixedAmount.java
Line 29: @Help("<b>Strategy will risk given amount of money for every trade</b><br/>This is basic money management without compounding. It can be used to test real performance of strategies whose Stop Loss is based on ATR.")
SQX_138_dev1_win_20231013\internal\extend\Snippets\SQ\MoneyManagement\FixedSize.java
Line 29: @Help("<b>No money management</b><br/>Strategy will trade with fixed number of lots.")
SQX_138_dev1_win_20231013\internal\extend\Snippets\SQ\MoneyManagement\RiskFixedPctOfAccount.java
Line 32: @Help("<b>Risk fixed percentage of account size</b><br/>Strategy will risk a given % of equity for every trade.<br/><br/>This is a simple but very effective money management that will allow the strategy to increase the number of lots as your account grows.<br/><br/>It is recommended to risk around 2-5% of the account per trade.")
SQX_138_dev1_win_20231013\internal\extend\Snippets\SQ\MoneyManagement\SimpleMartingaleMM.java
Line 33: @Help("<b>Simple Martingale MM</b><br/><span style=\"color: red\">Experimental feature</span><br/>Characteristics:<br/><ul><li>Optional separate logic for B
SQX_138_dev1_win_20231013\internal\extend\Snippets\SQ\Trading\Commissions\PercentageBased.java
Line 29: @Help("<b>Percentage based commissions</b><br/>Used mainly for stocks, it computes commission as % of actual price of purchased asset.")
SQX_138_dev1_win_20231013\internal\extend\Snippets\SQ\Trading\Commissions\PerTrade.java
Line 29: @Help("<b>Per trade commission</b><br/>Applies commission to every trade entry and exit.")
SQX_138_dev1_win_20231013\internal\extend\Snippets\SQ\Trading\Commissions\SizeBased.java
Line 29: @Help("<b>Simple size-based commissions</b><br/>Simple method of commissions computation - it uses commissions in $ per lot and multiplies it by actual trade size.")

Attachments
br.png
(19.31 KiB)
MKT Enter reverse.png
(15.72 KiB)
  • Votes +1
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

HS
#1

NAPA

28.10.2023 04:04

Task created

E
#2

Emmanuel

28.10.2023 19:09
Voted for this task.
VK
#3

Vojta Kordac

14.11.2023 14:08

Status changed from New to Fixed


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