trendlaboratory ltd.pricechannel_stop indicator displays the most recent value as a price label with the the possibility to round the channel levels up to a required number of digi...
exp_tsicloud expert advisor is based on the change of color of indicator. the signal is formed when a bar is closing if there is change in cloud color of the indicator. the ea feat...
the significant highs and lows are entered manually in the dialog box one after the other in the lines point_1 and point_2. the script settings contain the ability to enable/disabl...
the number of bars used in the calculations can be changed using the barstocountparameter. updated every tick. it is based on unlike the latter indicator, this one is plotted using...
in fact, there is nothing new, but the indicator generates a signal somewhat earlier than the alligator (at similar values of ma periods in both indicators). on the higher timefram...
the bollinger bands ® (bb) are similar to the envelopes. the only difference is that the bands of envelopes are plotted a fixed distance (%) away from the moving average, while the...
for the higher chart timeframes: h4, d1, w1 using slow = false (0), and for smaller chart timeframes: h1, m30, m15, m5 set slow = true (1). arrows appear.if signal = 3 (the best is...
the ea suggests the optimal lot size depending on the deposit size. it is designed for manual trading with a stop loss of up to 40 points and the deposits from $20....
the script is designed to create a non-standard symbol period based on the use of the standard period. for example, to create an h3 period of the selected symbol, it is necessary t...
the script is designed to transfer trades from the standard report of the metatrader 4 tester to the chart. the main purpose of such action is to study third-party trading systems....
situation: one demo account, with multiple experts being tested on it. question: what is the profitability of each expert? to answer this question, i wrote a script that reads the ...
plotting the roc indicators of two custom types (including momentum) and periods in one window.roc2 vgthe following is the table of rate-of-change implemented in ta-lib:mom = (pric...
the script outputs the information on symbols to a csv file: swaps, spreads, stops, contracts. the set of symbols is stored in the sims array. in order to create a custom set, it i...
the title contains the idea based on observations of the market regularities. it has been written for the chf/usd pair. timer: 1hour. triggering timer: only monday 9-00 belarusian ...
the expert advisor fills the missing bars on the chart with "dashes" (dojis) — bars which have o=h=l=c.the exhaustive description is available in the article . change history: v2.0...
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 ...