forex trade manager grid mt4 helps you to managing orders and achieve the goal. you only need to place first order with take profit, run ea and set in params profit (pips) you want...
forex trade manager mt4 simplifies managing open orders in metatrader 4. if you open a new order, the manager automatically sets stop loss and take profit. when price will move, th...
1. input parameters 2. local variables initialization3. main code a/ expert initialization functionb/ expert tick function3.1 calculate signal in order to send orders3.2 calculate ...
it is common for expert advisor developers to face the challenge of making the robot capable of opening and administering more than one order at the same time. for that, there need...
the input parameters are: tp - this is a number, and the robot will take profit when tp*invested money is reached in profits (recommend 0.01-0.1). slowmovingaverage is the period o...
if all of a sudden consecutively some trades turned into losses we may require to pause the trading for sometime. because it maybe either market choppiness or extreme volatility wh...
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...
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...
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 ...
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...
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...
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...
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...
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 . ...
lot sizing and/or number of trades for strategies like grid and martingale are very important.we always ask about what happened in history of a symbol during range zones and how ma...
please note that it will calulate drawdown based on magic number and symbol. if you dont want to consider the the overall account drawdown the remove the magic number filter and sy...
[@buy_sell_close] manual trading ea for trading newbies, ea can be used in backtesting visual mode, ea can also be used in live trading.you can practice your own trading system in ...
simple trail stop loss code example.it's not meant to use as it is. it's code sample for programmer reference only.nb: i just want to upload it to somewhere as a backup....
this metatrader 4 (mt4) script implements a simple continuous trend-following strategy for buying and selling based on predefined conditions. here's a breakdown of the script:initi...
this script will trail the stop loss of all open buy and sell orders.adjust the trailstart and trailstop parameters to your preferred levels.this is a basic example and can be furt...
this mql4 script is designed to close positions for a basket of currency pairs based on certain profit and loss thresholds. here's a brief description:the script is called "closeba...
classic trailing => use stop loss to trail and it does reflect in your broker servervirtual trailing => does not trail using stop loss and it does not reflect in your broker ...
the code keeps track of orders' tickets in an carrayint. monitoring the changes to the list of tickets in ontimer it triggers these event handlers:note: not all features of the mql...
this particular expert advisor contains a very useful code which is often required by the developers. most of the time , we need the last active trade. but in this ea you can searc...
this ea will scan all closed trades in the history. and check which trade closed most recently. if we pass 0 , then it will fetch most recently closed trade, if we pass 1 then it w...
a professional grid advisor works according to rsi( relative strength index ) indicators. and has the function of reducing the drawdownon the account by overlapping unprofitable or...
the doji pattern detector eais designed to automatically detect the classic doji candlestick patternon any chart. a doji pattern occurs when the open and close prices of a candle a...
the default settings work for eurusd 5minsettings based off optimizations since 2020input parameters trade size calculation:the ea allows for three types of trade size calculations...
this is a pretty simple startegy that follows trend. recommended time frame is d1. when close price brakes up the ema build based on high prices given that rsi is above 55 - exper...
description: the "symbol swap panel" is a versatile utility designed for traders seeking to manage their chart symbols and market watch more efficiently. this tool allows you to ea...
the market watch panel utility provides real-time monitoring of financial symbols, displaying key data like close prices in a clean and intuitive interface. designed for metatrader...
english explanation: using the closeallordersea in metatrader 4 offers several benefits: emergency closure: in case of unexpected market movements or if you need to exit all posi...
this is a non-directional bias ea. this ea does not rely on any technical skillset such as indicators, price action, news calendar events, or candlestick patterns. it offers multip...