TradeProtector-1.1 – Automatic Stop Loss and proprotional Trailing Stop (updated version) – EA MetaTrader 4

TradeProtector-1.1 - Automatic Stop Loss and proprotional Trailing Stop (updated version) - expert for MetaTrader 4
Updated version of the: List of fixes: – Added SYMBOL (currency pair) checking. Version 1.0 was processing all orders, no matter what currency pairs was there. Currently this EA is only processing orders of the same symbol. If you want to use it for – let’s say EURGBP and EURUSD – attach trade_protector-1.1 to the … 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

Automatic Parabolic Support and Resistance Levels Indicator – indicator MetaTrader 4

Automatic Parabolic Support and Resistance Levels Indicator - indicator for MetaTrader 4
This indi will draw the levels and then delete if older than your selected bars. The turn is calculated on above/below opens not closes as that seems to get most of the turns and this makes it slightly different than just the dots from a programing point of view. I prepared a video to show … Read more

Automatic stoploss and takeprofit – EA MetaTrader 4

Automatic stoploss and takeprofit - expert for 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

Automatic Posting with WebRequest() – script MetaTrader 5

Automatic Posting with WebRequest() - script for MetaTrader 5
The WebRequest function has two call options, the first option is used to send simple queries, the example of it is available in the QuotesDemo script. The second function option allows you to create queries of any type (GET, POST, HEAD, etc.) indicating your own set of headers. This options allows implementing flexible interaction with … Read more

Automatic Fixed Scale with Top/Bottom Margins – indicator MetaTrader 4

How it works
This code was written as an indicator. It adds top and bottom margin to the chart. Both can be adjusted separately. This gives some breathing space to top and bottom of the chart for drawing. It’s changing chart scale to fixed scale, then finds Highest and Lowest price visible on the chart. Then adjust those … Read more

Automatic Fibonacci Lines MrVB – indicator MetaTrader 4

AutoFiboMrVB1
AutoFibLinesMrVB indicator draws automatically Fibonacci levels on the chart. Includes Fibonacci channel. The lines have percentage value and price. Available Fibonacci levels: 0.0%, 14.6%, 23.6%, 38.2%, 50.0%, 61.8%, 76.4%, 100.0%, 123.6%, 138.2%, 150.0%, 161.8%. You can set the lines color from the parameters. You can set the searchBars parameter – number of bars from which … Read more

Automatic Risk Reward box create – indicator MetaTrader 4

Automatic Risk Reward box create - indicator for MetaTrader 4
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. v1.1: 1. Objects draw every tick. 2. You can attach ind to several charts and Risk/Reward box on … Read more

Automatic Chart Refresher – indicator MetaTrader 5

Automatic Chart Refresher - indicator for MetaTrader 5
Some indicators experience a bug where the plot drops horizontally or the buffer doesn’t update on the chart. The problem can be solved by refreshing the chart. This will refresh the chart in the background by a user defined refresh period. The default is 1 which means it will be refreshing the chart every minute. … Read more