Delete all objects on chart (main window and sub window) with drag and drop – script MetaTrader 5

Delete all objects on chart (main window and sub window) with drag and drop - script for MetaTrader 5
If there are objects cluttering the chart, sometimes you might want to start afresh without having to delete the entire chart and load another one. This means it may be efficient to drag a script onto the chart in order to clean it. Like a “clear” or “cls” but for objects. The script was meticulously … Read more

Delete a Pending Order by Point and drop over the price order (green dashed line) – script MetaTrader 4

Delete a Pending Order by Point and drop over the price order (green dashed line) - script for MetaTrader 4
Description: Select the pending order you want to delete when you have severals pending orders on a same chart by point and drop over the price of the pending order you want to delete. You have severals pending orders placed on a chart and you want to delete one specific pending order? Just point a … Read more

Change your pending order PRICE, SL or TP by just drag and drop a script – script MetaTrader 4

Change your pending order PRICE, SL or TP by just drag and drop a script - script for MetaTrader 4
I have attached 3 scripts that will help you to modify the price, the Stop Loss and Take Profit of a pending order. Once you have added a pending order to your chart with a SL and a TP use the following scripts: DROP_MOVE_PENDING_PRICE.mq4 : If you want to move the price of your pending … Read more

Drag and Drop Support and Resistance lines with color differentiation – script MetaTrader 4

Drag and Drop Support and Resistance lines with color differentiation - script for MetaTrader 4
NEW REVISION:*********************DROP_RESISTANCE_LINE_Rev1 and DROP_SUPPORT_LINE_Rev1: Both scripts have been revised. With the new revision the scripts will work also when MT4 is not connected to server. The old version could only work when the platform was connected to server. ********************* If you want to draw several resistance and support lines differentiating the color of both types … Read more

Drag and Drop Support and Resistance “segment lines” with color differentiation – script MetaTrader 4

Drag and Drop Support and Resistance "segment lines" with color differentiation - script for MetaTrader 4
NEW REVISION: ********************* DROP_RESISTANCE_SEGMENT_LINE_Rev1 and DROP_SUPPORT_SEGMENT_LINE_Rev1: Both scripts have been revised. With the new revision the scripts will work also when MT4 is not connected to server. The old version could only work when the platform was connected to server. ********************* If you want to draw several resistance and support lines as a “little segment … Read more

DROP LEVEL LINES (WITH LEVEL VALUE AND AUTOMATIC COLOR CHANGING) – script MetaTrader 4

DROP LEVEL LINES (WITH LEVEL VALUE AND AUTOMATIC COLOR CHANGING) - script for MetaTrader 4
NEW REVISION 2010-12-17: ********************* DROP_LEVEL_LINE_Rev2.mq4: DROP_LEVEL_LINES.mq4 has been revised. The last revision Rev1 was displaying all prices with 4 digits. In this new revision (Rev2) the number of digits displayed is adjusted to the Market. (Example: With Rev1: EURUSD = 1.3452 USDJPY = 83.8200 DJ30 = 11332.0000 With new Rev2: EURUSD = 1.3452 USDJPY = … Read more