Reverse copier EA

MQL5 Experts

Job finished

Execution time 34 days
Feedback from employee
The best. Good job. Good developer.
Feedback from customer
Very patient, skilled and responsive developer. Did a great job and I can only recommend him.

Specification

I would like to have a copier which will work on MT5 with the following specs. Happy to discuss specs in case needed.

Specs

Multiple sender to multiple receiver


Sender

===== General_Settings =====

Always show all the following information on the chart screen.  As this is a copier, we don’t need to display any chart, but we will use the chart to display the sender information.


Sender_Channel

[text field] (default “Reverse Copier”)


Sender_Status

[dropdown] (default Enabled), (Value=Enabled, Disabled), (Label: Sender status:)

Enable = allow copy to receiver, disabled = do not copy anything to any receiver.


Sender_Name

[text field] (Label: Sender:)


Sender_BackgroundColor

[color picker] (default 19,23,34)


Sender_LabelColor

[color picker] (default Gold) (text color)


Connection_Status

[true/false] (default true), (Label: Connection status:)


Receiver status

[text field] (Label: Receiver connected:)

Show the number of connected receiver.


Comment

[text field] (Label: Comment:) 



Receiver

===== General_Settings =====

Sender_Channel

[text field] (default O-Reverse)


Receiver_Name

[text field] (Label: Receiver:)

Always show on this on the chart.


Receiver_Status

[dropdown] (default Enabled), (Value=Enabled, Disabled, Ignore new orders), (Label: Receiver status:), (always show the status on the chart)

Enabled=copy everything, Disabled=stop everything, Ignore new orders=just copy close/delete open orders, no new orders.


ForexSymbol_Suffix

[text field]


ForexSymbol_BlackList

[text field] (default empty)

Ignore symbols in the black list.


ForexSymbol_WhiteList

[text field] (default empty)

Copy only symbols which are in the white list and ignore the rest.


CustomSymbolMapping

[text field] (default empty)


===== Signal_Conditions =====

DoNotCopy_SL/TP

[true/false] (default true)

SL/TP information will not be copied from sender orders.


Copy_LastOpenOrdersNumber

[number field] (default 0 = disabled)

If > 0, copy number X of open order from sender.


Copy_IgnoreOpenOrdersOlderThanMinutes

[number field] (default 0 = disabled)

If > 0, ignore open order from sender that are older than X minutes.


Ignore_ModifyOrders

[true/false] (default false)

If enabled, do not copy modify orders from sender.


Ignore_Close/Delete

[true/false] (default true)

If enabled, do not copy close / delete orders from sender.


===== Slippage_Management =====

AllowSlippagePips

[number field] (default 2)

Allow slippage of max X pips.


NewOrderExpirationMinutes

[number field] (default 30, 0 = disabled)

New order needs to be filled in X minutes. After that, they expire.


===== Volume Management =====

VolumeType

[dropdown] (default Lot size multiplier), (Value=Disabled, Use fixed lot, Lot size multiplier)


VolumeAmount

[number field] (default 0)

To be used in combination with VolumeType.


ReverseOrders

[true/false] (default false)

Reverse orders from sender. Buy is copied as sell and sell is copied as buy.


ReverseConfirmationPips

[number field] (default 0 = disabled)

Works only if ReverseOrders = true. Wait for the confirmation, that the sender direction is wrong, i.e. the sender is loosing money before opening new orders. Open price in the receiver should be at least X pips different from the sender. Example: ReverseOrders = true, ReverseConfirmationPips = 2, sender BUY with open price $1.1920, then the open price for the SELL on the receiver should be $1.1918 or lower. As long as the price goes in favor of the sender (in our example the price would raise higher than $1.1920), do not copy the order.


Start_FromSenderOrderNumber

[number field] (default 1) 

Start_FromSenderOrderNumber is the number of open orders on the sender which the receiver should start to copy (until Max_OpenOrders is achieved).

Example: Start_FromSenderOrderNumber = 1 and Max_OpenOrders is 3, then the receiver should copy the order numbers 1 to 3 from the sender. In case the sender is opening 10 additional orders, even if all receiver orders are closed again, do not copy orders. Only when the sender has closed ALL orders and then starts again from order number 1, the receiver will start again to copy orders. 


Max_OpenOrders

[number field] (default 2) 

Max number of open orders per receiver.


StopLossType

[dropdown] (default Trailing Stop Loss), (Value=Trailing Stop Loss, Fix Stop Loss)

Sets the type of stop loss to use.


StopLossPips

[number field] (default 0 = disabled) 

If enabled, set SL in pips. Works only in combination with StopLossType. 


TrailDistancePips

[number field] (default 0 = disabled) 

If enabled, set pips which will affect the trailing stop loss to move with the price. Works only in combination with StopLossType = Trailing Stop Loss. Example: 0.1 = would move the trailing stop loss every 0.1 pips, 1 = every 1 pips move of the price, etc.


