Market Way

0
(0)
Name:
Market Way
Author: konovalov (2010.03.30 11:16)
Rating: 10
Downloaded: 6472
Download:
Market Way 1
 MarketWay.mq4 (7.4 Kb) View
Market Way 2 Equity EURUSD.zip (12.2 Kb)
Market Way 2 test EURUSD Daily Review.zip (19.6 Kb)

Market Way 4

Idea:
The idea of this indicator is old, but not so much that we can say that is as old as forex:) The reason that the differences in the costs of opening and closing appeared only with ...

This indicator summarizes the difference of opening and closing for a certain period of time, the main line, +

- Sums only bear bars;

- Sums up the only bull bars,

and also added a weighted average of the total period.

Advantages:

  • - Combines (important!) The possibility of an oscillator and the trend indicator;
  • - Easy to understanding and interpretation;
  • - Good points to upward or downward movement;
  • - Points to the bull and / or bearish pressure, the estimated amount of motion (important!) In points, which can play a significant role in the installation stops and profits.
  • - Indicates the presence of lateral movement, and its strength (high or low volatile).
  • - Indicates the point of overbought / oversold levels.
  • - Clearly indicates the wave function of the price movement and the possibility of rendering the levels of divergence / convergence.
  • - Allows you to decide on the future behavior of prices and (important!) To enter the market, using the (important!) Only this indicator;
  • - Works well with the data of any timeframe, as well as with the data other than forex, markets;
  • - Without additional smoothing filters out false signals the breakdown cost SMA with the same period

Disadvantages:

  • - Must always be a settlement period, which naturally decreases the accuracy of the analyzed data sample size (the main problem of all, including and this indicator);
  • - Poorly studied all the possibilities of this indicator

Recommended parameters:

extern int IdMain =12; // the main line (drawn on the chart points) of the indicator, it is better (but not necessarily) if it is always between bullish and bearish lines, so Pick up the parameters accordingly.
extern int IdBull = 12; / / line of bull, it is better if its value is equal to the bear and the main line
extern int IdBear = 12; / / a bear line, it is better if its value is equal to the bovine line and the main
extern int IdArray = 12; / / all sma line - the value of smoothing of all the lines on the graph, or so-called The SIGNAL lines.

Presented on the display is a histogram displaying the difference bullish line (white bars) and the SMA and the bear line (black bars) and the SMA. More information is written inside the code indicator. Recommended settings are multiples of 12, as well as options to those numbers which are divided at the same time on 3 and 4, the maximum 108, minimum 12, possibly 9 and 7. These assumptions relate to studies of other work, so it is only a number.

This indicator in the tester strategies:

This example for evidence-building indicator.

These are not optimized, deals are made on opening a bar, so there is no need to test "every tick", the open mode of transactions 1 at the bar. t/f Daily, tool: EURUSD, period: all available 1999 and 2010.Stop Loss and Profit at the level of 500 points. Withdrawal shall be effected by the condition of the entrance opposite transaction. Indicators options: all 12., Lot: 0,1 continuous

Market Way 5

Conditions of entry Long:

//-2- / / -2 -
MainAccumulation1-MainSMA1>0 // if the main line above a smoothed value
&& BullPressue1-Point>0 // if the bullish pressure above 0
&& BearPressue1-Point>0 // if the bearish pressure above 0
&& MainAccumulation1-Point>0 // if the main line above 0

Условия входа шорт: Conditions of entry shortlisted:

//-2- / / -2 -
MainAccumulation1-MainSMA1<0 // if the main line below its smoothed values
&& BullPressue1-Point<0 //if the bullish pressure below 0
&& BearPressue1-Point<0//if the bearish pressure is below 0
&& MainAccumulation1-Point<0 //if the main line is below 0

Terms of the output is strictly opposed.

Below is a schedule change of assets (Equity), the accuracy of 5 digits, as you see, after the discovery of any of the transactions, the equity is rarely fell below -200 points.

Market Way 6

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.