remember, the background color should not be set to white or ivory, otherwise a part of the indicator will be indistinguishable.the indicator displays in a separate subwindow of th...
the current location in time relative to the beginning and end of the current bar is displayed in the main window. it additionally displays the value of time elapsed from the begin...
the expert advisor uses two moving averages: the slow ma is used to receive the entry signal, the fast ma - exit signal.opens buy, if the slow ma moves upwards. closes, when the fa...
change the type of variables _o_m3_buylevel, _o_m3_selllevel, _c_m3_closebuylevel, _c_m3_closeselllevel, from int to double, to allow input of fractional numbers. more details can ...
set the interest (from 0 to 100) - percentage of free margin allocated for opening a position. this determines the minimum lot allowed for trading, and the position is opened using...
the script uses two functions: gete(), that calculates the euler number, and factorial(), that calculates the factorial of the number and is used in the calculations.the euler numb...
another attempt to adapt the moving average, the use of the indicator in such form has not been found yet.smoothing can help with its practical application. periodma - period from ...
please help me with my idea.the idea has existed for a long time - based on the "conservative intraday scalping" strategy, but i could not find a suitable indicator in mt4.i found ...
the system is not new, of course, and that is not the point. i could not manage to implement something properly in order to test it properly. also, i really needed this feature in ...
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...