I would like to customize the parameters to find out crossover signal on specific date. For example, I am looking for the parameters which given cross signal of MACD and Signal line on 1/7/2021 or Sell on 1/8/2021.
Sorry, if this topic is available some where in the forum since I tried to search but couldn't find out.
It may be silly but I was starting with "optimize".
If it's only 2 dates, the fastest way to do this is to plot the graph with a symbol on the desired dates, then plot the indicators and move manually the parameters until you get a signal on the date. The more variables used the easier will be.
Thank you for your response, but for the manually it is facing with problem if I expert to get the same parameter for both Buy and Sell signal on the two specific days.
From what I am thinking, great Amibroker must be have the solutions something like loop or other to solve out my issue.
Well, then you will have to get the indicator value in each trade, given that all trades were made with the same parameter. Have you searched for that in the forum ?
Thank @fxshrat for your response, your suggestion helped me to figure out to catch the date of buy and sell. I will try to do the rest of works to get the parameters.