TakeProfitPips

[number field] (default 0 = disabled)

If enabled, set TP in pips.


===== Receiver_Display =====

As this is a copier, we don’t need to display any chart, but we will use the chart to display the copier information.


Receiver_BackgroundColor

[color picker] (default 19,23,34)

Paint the whole chart with this background color.


Receiver_LabelColor

[color picker] (default Gold)

The color of the text.


Connection_Status

[true/false] (default true), (Label: Connection status:)


VolumeType_OnScreen

[true/false] (default true), (Label: Volume type:)


VolumeAmount_OnScreen

[true/false] (default true), (Label: Volume Amount:)


ReverseOrders_OnScreen

[true/false] (default true), (Label: Reverse:)


ReverseConfirmationPips_OnScrenn

[true/false] (default true), (Label: Reverse confirmation pips:)


Start_FromSenderOrderNumber_OnScreen

[true/false] (default true), (Label: Start from sender order number:)


Max_OpenOrders_OnScreen

[true/false] (default true), (Label: Max open orders:)


StopLossType_OnScreen

[true/false] (default true), (Label: Stop loss type:)


StopLossPips_OnScreen

[true/false] (default true), (Label: Stop loss pips:)


TakeProfitPips_OnScreen

[true/false] (default true), (Label: Take profit pips:)


===== Notification =====

Receiver_StatusChange

[true/false] (start, stop, errors)


Connection_StatusChange

[true/false] (errors, working)


Responded

1
Developer 1
Rating
(14)
Projects
19
11%
Arbitration
1
0% / 100%
Overdue
5
26%
Free
2
Developer 2
Rating
(379)
Projects
407
70%
Arbitration
3
100% / 0%
Overdue
2
0%
Loaded
3
Developer 3
Rating
(6)
Projects
9
0%
Arbitration
0
Overdue
1
11%
Free
Similar orders
Create a fix button, click on meta will remove custom indicator from chat, click again will add Also add a background image, the image is given below. Make this on EA Contact me at telegram if you are an expat on this @Gw_rakib1
I am looking for a highly sample and ready and tested profitable EA to purchase.if it meets my requirements i will order same one.EA must be low drawdown high profit on any timeframe
i have a ready made SMC EA and looking for optimizing and debugging and also adding back the missing things in the requirement file. Basically work with the current code and refine it to fit the requirement file. Most indicator is already in the EA and the requirement file below are mostly finish. here are the things need to add back and debug based on the requirement file 1. TP from the filter and need to check
If you think you can replicate EA ("reverse engineering") from Metarader's Market, and create a new EA from scratch that works 100% the same - please send an offer. I have already managed to find out many features of that EA (entry times, risk management, averaging, trailing...) but I still miss a few
Candle wick bot The bot will have a set amount of wick length to enter trade at candle open price, there will be a set Amount in points that the candle wick has to be to then enter that opposite of the wick direction Settings will look like this : Timeframe: (meaning which candles you’re using to measure open price from for the wick length ) If set to 5 min it’ll be using 5 min candles , if set to 15 it’ll use 15
Looking for a developer to create an MT4 EA based on a custom currency strength indicator and simple moving average. Will provide currency strength indicator code to the selected developer. Buy rules If the EA added in the EURUSD chart and EUR has a currency strength above or equal to 6 and USD has strength less than 2. Wait for the prices comes back to SMA and open the buy trade if the price closes above SMA. Place
I have an equity reporter. This equity reporter displays the maximum and minimum equity reached over a specific interval. So, if the interval is set to 24 hours, the script will generate data in the format: "Profit ATT" (profit AtThatTime) shows max./min. during the specific interval This specific report shows data in pips. It can also be set to display in price or percentages. The interval is also easily adjustable
Sistema HTF EFECTIVO 30 - 60 USD
Hola, me gustaría que un programador experimentado creea un sistema de trading EA que abra y cierre operaciones muy rápido en segundos (HFT). Sería óptimo tener una opción/botón para activar solo para comprar o solo para vender (operaciones unidireccionales). Con una buena interfaz gráfica de usuario. Se agradece la implementación de su propia experiencia con sistemas de trading HFT. Es para mercados volátiles como
Hello, I would like an experienced programmer to create an EA trading system which opens and closes trades very fast within seconds (HFT). To have an option/button to activate either for only buy or only sell (one way trading) would be optimal. With a nice GUI. Implementing your own experience with HFT trading systems is welcomed. It's for volatile markets such as XAUUSD or US30. Taking advantage of order placements
The strategy is a martingale type . i.e if it hits the stop loss , it will double the lot size and place again in that direction, and when it hits the take profit at any level of the martingale, it will start over from the first lot size used initially

Project information

Budget
30+ USD
For the developer
27 USD