Avoid EA trading after price GAP
Because after gap some indicators behavior is not usable for EA decision, I use simple code to avoid EA trading after GAP. At params section of EA add: extern int MinGapSize = 3;extern int BackGapBars = 10;.... add check of Gap before decision of tradingif (NotGap()) { if (......Tags: GAP, EA
4049 days ago
Tags: SSA, SSAep, EA
4288 days ago
Tags: particle swarm optimization, ea, mt4
4370 days ago
Optimization of trading strategy: is there something wrong
What is a central question of all trading strategies is the optimization. However is there something wrong with the optimization or at least with our perception of optimization of trading strategies. I think there is something elusive here. I think that the main problem is t...Tags: ea, optimization, trading strategy, data mining
4408 days ago
Tags: ea
4443 days ago
Entropy Scalper upgrade with chaotic kernel
You can download the Entropy scalper with chaotic kernel. The download is available only for registered and logged users. The performance can be compared. The idea: The idea is to detect as for the fractal spcalper a pocket of predictability. Within this pocket of predictability we ar...Tags: ea, entropy scalper
4462 days ago
Tags: Gann, EA, High-Low Activator, indicator
4482 days ago
Configure EA in Options Tools menu bars
For those who are interested for configuring expert advisors inside a MT4 clientTags: EA
4498 days ago