Swap setting in Expert Advisor

 
First of all, thank you very much for your time and attention 

I am a long-term trader and the swap rate has a significant impact on my trading results
Although I searched various topics, I didn't find a clear answer to my question. I know that during backtesting in Metatrader 5 tester strategy, the last swap rate is considered and the trading results are calculated based on it. For example, if on the Wednesday Take a backtest on Saturday, the results will be different because on this day, in my case, the swap rate is three times
Now my questions are:
1- Is it possible to define the swap rate in the expert itself so that you don't consider the current swap rate?

2- How to define swap free mode in Expert?

3- If it is not possible to define the swap rate in Expert, what solution do you suggest to define the swap rate in an asset in backtest mode so that it no longer uses the swap rate set by the broker?

Documentation on MQL5: Constants, Enumerations and Structures / Environment State / Symbol Properties
Documentation on MQL5: Constants, Enumerations and Structures / Environment State / Symbol Properties
  • www.mql5.com
To obtain the current market information there are several functions: SymbolInfoInteger() , SymbolInfoDouble() and SymbolInfoString() . The first...