Orders for scripts development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
3152 completed jobs in all languages
Sort by:
Create a BUY and SELL button with inputs (personal job)
60+ USD
Hi Umar, I want a "BUY SELL Dashboard" that i can drop onto any chart with the my own user inputs So eg1 %PERCENT=1 SL-PIPS=5 TP1=1 TP2=3 When I press the BUY/SELL button 2 trades kick off with SL=5pips TP1=5pips x 1 = 5pips executing at 1% of full account size (TP will be 100%) (risk 1% account size, when trade is successful it will have made 1%) SL=5pips TP2=5pips x 3 = 15pips executing at 1% of full
1 Application
(36) MQL4 Experts Scripts
30+ USD
I am copying trades from MT4 to MT4 terminal with copy ea. Suppose I let the "sender ea" send all trades, and the "receiver ea" is willing to open all trades. Now I want to put a filter on the receveiver terminal: => only when the lotsize of a pair is higher then ..... Lot, he will copy this trade
4 Applications
(2) MQL4 Experts Scripts
30 - 40 USD
Hello, I don't know if this job is possible,i want an ea or script that can pending stop order opposites to what i enter. For example: 1)I manually enter sell with 0.10 lot of EURUSD at 1.31200 2)then the ea will open buy stop at 1.31300 or can be adjust example 10 pips above the 1.31200 or 20 pips or 30 pips. 3)I can adjust the stop order size whether it can be x2 or x3 or x4 the manual order on 1) after the above
15 Applications
(2) MQL4 Experts Scripts
Script to export "Currency Strength" data to CSV (personal job)
80+ USD
Same as in our previous script. Just a different calculations and you dump currency strength as a row. I need a script to prepare me data for further analyses. Basically I ran the script - it calculates data and dump it into CSV somewhere. Important I can get data for any date in past. You can find the calculation details in attached PINE indicator. You output resulted list currency strengths as a CVS row. //---
1 Application
(4) MQL5 Scripts Converting
Please convert "dataToCSV_atrProjAdvance.mq4" to MT5 (personal job)
100+ USD
Please convert my attached script to MT5 original work was done by you for https://www.mql5.com/en/job/107588 but I added some changes. some text some text some text some text some text some text some text some text some text some text some text some text some text some text some text some text some text some text
1 Application
(4) MQL5 Scripts Converting
30+ USD
Hi, I would like to have the exact same buttons as the one click trading buttons currently available in MT4 as I would like to make some custom changes to its behavior but have no access to the script
11 Applications
(1) MQL4 Scripts
40+ USD
The script when loaded onto a chart will use the current bar when it completes to calculate and send a stop order to the terminal. All details are provided here https://drive.google.com/file/d/18RzaP907A2avDH_NGPq7qPhHu4dxf9UD/view?usp=sharing
5 Applications
(4) MQL4 Scripts
Update pine script (personal job)
30+ USD
Hello Hossein, As discussed before I would like an update of the script below. I need the ability to have alerts set for both red and green bars. Thank you //@version=4 study(title= "Volume Calculation v2" , shorttitle= "Vol Calc v2" , overlay= false ) //DEFINE VOLUME CALCULATION: Vol_Calc = (volume / volume[ 1 ]) * 100 - 100 //PLOTS: Color = open < close ? color .green : color .red plot(Vol_Calc, title= "Volume
1 Application
(16) MQL5 Scripts Other Forex Stocks Options
Send alert or notification for order done in MT4 to Telegram channel (personal job)
80+ USD
REQUIREMENT 1. To repair the existing EA for strategy tester function in Metatrader 4. 2. Place arrow and icon for order/signal generated in chart. 3. Signal notification to Telegram with chart screenshot. Note : Detail requirement through message
1 Application
(5) MQL4 Experts Scripts
MODIFICATION FO SHARK EA II BD (personal job)
30+ USD
Some minor modification of current version of shark ea is needed to give flexibility to trading method and money management. File attached. We will divide the grid by group and control take profit, stop loss and grid size by group. Thank you
1 Application
(8) MQL5 Experts Scripts
Update Tradingview Pine script (personal job)
35+ USD
Hello Hossein, As discussed I would like to have horizontal lines drawn based on chart selected. I'm open for suggestions in order to make my life more simple:) If you find a better way of doing things please let me know. Thanks
1 Application
(16) MQL5 Scripts Other Forex Stocks
100 - 500 USD
Ok so I'm completely new to the MT world, and know absolutely nothing about coding. I've always just been a chart it out on tradingview kinda guy. But I have this different technique for Taking profit/loss I really want to try, and it would require some automation to do it. What i'm looking for is, if 9 trades open, and I have a take profit value in mind that i want to reach, say $1500. If my portfolio of open
27 Applications
(1) MQL5 Scripts Integration Forex
Profitable EA (personal job)
100+ USD
Create and deliver a profitable EA for trading. A good EAS that can trad and make profit, works in any currency. Good for Asian session, London sessions, and American sessions
1 Application
(17) MQL4 Experts Scripts
30 - 80 USD
I want an indicator that sends notifications in perpetuity whenever the determined price levels are touched/crossed from either direction Opening the terminal should be unnecessary to continue receiving notifications as prices are crossed/re-crossed from either direction On the tick when the price of a symbol on a chart is touched/crossed, the indicator should send a notification to the terminal ( e.g. “USDJPY
5 Applications
(7) MQL4 Indicators Scripts Options
30+ USD
Hey I'm not sure if this would be an EA or a script but here it goes: Ideally it's a script I just double click after being in a trade I opened manually and that way I can forget about my trade and it will close it when the macd crosses against me for 1 period and that period closes across. Currently: I open positions manually in various time frames (15,30,1h) I close (TP/SL) my open trade(s) manually on the
2 Applications
(2) MQL4 Experts Scripts
VolumeNode Indicatore (personal job)
40 USD
Hi Hoosang, I have new job for you. You have already develop some Eas for me and I need your help for another job . If you accept. I send you specs file
1 Application
MQL5 Indicators Scripts
Modify EA (personal job)
30+ USD
Modify an exiting EA by making changes to entry and exit points. Modify some of the strategies and add input options. RSI, Exponential Moving Average, and Alligator Strategy EA (OSEI REA EA) : Update. <:p><:p> User can enable and disable each strategy, use signal from one, two, or all three. Project must be delivered with EA and Code (inline comments in code, with all include and associated files) <:p><:p>
1 Application
(17) MQL5 Experts Scripts
30+ USD
I need the code for that function. distanceStopLoss = MathAbs(orderPrice - stopLossPrice); double CalculateLots(double distanceStopLoss, double riskAmount_AccountCurrency); The function must work -for forex, cfd, future ... (for all) -for all accountCurrencies -all Symbols
9 Applications
MQL4 Scripts Other
40 - 70 USD
Entries are performed with the timer only on the 1 minute timeframe following the current trend. Indices to trade boom 500 and crash 500. BUY and SELL 16 seconds. Money management applicable. TRADE BUY at the 2nd second of a minute SELL at the 17th second of that minute Wait until the next minute then
30 - 70 USD
All exclusive rights to the requested software belong to the Client (Me). I am looking for a Closer of partials, that closes 40%, 30%, 30% what does this mean, that if the position is 0.10 the first close 0.04, the second 0.03, the third 0.03 and at the moment of closing partials the stop loss adjust to 0.00 The modification I need you to have is:Oh it could be the same as every x pips close a partial, example Tp1
6 Applications