You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The iRVI Crossing zero Full code should have everything you need.
The iRVI Crossing zero Full code should have everything you need.
I have already copied the input parameters from this EA :)
However, just having the input parameters will not be enough for the time control function.
I think that in the EA "EMA Cross Contest Hedged" some lines of code should be changed, except for the input parameters, and I asked what those lines should be (?).
I have already copied the input parameters from this EA :)
However, just having input parameters for the time control function will not be enough.
I think that in the EA "EMA Cross Contest Hedged" some lines of code need to be changed except for the input parameters, and I asked what those lines should be (?).
Then here is another example: Super Trend Hull EA 2
... And the lines that check the trading time:
As this feature increases the number of combinations that need to be optimised by its very nature.
Once the final result has been determined, the last step is to run "Time Control = true" and evaluate the results of the time optimisation.
Or your suggestion?
As this feature increases the number of combinations that need to be optimised by its very nature.
Once the final result has been determined, the last step is to run "Time Control = true" and evaluate the results of the time optimisation.
Or your suggestion?
It's always individual. You have to experiment.
Option "A" - if we are inside the time range - then you can look for a signal to place a pending order.
Вариант "А" - если находимся внутри временного диапазона - значит можно искать сигнал для выставления отложенного ордера.
No. This Expert Advisor does not work with pending orders.
I think there was a mistake in your explanation.
This EA works with pending orders;
"InpExpiration = 65535; // Expiration pending orders (seconds)"
Experts: EMA Cross Contest Hedged
Edviao, 2022.01.25 06:52 pm.
I know that the logic of "CurrentBar" function in EA has the same function as "SignalsBarCurrent" in Trading Engine v4.010.
So, which approach gives more realistic results? Is there no difference because the basic logic is the same?