
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
Ok, I added the time filter with success.
It was less complicated than I thought.
I also added some parameters, such as the martingale, grid, etc..
I tested it a few days and I'll put this new version here.
Good job!
Do you implement the timefilter only for recovery trades, all trades or trades on a single symbol?
Good job! Do you implement the timefilter only for recovery trades, all trades or trades on a single symbol?
Hello,
Only for recovery trades. For the first trade that would make no sense.
The filter applies to all pairs.
I'll put a parameter to choose a delay between daily, 4 hours and 1 hour.
I think thats a good option to limit the recovery trades by time.
On the other hand it could take potentially quite a long time to get out of the initial trade if a pair drops quick. Better only trade positive swap.
zero divide
It is this formula that creates the zero divide, but I am unable to change:
return(
(Count * sum_xy - sum_x * sum_y) /
MathSqrt((Count * sum_xx - (sum_x * sum_x)) * (Count * sum_yy - (sum_y * sum_y)))
);
line 1640
Keep it up Mr. FullPips. this thread is getting very interesting again.
good job for the EA
but
i d'ont understant how to install the EA with the last !xMeter_v2.1.1a.mq4
excuse me for my bad english
Not understood
o0taga0o:
If you are directing this question to me, it is I who does not understand your question either.If you read the Notes section of ANY of the versions of the EA, (including !xMeterEA), it explains how to install. Please read the Notes Section at the beginning of the EA.
Tchao...
KomodoDragon
scuse me KomodoDragon
it's ok

initializing EA , waiting for ticks ....
it's normal ?