Experts: Trend RDS

 

Trend RDS:

Trend detection based on the last three bars.


Author: Vladimir Karputov

 
Hello. ea Trend RDS does not open trades.
it seems like he doesn't count the time right. can you review it. thank you.
 
Kristjan Saarsalu :
Hello. ea Trend RDS does not open trades.
it seems like he doesn't count the time right. can you review it. thank you.

Unfortunately, I can’t find out from a distance: your parameters, your symbol, your timeframe, your log file ...

 
Vladimir Karputov:

Unfortunately, I can’t find out from a distance: your parameters, your symbol, your timeframe, your log file ...

FQ 0 17:40:59.228 Experts expert Trend RDS (Crash 500 Index,M1) loaded successfully

GK 0 17:41:08.062 Experts expert Trend RDS (Crash 500 Index,M1) loaded successfully

DL 0 17:41:22.157 Experts expert Trend RDS (Crash 500 Index,M1) loaded successfully

This is all wath i cething on logfile. ea works on tester but its not working on real time.


if I optimized the robot and make the start and stop active, I get the result of the optimization

Start = 32400 || 32400 || 1 || 324000 || Y

Close = 43200 || 43200 || 1 || 432000 || Y

how should i enter them in the number instead of the time


input datetime Start=D'1970.01.01 09:00:00'; // Opening time (only HH:mm are considered)

input datetime Close=D'1970.01.01 12:00:00'; // Closing time (only HH:mm are considered)



I use the binary.com Broker.


and I use

Crash 500 Index, M1



 
Kristjan Saarsalu :


If you are optimizing some parameter, you should use the result.

Read help: Strategy Optimization

Strategy Optimization - Algorithmic Trading, Trading Robots - MetaTrader 5 Help
Strategy Optimization - Algorithmic Trading, Trading Robots - MetaTrader 5 Help
  • www.metatrader5.com
The Strategy Tester allows you to test and optimize trading strategies (Expert Advisors) before using them for live trading. During testing, an Expert Advisor with initial parameters is once run on history data. During optimization, a trading strategy is run several times with different sets of parameters which allows selecting the most...
 
Vladimir Karputov:

If you are optimizing some parameter, you should use the result.

Read help: Strategy Optimization

thank you. I can optimize.


how can i use the following parameters

Start = 32400 || 32400 || 1 || 324000 || Y


Close = 43200 || 43200 || 1 || 432000 || Y


how should i enter them in the number instead of the time




input datetime Start = D'1970.01.01 09:00:00 '; // Opening time (only HH: mm are considered)


input datetime Close = D'1970.01.01 12:00:00 '; // Closing time (only HH: mm are considered)

 
Kristjan Saarsalu : 

Right-click on the selected test and then “Single test”.

 
Vladimir Karputov:

Правый клик мышкой на выбранном тесте и дальше "Одиночный тест".

how can i use these parameters in the settings here

Files:
Capture.PNG  36 kb
 
Kristjan Saarsalu:

how can i use these parameters in the settings here

Forum on trading, automated trading systems and testing trading strategies

Experts: Trend RDS

Vladimir Karputov, 2020.05.11 17:39

Right-click on the selected test and then “Single test”.


Reason: