Magic shift | Forex indicator download- MT4/MT5 resources- MetaTrader 5 resources
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:
9 years (different shifts)
2 years (different shifts)
1 year (Magic Transformation = 61)
May the discussion begin!
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();
}
}2 years (different shifts)
1 year (Magic Transformation = 61)
May the discussion begin!
























Attachment to original post (1)
📦 Summary of post attachments (3)
Below are all the files (3) shared in the reply.
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •