renko charts were invented in japan and were introduced to the western world by steve nison, widely known as father of modern candlestick charting.1 renko charts ignore time and fo...
several methods of protecting your code have been proposed over the past, but were either too simple (less secure), required re-compilation of your code for each new customer (ok i...
this indicator helps to determine swing point highs and swing point lows.you can choose how many bars need to be checked to determine the major and minor swing points.want alerts? ...
trading volume indicator shows the volume of buying and selling trades on the current bar or on average of specific number of last bars as you want . both volumes are shown simulta...
this code is very simplistic idea of the oscillator, which takes into account values in multiple timeframes indicators .this indicator allows you to monitor the current rsi values ...
e.g.: if you want to set stop loss of 50 pips for 5 digit broker, refer to this function by convert it to 500 points for machine to read.if 5 digit broker:stoploss*pipstopointfacto...
this is a graphical indicator based on slope-direction-trend indicator that has been published under several other forms.one can search to see multiple results.i have taken this in...
khurram mustafabased on : rsi , cci , bb time frame : 1 hr logic : if rsi cci down with bb then sell, otherwise buy or wait other options: selection of buy/sell trading time select...
it is a recovery system implemented in ea. but you can copy it to any other eas.system makes buy (first order,but you can set another rule for it) than if price goes up,order close...
knj zigzag with value at pivots (highs/lows).zigzag line: blue. pivot value (swing value): black inputs window: extdepth=12; extdeviation=5; extbackstep=3; pivotscolor=magenta; =&...
draw elliott waves (5 waves) manually.1. navigator window (ctrl + n), execute this script (double click) on chart.2. it shows "0 1 2 3 4 5" (blue) on the left of chart. double clic...
the indicator shows computer time resolution. normally it is about 15-16 ms. this is important, for example, to copy positions from other metatrader 4....
an indicator for drawing all important pivot points including: "classic", "camarilla", "woodie", "floor", "fibonacci", "fibonacci_retracement".you can choose different timeframes f...
nitinthis indicator provides buy/sell arrows based on exit from the overbought and oversold zones in stochastic oscillator.a buy arrow is printed when stochastic oscillator exits f...
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...