|
1. After running several hours there is no trade entered. Is this because of the setting ?
If you look at your backtesting results you may see that sometimes there can be a lot of time between trades. When you do live testing this can be really obvious.
You have set U_PrefSettings to false which means you need to setup the settings file all on your own, you can't take advantage of optimized settings from the past that other's found worked well. While those may not be great settings in todays market, they work better if you don't know how to optimize the signals yourself.
Different FX Brokers sometimes give different trades. FXDD is the Broker that most Phoenix Traders are using. Starting your EA at a time that differs by just minutes can lead to a different trading pattern.
2. Is the function to detect if the market is trending or ranging implemented ?
If so how is it be activated ?
First part No.
Second part. It is a counter trending system, this is covered in the documentation, with a good explanation.
3. Is the function to avoid trending market implemented ?
It is a counter trending system, this is covered in the documentation.
4. Is the function to avoid specific time frame, f.e. news event, implemented ? If so how is it activated ?
Function to avoid certain timeframes is implement. In Signal 5 you can choose when you want to trade. Documentation gives the details.
Avoiding news is not coded. Although if you know when the news is coming out you can use Signal 5 to stop the EA from trading, at a certain time but I don't think it will get you out of any existing trades.
|