research tp & sl indicator

 

hello,

i need MT5 indicator with which i can set  graphicaly take profit, stop loss.


 
paul selvan:

i need MT5 indicator with which i can set  graphicaly take profit, stop loss.

I found no composite indicator-EA, but only an indicator and a separate EA.

Indicator:

Code Base

Risk reward box

Livio Alves, 2024.07.05 22:56

This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted.

EA:

Code Base

Auto SL TP by Risk Reward Ratio

Duy Van Nguy, 2025.05.21 03:11

A professional script that automatically sets Stop Loss and Take Profit for all open positions based on a customizable Risk:Reward ratio. Perfect for traders who want to maintain consistent risk management across their trades.

With those 2 pieces of the puzzle, you might be able to combine them yourself or affordably outsource that to Freelance.

 
paul selvan:

hello,

i need MT5 indicator with which i can set  graphicaly take profit, stop loss.


search codebase. they are there. 1 was uploaded only couple months ago. sorry, cant remember the name of it. it worked much like traderview, you used your mouse to create a green and red square, like in your image.
 

I believe that I have found a 3rd piece of the puzzle which further automates my proposed semi-automated solution in Post #1. The following EA features draggable SL and TP levels (without an RR calculation). Combined with the Risk reward box indicator in Post #1, you can simply drag the EA's levels to the indicator's box extremes.

Code Base

RiskSizer Panel Lite MT5 - Risk Percent Lot Calculator With One Click Buy Sell

The Hung Ngo, 2026.01.21 03:54

RiskSizer Panel Lite is a simple MT5 trading panel that calculates an estimated lot size based on your risk percent. Drag two chart lines to set SL/TP, then use one-click BUY/SELL for fast manual execution.
(Still, really only a 2 piece puzzle─the Auto SL TP by Risk Reward Ratio script is omitted).