Let's analyze an example of trading using the VoltyChannel_Stop_v2.1_TRO_MODIFIED_VERSION indicator.
In order to find out the numbers of buffers for signals, we need to load the indicator on the real chart of the terminal:
Let's look at the chart and hover the mouse cursor over the opening point of the signal on SELL (We learn that the number of the signal buffer for SELL = 3):
Let's look at the chart and hover the mouse cursor over the opening point of the signal on BUY (We learn that the number of the signal buffer for BUY = 2):
In order for the advisor to work according to this indicator, it needs to be configured and filled in only 3 parameters:
SignalNameIndicator=VoltyChannel_Stop_v2.1_TRO_MODIFIED_VERSION SignalBuferforBUY=2 SignalBuferforSELL=3
In order to check the operation of the advisor on this indicator, we will open the strategy tester and configure it to work with the advisor.
We checked that the advisor opens clearly and correctly according to the signals of your indicator:
You can change the other parameters of the advisor at your discretion, experiment with different functions to improve the result of trading by the indicator!
|