Thursday, November 2, 2017

Updating indicator VR Multi Price

Updating indicator VR-Multi Price Analisys

VR MULTI PRICES ANALYSIS


The indicator for the analysis and preparation
information on the traded pair in relation to the list of selected currencies.
The indicator supports manual analysis of any period of
traded pair.


How to determine which currency is stronger and which weaker, on which currency there are buyers and sellers of a currency there?


EUR / USD is made up of EUR and USD, in addition to the dollar against the euro and other currencies are quoted, for example, CHF, CAD, JPY, GBP, etc ....


After analyzing the behavior of traders in other currencies we can
see their interest, they buy euros for other currencies or sell it
for other currencies, as well as we get the information about the second currency
(Dollar).


We can estimate, we are interested in this currency today or not players.


In the screenshot below you will find an analysis of the morning band on which
seen that the euro more buyers than buyers of the dollar, and then
we see that the euro becomes the object of large purchases, which causes growth
pair EUR / USD.





settings:


  • Symbol - The symbol for the analysis, if not set the symbol to which the indicator is set, indicated with the prefix
  • SymbolPrifix - prefix character (example EURUSD.m prefix .m)
  • ColorSkins - Color Scheme
  • Transparency - Transparency text labels

displayed information


In the first window:


  • Percentage increase in currencies first order
  • Names of selected currencies
  • The percentage in figures

In the second window:


  • Percentage increase of second order currencies
  • Names of selected currencies
  • The percentage in figures

Text labels display the average data


  • The average percentage for the selected currency pairs
  • The average volume of the selected currency pairs

The red vertical line indicates the start of a data reference for all
currency of the first and second order, a green vertical line represents
end data.


By moving the line over time you will be able to analyze the behavior of the traded pair in the historical period.


Automatic calculation of data, or refresh in the data occurs if the green line stands on a time in the future.


Indicator is written so that it can be imported
working function in any other indicator or advisor to, that is, when
importing to advisor user can transmit data indicator
advisor respect to the selected currency pairs.





Example for importation:


At the beginning of the code declare imports:


#property strict
#property indicator_chart_window
#import "Market \\ VR-Multi Price Analisys.ex4" // path to the directory where the file is an indicator
void ImportVR_Multi_Price_Analisys (string, int, string, uchar, double, double, double);
#import

Next on the code to call the work function of the two standard features:


OnChartEvent (for fast processing of mouse clicks)


OnTick (to obtain market information)


// + ----------------------------------------------- ------------------- +
void OnChartEvent (const int id,
const long lparam,
const double dparam,
const string sparam)
{
double pers = 0, pera = 0, perb = 0;
if (id == CHARTEVENT_CLICK)
{
ImportVR_Multi_Price_Analisys (Symbol (), 0,"", 200, pers, pera, perb);
}
}
// + ----------------------------------------------- ------------------- +

AND


// + ----------------------------------------------- ------------------- +
void OnTick ()
{
double pers = 0, pera = 0, perb = 0;
ImportVR_Multi_Price_Analisys (Symbol (), 0,"", 200, pers, pera, perb);
}
// + ----------------------------------------------- ------------------- +

Decoding functions:


ImportVR_Multi_Price_Analisys (
string symbol_, // analysis tool EURUSD
int Skins_, // Color setting 0,1,2 program
string SymbolPrefix, // prefix tools .m
uchar transparency, // Transparency text labels 0-255
double symbol_percent, // Set to rise or fall of the main analyzed pair
double symbol_percentA, // Accepts average statistical value of rising / falling of the first currency pair in the main
double symbol_percentB // Accepts average statistical value of rising / falling of the second currency in the main pair
);

The program is designed founder of Projects "Trading-Go Projects".


Indicator free download https://www.mql5.com/ru/market/product/8091



Related posts




  • EURUSD forecast of price movement


    EURUSD forecast of price movement Hello Dear Traders! I bring to your attention my forecast prices for the pair EURUSD movement, the price is in a...




  • Consumer Price Index


    Consumer Price Index (CPI). Inflation has always been one of the most powerful indicators of the national currency stability assessment, to evaluate the...




  • Gold rises in price against background


    Gold rises in price against the background of expectations of Fed meeting LONDON (Reuters) - Gold rises in price on Tuesday, recouping early losses,...




Next posts



  • GBPUSD Pound continues to try

  • Gold futures at two week low

  • Stock market downturn continues

No comments:

Post a Comment

StrikeFx

StrikeFx StrikeFx - multi martingeylovy new generation Advisor. This advisor we gave up a grid with a fixed distance between the orders. Th...