DreamCatcher
The indicator shows a favorable entry points into the market by the arrows. Can be used for pipsing on small periods, and for the long-term trade.
Item display
- Count bars - the number of bars that are used to render the indicator. The optimum value 500..1000. Councilor for this value can be reduced to 1 to speed up the optimization and testing
- Indicator period - indicator calculation period in bars, from 0 to 100
- Deviation, 0..100 - deflection coefficient from 0 to 100
- Filter period - period of the filter in bars, from 1 to 50
- Filter applied price - price used is selected from the list
- Filter level (50-100) - Filter level, from 50 to 100
- Filter Shift - filter buffer offset, default 0
- Only completed bars - choice of employment only on closed bars or considered null and also
- Arrow vertical shift - distance from the arrow to Extremum bar
- Up arrow color - the color of the up arrow
- Down arrow color - color srelki down
- arrow size - arrow size
- Allow alerts globally - enables or disables the sending of notifications and alerts
- Pop-up alert - Alert allows the terminal with the appearance of the arrow
- Play sound - It enables playback of sound with the appearance of the arrow
- Sound file - sound file must be located in the%% terminal directory \ Sounds or subdirectory
- Send e-mail - allows sending messages by e-mail when a arrow
- Send push notification - allows sending notifications to your mobile with the appearance of the arrow
Example of a list of parameters for a peredachi iCustom
input int drawbars = 10000; // Count bars
input int P = 5; // Indicator period
input int K = 5; // Deviation, 0..100
input int cper = 4; // Filter period
input ENUM_APPLIED_PRICE cpr = PRICE_CLOSE; // Filter applied price
input int lim = 70; // Filter level (50-100)
input int csh = 0; // Filter Shift
// rest of the parameters can not pass, they have to adjust the display indicator is attached to the chart
EXAMPLE call from the EA at the 1st bar
double dc1 = iCustom (_Symbol, 0, "DreamCatcher_v2.500release", drawbars, P, K, cper, cpr, lim, csh, 0,1); // first buffer - arrow
double dc2 = iCustom (_Symbol, 0, "DreamCatcher_v2.500release", drawbars, P, K, cper, cpr, lim, csh, 1,1); // second buffer - down arrow
Related posts
NewBbandsMT4 Probably every trader known indicator Bollinger Bands (Bollinger Bands). This indicator is similar to moving average envelopes, but based on...
Vidente Advantage: The others do not know (yet). Indicator Vidente for MetaTrader - tool to determine the price trend . For beginners it is a great help...
Multicurrency Cross Oscillator
Multicurrency Cross Oscillator Description Color universal indicator / oscillator crossing moving averages. It is possible to raise or lower coloring...
No comments:
Post a Comment