this weighted deviation is a sort of all linear weighted deviation. it uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a ...
variation of the bollinger bands but it uses linear weighted average and weighted deviation (see the description of weighted deviation here : ) recommendations:use it as any bollin...
crypto ea for eth/usd pair. i trade eth/usd using a simple system. i'm tired of constantly following the schedule. i missed signals at night, sometimes i missed signals during the ...
you need to do your own ta for the best results. you decide which direction you want the ea to place trades in (you can go long and short, but hedging won't work) & the ea will...
if you're a trader who constantly juggles multiple open positions and needs to adjust stop losses as trades progress, you know how time-consuming and stressful this can be. but wit...
an implementation of the commodity channel index using exponential moving averages, instead of simple moving averages as implemented by the its creator, donald lambert.the code use...
available formulas (ma_method)sma simple moving average ema exponential moving average wilder wilder exponential moving average lwma linear weighted moving average sinewma sine...
the expert will help you change the tp/sl of all open orders by setting the tp/sl based on the input percentage value.recommendations:change the tp/sl accurately only if all open o...
you have developed your own mt4/mt5 indicator ? for your personal usage for your clients just add 3 lines of code to your mql4/mql5 file to: add trading capabilities to your indi...
this class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling the...
best used on the 15 minute timeframe on eurusd.this expert advisor (ea) for metatrader 4 (mt4) buys when price breaks above the ma and sells when price breaks below the ma. user ca...
it is common for novice developers to face the challenge of making the expert advisor able to detect if there are open orders independently, without using the orderstotal() functio...
this strategy is based on some very interesting enter criterias and usefull funtcions are included which i used to create this trading bot. it has shown very good potential in the ...
this include file provides programmers with a seamless solution for creating martin gale trading strategies effortlessly. the classes gridstrategy and martingalestrategy are derive...
gaussian and other low lag filters"the first objective of using smoothers is to eliminate or reduce the undesired highfrequency components in the price data. therefore, these smoot...
update: v1.01 added magic number added control on symbol (it can be now attached to different charts on the same account) added time control for trading added an option to forcibl...
the provided code is an mql include file and an expert advisor demonstrating how the classes work.it implements a trading strategy based on various technical indicators and trend a...
key features: moving average entry:the ea uses a simple moving average to identify potential entry points. when the market conditions align with the moving average crossover strate...
1. entry rulelong entry: we will enter long positions on the golden cross.the value of the previous moving average is higher than the shorter-term moving average. the value of the ...
the "martin gale breakout" strategy is an expert advisor (ea) designed for trading in the forex market. this ea combines a breakout trading approach with elements of the martin gal...
the indicator is a powerful tool that predicts trend changes based on the analysis of price channels and the nature of the volatility of the instrument.it provides accurate signals...
1.overview the double bollinger band strategy makes use of two bollinger bands in order to filter entries and exits in the forex market.the strategy aims to enter buy (sell) trades...
set the maximum rollback size in the window on the top left of the chart, and the indicator will show the nearest reversal levels and their chances....
lot size computation methods possibility to enable different trailing stop strategies to be optimized for your specific needs, account and trading strategy. a donchian channel str...
trend indicator based on the intersection of adaptive hma and its smoothed line. i recommend using it together with the flat indicator to determine the beginning of a trend early...
very useful way to advance your chart analysis. this indicator show you ratio of movement sizes inside bar to current bar size.this is can be good approval of signals. few examples...
this is super simple starter code for anyone looking to work or build with support and resistance. it includes a mid-line which is calculated using the average of the support and r...
introduction most eas tend to close orders in take profit based on the distance in pips from the purchase price . however, the code used by is based mainly on the current profit . ...
there are 2 input parameters:atrmultiplier: the lines will have this* the current atr value distance from the moving averages. period: high and low moving average, atr period. the ...
multi_breakeven enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable.this feature ensures that the investo...
with its advanced algorithm and precise calculations, this indicator provides traders with timely and highly reliable signals to enter or exit trades at the optimal point. by effec...
donchian channel the donchian channel is an indicator used in market trading developed by richard donchian it is formed by taking the highest high and the lowest low of the last n ...