Quote:
Originally Posted by ruparaw
nix, what indicator is that...i already put all the indicator but still no trade open order 
|
Please download the latest version of the EA it uses Bear's original formula
plus an optional trailing stop and n-bar confirmation as a filter (you can turn the filter off by setting SignalBarsBack = 0;
The default SignalBarsBack = 3 treats the entry signal as valid if it does not repaint for 3 bars. You can of course change this to any vale you like (1 = 1 bar, 2 - 2 bars, etc.)
You have to place the *.ex4 file in your experts folder
and *.mq4 files in your experts/indicators folder.
I'll add money management and other options if the EA proves to be profitable if forward testing (or if I have some spare time

)