Need new Trade Manager

MQL4 Indicators Integration

Job finished

Execution time 12 days
Feedback from customer
Professional, easy to discuss challenges in the coding or trading concepts with. As a retired programmer myself, I can say Dmitriy is doing his job with excellence. CipherPips

Specification

General Trading Rules:

1) We will only BUY LONG or SELL SHORT and not both simultaneously

2) Once a position is open, whether long or short, it must first be closed before changing directions.  NO Exceptions.

3) No less than 0.5% and no more than 5% of current account balance shall ever be invested in any single trade.

4) Subsequent Leg-in trades are permitted as long as the trade is in the same direction.

5) No trade shall ever be entered without first knowing the TP and SL levels.

6) Any trade that is currently open should be able to be switched from a TP to Trailing Stop values .25 ATR, .50 ATR or 1 ATR 

7) all SL, TP and Trailing Stop transactions should happen locally, with the exception of when MT4 is brought down gracefully.  In this situation, all open trades should be modified on the server for current TP, SL and / or Trailing Stop values.

 

Need a Trade manager to do the following for me:

1) Calculate ATR.

2) calculate SL in terms of an ATR Multiplier

3) Calculate TP in terms of an ATR multiplier 

4) Calculate the USD value of ATR from the current currency pair

5) Calculate "n-percent" of available funds in the account

6) Calculate the number of lots x.xx  that n-percent account value represents  

7) Calculate BUY LONG SL & BUY LONG TP

8) Calculate SELL SHORT SL & SELL SHORT TP

I will need a Buy Long button a Sell Short button and a Close Trade Button for each instance or currency pair. If the buttons are associated with the Charts, each chart should have buttons for the on-chart currency pair.  Buttons can be put in an indicator window below the chart or on a separate interface.

Currencies to be supported with the Trade manager follow:

AUDCAD   CADCHF  EURAUD  GBPAUD  NZDJPY   USDCAD

AUDCHF    CADJPY  EURCAD  GBPCAD  NZDUSD  USDCHF

AUDJPY                  EURCHF  GBPCHF                 USDJPY

AUDNZD   CHFJPY   EURGBP  GBPJPY

AUDUSD                 EURJPY   GBPNZD

                            EURNZD  GBPUSD

                            EURUSD

 Essentially, calculations from the 7 base currencies back to the USD should be done in order to calculate the per pip USD value.  Then extrapolation of the basis point value multiplied by the number of basis points in the ATR in order to calculate how many lots can be purchased for n-percent of the account balance.

I have code that can be used for these calculations.  The selected programmer will receive these routines, although they are from MT5.  I need them to work in MT4,  or there will be some conversion needed, however the algorithm will be the same. 

 

Parameters:

int ATR_Periods

double Percent_Risk_Per_Trade 

int slippage

double sl_multiplier e.g. 1.0 is ATR*1

double tp_multiplier e.g. 3.0 is ATR*3

bool Use_Trailing_Stop

int Trailing_Stop_Points

bool Push_SL_And TP_On_Deinit

The following values should be reflected on the right side of the respective chart: BuyTP, Buy SL, Trade $ Value, ATR Points Sell SL, and Sell TP from top to bottom on the right border of the chart because I use "Shift right border" as an option.  If a Windows popup with DLL interface is chosen, then these values should also be reflected on this part of the interface by the respective BUY, SELL and CLOSE buttons. 

Please ask any relevant questions before quoting price and date.

If the programmer chooses to make a Windows DLL that offers the Trade manager functionality, buttons to Buy, Sell, Close trades for the above-mentioned currency pairs can be in rows and columns as long as values are also on the interface. 

 

 source code will be a required deliverable upon completion of the project  

 

CipherPips 

Responded

1
Developer 1
Rating
(13)
Projects
24
42%
Arbitration
3
33% / 0%
Overdue
4
17%
Free
2
Developer 2
Rating
(49)
Projects
134
27%
Arbitration
62
13% / 53%
Overdue
58
43%
Free
Similar orders
Hi I need access to Pocket option OTC charts where I can apply my tradingview indicator. I have the indicator but I need access to OTC charts to apply them! Please help
Tenho um endereço de API que retorna informações, a cada 1 minuto faremos uma consulta e mostraremos em um painel, é necessário validar se todos os tempos gráficos retornaram, em alguns momentos pode não retornar todos os dados. https://integra.tasdigital.com.br/GetIndicadoresForexDataAtualProducao/XAUUSD
Hi, Do you have an indicator or expert and would like to protect and control it? What you will get protection and control Customer control panel The number of products is unlimited. You can add any number of your own experts and consultations You can give a trial period for your product, for example a week or a month, after which the customer subscribes Monthly, annually, or for life, depending on the customer’s
I need an EA to automate Tradingview alerts on MT4 using webhook alerts. The bridge/connector should be python based GUI. Required features at a minimum Mapping Tradingview alert formats to MT4 Automating market, limit and stop orders with entry price, stop loss, multiple TPs and trailing stop Lot sizing - fixed/% of balance/fixed amount breakeven, partial close and trailing stop Mapping pair name prefixes/suffixes
Hello, I am looking for an experienced and professional developer to create a trade copier that transfers trades from MetaTrader 5 (MT5) to NinjaTrader 8 (NT8). I am looking for a developer with a strong track record in creating MT5 to NT8 trade copiers and who can deliver a robust and reliable solution. Thank you, and I look forward to your proposals
Hi there ,I am seeking for some who can I integrate MT4+MT5 into Matlab!We need our indicator window of MT4+MT5 viewable in Matlab so we can execute more research on Matlab Best regards Richie
NB: Given price is a placeholder only. Fees are negotiable. I’m looking for a developer who could make an expert advisor (EA) that will Auto copy telegram signals to an MT4 account. 1. Read and copy trading signals posted in specific telegram channels with different formats to MT4. 2. Copy all the signals including entry price, stop loss, and take profit levels 1 to 3 (if any). 3. Read customized messages on telegram
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service. I have read the Rules of using the Freelance service and accept them. I agree
I am working on a python code that uses mt5 package and I am facing issues in connecting to a platform. In particular, this same issue occurs occasionally without me changing the code / mt5 settings, I cannot individuate any particular reason to this intermitting behaviour. Network is stable. My code is of the kind: mt5.initialize() mt5.login(login=login, password=password, server=server) I also tried variations of

Project information

Budget