Orders for integration - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
1603 completed jobs in all languages
Sort by:
TakeProfit MyMa (personal job)
10 USD
In the inputs should be those: UseTakeprofitBalance = true or false TakeProfit% = from 0 to ∞ in step of 0.01 UseDynamicTP = true or false It should be calculated as the same of the stoploss in the EA but it should be a takeprofit. Do you understand
1 Application
(19) MQL4 Experts Integration
100 - 150 USD
Hello I require an automatic EA that will use the following indicator prior to enter a trade and make a new order, the EA will rely on these indicators to determine RULES TO ENTER A TRADE whether a buy or sell, . For example a sell = price going up to a pivot then reversing, Candle Closed RED. i will explain the rules the EA relies on with the project winner The indicators the EA will rely on to determine trading
21 Applications
(3) MQL4 Experts Integration
Project for ismail77 (personal job)
10 - 25 USD
This project is to continue on the modification of BlessingEA, which is to add Stealth mode. This Stealth mode should hide TP and SL from the broker. DummyTPSL=true/false should also be enable in case of any power loss or internet interruption. Below table describe the added parameters/functions to BlessingEA. NanoAccount false MaxOpenLots 0 MaxSpreadOpen 5 MaxSpreadClose 0 MinMarginLevel 500 AllowHedgeTrades true
1 Application
(12) MQL4 Experts Integration
Update for cruiz_sailor (personal job)
25 USD
small update for cruiz_sailor. 1) after close of a position by TP or SL are all deleted pending order. but that does not always work. I think after a trend change occurs this error sometimes. see image 2) a new function "one round" or "endless" if option "one round = true", then according to the close position by TP or SL and finish all pending order ---> NO NEW POSITION AND NEW PENDING ORDERS OPEN. new start (one
1 Application
(17) MQL5 Integration
Signals modifications (personal job)
21 USD
Alain as discussed with private messages I need a modification to signals so they can run with the software you already know. I will send to you the files during discussion
1 Application
(13) MQL5 Integration
20- USD
Hi, I am trying to insert STOP & REVERSE Orders into the void UpdateBE() of my EA with the following trial and error self-coding, but seems not right... I am not sure how to use the proper return function, is it just return or return(0) ? and also where to place the return function correctly. 1. I want my EA to close the current open order and open the new reversed order (buy to sell or sell to buy) at certain price
1 Application
MQL4 Experts Integration
Integration indicator "Trendy_Twins" in Expert "cruising_sailor" (personal job)
25+ USD
Integration indicator "Trendy_Twins" in Expert "cruising_sailor" Replace the current indicator "crossed Moving Average" indicator to "Trendy_Twins" Indicador. as discussed only the signals buy and sell activate. ========================== // I expect a clear documented code // // no errors and no warnings in code // ==========================
1 Application
(17) MQL5 Integration
Mail Integration to existing indicator (personal job)
10 - 20 USD
This job is to create an integration by email to an existing indicator. Scope: Send an email with the text "OPEN : PUT EURJPY @ 123.456 @ 2014-09-30 08:00 GMT" (subject and body) when the next candle opening (after the indicator shows one PUT entry); or Send an email with the text "OPEN : CALL EURJPY @ 123.456 @ 2014-09-30 08:00 GMT" (subject and body) when the next candle opening (after the indicator shows one CALL
1 Application
MQL4 Indicators Integration
Need expert to read CSV FILE to open and close trades in Metatrader 5. Buy/Sell Short/Cover No position / Buy No position / Short Just open and closed positions . No stop or change the order Can I create a CSV file with the necessary commands. OrderSend, in my case: symbol, // Symbol cmd, // Buy, Sell, Short or Cover price, // Price slippage, // Slippage stoploss
5 Applications
MQL5 Integration
EA ENTERPRISE 4.0 (personal job)
150 - 250 USD
Hello, as discussed in private, we need to upgrade to the new version of the EA Enterprise 4.0, mostly adding manual functions. The description (as it was discussed in the private messaging) will be connected to the job as well. Thank you for your cooperation. Anthony
1 Application
(1) MQL4 Experts Integration
50 - 150 USD
Hello, I am looking for a freelance to develop a signal based on to 3 different indicators. It will have to display arrows on my MT4 charts and alerts (message box, sound and email). Find a screenshot enclosed. Explanation of the screenshot : There are already arrows issued from an indi. I need them to be filtered regarding the 2 others indicators : if dots are pink then display red arrows only, if blue then diplays
11 Applications
MQL4 Indicators Integration
Addition of EA trade function + money management function filter addition (personal job)
25- USD
Hi Aleksandr, as per our discussion via MQL message, I hereby open up the new job for you. Full details of job description has been provided to you via MQL message already. Thank you
1 Application
(19) MQL4 Experts Integration
10 - 50 USD
I am new at programmer EA for MT5 and I am doing I think pretty well. But I am with trouble to use the Candlestick Parterns Class. I want someone who can make like a template where I can chechk kind of candlestick formation insite of OnTick(). Like the example bellow: void OnTick() { if(Example.CheckCandlestickPattern(CANDLE_PATTERN_HAMMER)) { Print("This is a Candle Hammer); }
2 Applications
MQL5 Integration
10 - 50 USD
Looking to modify an expert advisor. I need to modify the hedging part of this ea. I want it to be able to close the first position and then open a new one that will attemp to recover the loss of the first one with a profit of 30 pips. The EA will continue to close positions and open new ones until the desired take profit. Right the ea keeps all positions open until the desired take profit is reached. I want the ea
9 Applications
(1) MQL4 Experts Integration
10 - 50 USD
Hello, I need something coded in MetaTrader(Forex) but it can't be revealed in public. More details will be told on skype (smesko12345, add me for finding a good price and spefication) if choosen. I will choose the best offer (price/quality->Very important :)) Cheers, Matija
10 Applications
(2) MQL4 Experts Integration
10 - 20 USD
I have an mq4 indicator and i would like to convert it in order to work in forex tester 2 program.. If any programmer here knows how to do the conversion i will be glad to work with him
3 Applications
(6) MQL4 Indicators Integration
30 - 45 USD
I have 2 Drag and Drop Scripts, One is for Take Profit and the Other One is for Stop Loss, I need to Add Hidden Levels with the Option to Hide TP and SL from the Broker to both Scripts. HiddenLevels = the option "hide a levels s/l and t/p from the broker"; true - levels is hide, false - levels is not hide. Let me Know if it Can be Done and I will Provide the Scripts
13 Applications
MQL4 Scripts Integration
Update_2 for cruising_sailor (personal job)
Job newly assigned at 18.10.2014 Hello, I need a few more changes for cruising_sailor. 1) Inputs simplify NOW #################### NOW --> input string _ = "** Signal Settings:"; // . input bool Signal_On_Close = false; // Wait for bar close input bool One_Round = true; // One round input string __ = "** Fast MA Settings:"; // . input ENUM_TIMEFRAMES MA_Fast_TF = PERIOD_H4; // Time Frame input int MA_Fast_Period = 6;
4 Applications
(17) MQL5 Integration
Gravity Integration (personal job)
10 USD
1. I want only the blue line (Gravity.png) 2. I want in the inputs only "bars back", "m". I don't want see the price, i=0, kstd=0, kstd_internal=0. Then if I want use this indicator in a EA I write this: double Gravity= iCustom(NULL,0,"CentreOfGravity",160,2,PRICE_CLOSE,0); where 160=bars back and m=2 It's right
1 Application
(19) MQL4 Indicators Integration
10 - 20 USD
Hello, I need an additional feature added to the CCI_MTF indicator - just need it to email alert when the cross of a horizontal value occurs, hoping this can be done by the end of the weekend
2 Applications
(1) MQL4 Indicators Integration