6.50
25.09.2021
Triggers
-
Triggers are now located in a separate section; added new parameters:
-
TriggerOnProfit= (YES\NO) The strategy will trigger specified TriggerKey only when an order is closed with profit *CR*
-
TriggerOnLoss= (YES\NO) The strategy will trigger specified TriggerKey only when an order is closed with loss. *CR*
(If at least one of these checkboxes are enabled, then signals or a moonshot's buys will not be triggers. It is possible to have both checkboxes turned ON) -
Added the PriceBug modifier AddPriceBug (for MoonShots, there is separate modifier MShotAddPriceBug) - by analogy with other modifiers, adds dependency on the PriceBug.
Actual market's PriceBug added to the report; PriceBug is also taken into account in the calculation of StopSpreadAdd1mDelta: the spread is increased by (1-minute delta + PriceBug) * StopSpreadAdd1mDelta -
Session parameters has now limits to increase and decrease your order size: SessionIncreaseOrderMax and SessionReduceOrderMin(as a percentage of the original OrderSize; default 500% = 5 times)
-
Added display of the MoonShot's price corridor (can be switched in the filter button context menu)
-
The logic of the filters button has been changed, 1 press turns on/off the display of filters/sessions, Right-click opens the settings menu
-
Added the SellLevelAllowedDrop parameter: The value in percentage of the buy price, by which the "move to level" function can lower the sell.