StopLoss
Buyer and Seller Scripts with Stoploss and Takeprofit – script MetaTrader 4
Hi Guys: Answering the call for Stoploss and TakePrifot in my origional Buyer and Seller Scripts here you go. Just Like their first versions, they are “order openers” that are irrespective of chart or currency pair. Within the code of each script there are notes listing how to change the lotsize and number of orders … Read more
Doda-Donchian with stop-loss feature – indicator MetaTrader 4
Author: Gopal Krishan Doda This is the modified version of Donchian channel indicator, popularly known as famous turtle indicator. I’ve modified it after removing 2 lines. The result is a single line, making a simple but one of the powerful indicator. Buy: When price closes above Doda-Donchian line Sell: When price closes below Doda-Donchian line … Read more
Tool to auto-Insert Take-Profit & Stop-Loss limits. – EA MetaTrader 4
A tool to auto insert preset Take-Profit and Stop-Loss limits when an order is executed. Specially when doing scalping manually where you need quick setting of stop limits. Tool to auto-Insert Take-Profit & Stop-Loss limits. – expert for MetaTrader 4
XIT_BuySellAutoStoploss.mq4 – Stoploss set from Fractal Levels, Money management Risk/Reward – script MetaTrader 4
XIT_BuySellAutoStoploss.mq4 – Stoploss set from Fractal Levels, Money management Risk/Reward My main goal here with this script was to help improve my win ratio, by setting my stoploss at fractals with the best support. I had been using fixed stoploss values, and kept having the stop hit and within minutes the price went back into … Read more
Automatic stoploss and takeprofit – EA MetaTrader 4
Automatic set of stoploss and takeprofit with confirmation. We use buy cost for the calculs. For the moment you have a value for sl and one for tp. These value are used for all symbols. I prepare a new version where you could parameter sl and tp for each symbol. Automatic stoploss and takeprofit – … Read more
EA Move StopLoss to BreakEven – EA MetaTrader 4
Description: This EA will not place any order. It will modify the order if profit is equal to or greater than minimum requirement and move SL to BreakEven. There are two files. First file for pairs having digits 4 or 5 and second file is for digits 2 or 3 i.e JPY pairs. Just set … Read more
Script to StopLoss and TakeProft in Pips, use your EA Number – script MetaTrader 4
Script that contains both Stop Loss as Take Profit. Getting your choice only use stop loss or stop loss with take profit. Real author: Valdir Nogueira This script is recommended for robots that do not have stop loss, mainly scalpers and martingales. It will only affect the robots corresponding to the number entered in the … Read more
StopLoss Calculation – library MetaTrader 4
This library made to simplify calculating your Stop Loss for market execution orders. This library enables you to put your Stop Loss in Points, or you can make ATR(true) to calculate your stop loss depending on ATR indicator; and you can change ATR Multiplier which is 3 by default. Your Stop Loss is calculated depending … Read more
Hidden StopLoss – library MetaTrader 4
This library is made for experts that need to calculate StopLoss and TakeProfit without putting SL/TP points on the trade. Because some brokers are market makers and they, of course, know SL/TP levels set by traders, so they move price towards traders SL then free the price in its trend. So this function hides SL/TP … Read more