in general, the idea is simple. as soon as the lines are grouped in a certain way, a signal is generated. confirm using fractal, then as usual.all features can be disabled. that is...
the file supertrend.tpl(first extract the zip) should be placed to the folder c:\program files\forex broker\templates\ other *.mq4files should be placed to the folder c:\program fi...
implementation of a machine with memory based on k-nearest neighbors. this approach did not yield the desired result, possibly due to too little time spend fiddling with it (most l...
it allows to change the color of selected objects to specified one. it allows to select all objects or only objects of the set type and/or color.based on the script clear_chart.mq4...
in general, it is quite strange pattern ... but, strangely enough, it works.when the price moves downward on 3 bars (three "falling" candles) on m15, the green is above the red on ...
attempt to create a grid encouraged me to do this.take n+m bars on history interval. write the indicator signals among n bars, and the result among m bars.this results in a file na...
divergence based on a standard stochastic with alert and language selection.the stochastic is not required to be present on the chart. however, if a standard stochastic is attached...
simple expert advisor (more like a draft with an idea) that simultaneously opens two positions in different directions, provided that the stop loss of the losing position triggers ...
when opening a position the scripts automatically set the lot size (three options: fixed lot and two options as described here ).at the same time the scripts try to select a stop l...
the macd is not required to be present on the chart.however, if a standard macd is attached, the divergence lines will be drawn both on the chart and in the indicator window,and th...
description: example of plotting a function spectrum using the fft library a test function based on the sum of 3 sinusoids with different parameters or market close prices are set ...
settings:start - start date for indicator calculation period - period of the predicted rsi pr_period - cluster size in bars progn - number of bars for the prediction err - error th...
description this expert is designed to modify the stoploss of orders.the trading robot can be applied to any symbol window. it tracks all open positions and works with each of them...
modification of the demarker indicator.changes:changed the number of dimensions (specifically to simplify use in experts) the line of the main indicator is composed of 4 with perio...
yuraz based on a script by igor kimthe script visualizes the deals on the chart in a convenient way. it has been used in the analytics when writing the article .it is useful for an...
this oscillator based on turnovers has been developed by stephen klinger.the oscillator is calculated in seven steps:the average typical price is calculated - (h+l+c)/3 if the curr...
modification of the rsi indicatorchanges:changed the number of dimensions (specifically to simplify use in experts) the line of the main indicator is composed of 4 with period shi...
everyone faces the threat of false indicator signals from time to time. what is that for?? the market never stands still, and it is enough to make several trades and the total bala...
nikolay kositsintwo moving averages, 2pbidealma.mq4 and 2pbideal3ma.mq4. the averaging algorithms in them is developed by neutron. the second indicator 2pbideal3ma.mq4 uses this av...
increased the operation speed, correctly processes the missing bars. if the distance between the vertical lines is noticeably smaller, then the history is missing bars there. the i...
the image shows the effectiveness of the smoothing properties of the "ma_parabolic_st2" indicator, compared to the standard "parabolic sar" indicator.the purple dotted line is the ...
the trading signals function is based on the values of the osma indicator.add the function to the ea: #include <signal.mqh>condition if(getsignal()==1) is for buyscondition i...
it is based on the filtr_ao indicator, which has been shared on kroufr. modified to output arrows on the chart. added the ability to output signals both to alert and comment (set t...
aggressiveness shows the number of points the instrument passes within one candle on average, analyzing the last myperiod periods. no matter in which direction!volatility - the siz...
trading signals function. based on the values of the cci indicator.add the function to the ea: #include <signal.mqh> condition if(getsignal()==1) is for buys. condition if(ge...
many probably encountered a situation where the market requires instant decisions (especially true for pipsing and scalping), but the process of calculating the acceptable risk, an...
manages all orders in the terminal. if there is no required profit - it waits. suitable both for manual trading and for expert advisors that lack trailing stop.if the required prof...
the suggestions mentioned in the comments on the original page have been taken into account. 1. added coloring of the histogram bars relative to the previous bar.the original indic...
a line y=ax+bcan be drawn through a set of points, and the distance from each point to the line will be approximately balanced.to plot the highlineand lowlinelines it uses the set ...
if the blue bar is directed upwards, the price will also go up. downwards - likewise.dots indicate the identified peaks (fractals) of the specified indicator.red bars are the maxim...
how it works:places two pending orders at the distance of netstep from the current price if one of them triggers, the other one is deleted places one more pending order in the dire...
the script allows to preview the indicator behavior on a real chart from the specified point with the minimum computation resources, both in the mode of manual control over the shi...
in essence, it implements the idea of visual interpretation of the state of the fourth dimension of the chaos theory by b. williams - zone.information on the chaos theory in genera...