-- When loading the indicator onto the chart, trading levels and trading history are now disabled to prevent overlapping objects.
-- Added Stop Loss and Take Profit values in the deposit currency to the Stop Loss and Take Profit fields (Show_SLCurrency and Show_TPCurrency in the settings).
-- Introduced a parameter for filtering history by a custom date:
DatesOfHistory = "Custom date yyyy.mm.dd-yyyy.mm.dd"; // Custom Dates of history Start-End: yyyy.mm.dd-yyyy.mm.dd
Set in the format: StartYear.StartMonth.StartDay-EndYear.EndMonth.EndDay.
You can forcibly specify the history period that the indicator will use.
For example: 2024.09.15-2024.09.21