Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Magic shift | Forex indicator download- MT4/MT5 resources- MetaTrader 5 resources

author EAcpu | 4 reads | 0 comments |
Hello,

I would like to introduce you to a very simple system, the simple rules of which at first glance seem so strange and unreal that no one in their right mind would consider entering into such a trade. However, it has a solid foundation in time series analysis and I have been trading live and profitably for a few weeks, but it stopped working the day I started this post here.

The rules are as follows:

Trading Instrument: EUR/USD Time Frame: H4 (may also apply to H1 with different parameters, see posts 37 and 39)
Indicator: Accelerated Oscillator (Built into Metatrader)

Only take action when a new H4 bar opens. Open the bar to view the accelerator's value 61 bars before the current bar :
* If positive: go short (or reverse previous long position)
* If negative: enter a long trade (or reverse the previous short trade)

You only have one position at any time, either long or short, and you are always on, only reversing when the throttle sign changes. No stops, no limits.

In algorithmic form, this looks like this:
inserted code
 int magic_shift = 61;

void onOpen(){
   Double history shift = iAC(NULL, 0, magic_shift);

   if(HistoryMoves<0){
      closeShortGoLong();
   }other{
      CloseLongGoShort();
   }
}
9 years (different shifts)
Attached picture (click to enlarge)
Click to Enlarge

Name: 2001.gif
Size: 7 KB


2 years (different shifts)
Attached picture (click to enlarge)
Click to Enlarge

Name: 2008.gif
Size: 6 KB


1 year (Magic Transformation = 61)
Attached picture (click to enlarge)
Click to Enlarge

Name: 2009.gif
Size: 6 KB


May the discussion begin!

2001.gif2008.gif2009.gif1.jpg
2001.gif2008.gif2009.gif1.jpg
2001.gif2008.gif2009.gif1.jpg
2001.gif2008.gif2009.gif1.jpg
2001.gif2008.gif2009.gif1.jpg
2001.gif2008.gif2009.gif1.jpg

Attachment to original post (1)

📦 Summary of post attachments (3)

Below are all the files (3) shared in the reply.

Verification code Refresh