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

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

Drag SLTP – EA MetaTrader 4

Drag SLTP - expert for MetaTrader 4
There are lots of implementations of this idea. Why new? Well, this EA uses absolutely new principle of object manipulation. The principle is based on true Drag’n’Drop, implemented at pure MQL without using any system DLLs So: All standard functionality available (see video for the details) The only modificatoin is performed after you have dropped … Read more