During backtesting (maybe ok) or during normal trading?cpu peak 100%
There is not much choice in the settings of the indicators. I could implement the few possivilities into the EA if it is wished. But as you might have noticed: The backtesting is extremely slow. (There is nothing to be done with that!)Somebody has a good set for any pair?
Hello.
It's 2 hours but it doesn't work! Is there any passage that I made wrong?
Thanks.
You may watch the indicators: If everything is green and an upward arrow appeared at the last bar then it is a buy signal. The same in white and a downward arrow then it is sell time.Hello.
It's 2 hours but it doesn't work! Is there any passage that I made wrong?
Thanks.
Normal trade.During backtesting (maybe ok) or during normal trading?
That is strange. I can not reproduce a heavy CPU load in my system. I have 28 charts with all indicators open.Normal trade.
I am not shure it I get you right: You want an alert with every appearing arrow? Or only if all trade criteria are met?Is it possible to add email alert when an arrow appear on chart? In my chart there is a lot of arrow but not open trade automatically. If I open trade manually it would be usefull.
Here is an example.
i install template and install ea.That is strange. I can not reproduce a heavy CPU load in my system. I have 28 charts with all indicators open.
I am not shure it I get you right: You want an alert with every appearing arrow? Or only if all trade criteria are met?
For the latter I could try to code it.
But: That is the reason I made the EA. Because I do not want to open the trades manually.
The Appearance of an arrow does not mean theat the criteria are met. If you want to open more trades you can set "MaxTrades" to a number >1 and then every bar a new arrow is visible would be a new trade (at least that should be, I did not try)."But: That is the reason I made the EA. Because I do not want to open the trades manually."
Answer: You are right.But as I see when the arrow appear and I get notification via mail I could enter to a trade. The EA not open trade so often as the arrow appear. That's why I am request the email alert. With this we can catch some more profitable trade. I think. What do you think?