I saw a good strategy proposed by forum member Looser and implemented it in various versions of an EA.
Here is Looser's initial thread: http://www.forexfactory.com/showthread.php?t=249386
This is where I jumped in: http://www.forexfactory.com/showpost...&postcount=316
My summary of the strategy: http://www.forexfactory.com/showpost...&postcount=503
Forum member eTrader has been manually executing trades per that strategy and doing very well with it. Versions 09 and 10 are, I believe, the closest to mimicking his manual trading actions that I know of so far. Further information about eTrader's usage of the 6-pair RVI and his trading decisions may bring about future versions of the EA.
Version 06: At least 2 breaches of 24-hour highs/lows needed to enter trades.
Version 07: Mulipair RVI implemented, used as entry signal in addition to at least 2 breaches of 24-hour highs/lows.
Version 08: Uses StartEntryTime (default hour 8) and EndEntryTime (default hour 18) to define a time window for entering trades. There is no time-based closure. Same indicators for entry as version 07.
Version 09: Attempts to mimick eTrader's manual trading as closely as possible, given what is known at this time (26 Aug 2010). Same as version 08, but it uses only six-pair RVI main/signal crosses to determine long/short bias. It does not look for breaches of 24-hour highs/lows needed to enter trades.
Version 09a: Updated attempt to mimick eTrader's manual trading as closely as possible, given what is known at this time (3 Sep 2010). The main RVI and the RVI signal lines have been reversed in the comparison logic after eTrader pointed out my mistake. There is new logic that looks for a cross between the main and signal RVI lines over five 15-minute bars (current plus 4 past bars). Also, to go long, all RVI main samples must be below zero, and to go short, all must be above zero.
Version 09b: Same as version 09a, but it looks for +/-0.15 RVI values at the inflection point to determine long and short bias. Possibly closer to what eTrader is doing than 09a.
Version 10: Same as version 09, but enters trades only once per day.
|
|
v
Here is Looser's initial thread: http://www.forexfactory.com/showthread.php?t=249386
This is where I jumped in: http://www.forexfactory.com/showpost...&postcount=316
My summary of the strategy: http://www.forexfactory.com/showpost...&postcount=503
Forum member eTrader has been manually executing trades per that strategy and doing very well with it. Versions 09 and 10 are, I believe, the closest to mimicking his manual trading actions that I know of so far. Further information about eTrader's usage of the 6-pair RVI and his trading decisions may bring about future versions of the EA.
Version 06: At least 2 breaches of 24-hour highs/lows needed to enter trades.
Version 07: Mulipair RVI implemented, used as entry signal in addition to at least 2 breaches of 24-hour highs/lows.
Version 08: Uses StartEntryTime (default hour 8) and EndEntryTime (default hour 18) to define a time window for entering trades. There is no time-based closure. Same indicators for entry as version 07.
Version 09: Attempts to mimick eTrader's manual trading as closely as possible, given what is known at this time (26 Aug 2010). Same as version 08, but it uses only six-pair RVI main/signal crosses to determine long/short bias. It does not look for breaches of 24-hour highs/lows needed to enter trades.
Version 09a: Updated attempt to mimick eTrader's manual trading as closely as possible, given what is known at this time (3 Sep 2010). The main RVI and the RVI signal lines have been reversed in the comparison logic after eTrader pointed out my mistake. There is new logic that looks for a cross between the main and signal RVI lines over five 15-minute bars (current plus 4 past bars). Also, to go long, all RVI main samples must be below zero, and to go short, all must be above zero.
Version 09b: Same as version 09a, but it looks for +/-0.15 RVI values at the inflection point to determine long and short bias. Possibly closer to what eTrader is doing than 09a.
Version 10: Same as version 09, but enters trades only once per day.
|
|
v
Attached File(s)
Open to new approaches.