Auftrag beendet
Spezifikation
Filtering out the low probability trading entries in a trading strategy. Use my EA attached. Filter positions use common indicators listed below.
include the indicator standard inputs.
- Moving average (MA)
- Stochastic oscillator.
- Bollinger bands.
should work with existing strategy with no errors. provide source code when job is completed. EA will work on LIVE account and DEMO with no error. should work on muti-time frame and for backtest.
include input variables, True/false to select indicators.
---------------------------------
example using moving average
select buy or sell. if BUY then only buy positions can be placed above moving average line.
select buy or sell, if SELL then only sell positions can be placed below the moving average line.
moving average inputs.... period, method, apply to.
moving average filter = true/false
-------------------------------------------------------------
stochastic oscillator example
select buy or sell. buys only above 50 value
select buy or sell. sells only below 50 value
indicator inputs
------------------------------------------
Bollinger bands. example
select buy or sell. buys only between the mid band and top band
select buy or sell. sells only between the mid band and bottom band.
indicator inputs
------------------------------------------------