Orders for scripts development - Forex - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
239 completed jobs in all languages
Sort by:
100 - 200 USD
Dear Developers. I am looking for A Serious Professional Developer for an automatic trading program (EA) based on Martingale Strategy. Because my job Is very sensitive and I Hate Of Any Bugs. Good pay 200+ plus extra bonus depend on performance and timing. Could you please contact me for the details of the job if you are interested! Many thanks! briefly, To open a posiion The first position must be opened manually by
18 Applications
(17) MQL4 Experts Scripts Statistics and mathematics Panels and dialog boxes Trading robot/indicator debugging Strategy optimization Forex
30 - 100 USD
I want to convert a strategy in tradingview to a mt4 EA. EA must give the exact same results as TradingView strategy and must be error free of course. The EA has to execute trades at the same time as the buy and sell signals as the one in TradingView. Also want to add a trailing SL to it. The source code for the strategy is available
300+ USD
Hi looking some to code a program. To automate backtester feature on Tradingview. To get better returns with the right inputs. We have a strategy file and trades any market. It just takes forever to get the right inputs. This might be a crome extension, or built in the pine code.With the option to choose what time frame you want. Once it’s finished you can import to excel file. I do have a sample video that I can
MA EA Project (personal job)
100+ USD
Coding Structure and plan for EA MT4 & MT5: Main Strategy: Rule 1 > Moving average (MA) (1) crosses Moving average (2) to initiate entry point trigger (0.03 always per £100+ account size) Rule 2 > Moving average (MA) (1) crosses Moving average (2) to close existing order** and initiate next entry point trigger Example code: function run() { vars Prices = series(priceClose(0)); vars SMAxxx = series(SMA(Prices,xxx));
1 Application
(3) MQL4 Experts Scripts C++ Strategy optimization Forex
30 - 200 USD
I need a very simple expert advisor/script Which will automatically enter a trade at a given entry price the TP and SL prices are automated If the SL is hit, the exact same trade is automatically re opened if the entry is hit again by the price (and only if price action is going in the direction of the trade eg. bullish hit of entry price in a long position the trading robot needs to allow me to set the start time
16 Applications
30 - 50 USD
Currency strength indicator I want an experienced programmer to help me code a currency strength indicator. I have provided the logic behind each behavior of the currencies in the attachment . Like i already stated in the task below, there are 2 tables which must be merged into one. I had the 2 tables to help you understand what i want you to do. 1. Please merge both tables into 1 Bullish Condition 1. I
2 Applications
(20) MQL4 Indicators Scripts C++ C# JavaScript PHP R Python HTML Forex
30+ USD
I would like a signal working on any pairs on forex in M5. It's must ring and alert in a box wich pairs it's concerned when : I have three moving average : 10, 20 and 150. i have pivot point of the day. If the moving average 10 and 20 overpass the moving average 150 and is above the pivot point of the days, it's ringing IN M5 And too, the same things behind the pivot point If the movings average 10 and 20 underpass
8 Applications
35+ USD
Please, take a look at the attached image. It have all operations that I need. 1 - Operation on orders Change, delete and close orders (pending and opened) Open pending: start points, number of steps, distance steps, lots, TPs and SLs
Make changes to MT5 and TradingView Indicator (personal job)
30+ USD
Make small changes to MT5 and TradingView support and resistance indicator. MT: 1. Endless lines from left to right 2. Level number near the last bar, shifted to the right for a few bars 3. Line prices on price scale TV: 1. Prices on all lines 2. Prices near the last bar (+ few bars to the right, in future)
1 Application
(7) MQL5 Indicators Scripts Forex Stocks
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
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
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
100+ USD
Hi, First of all, I'm new to this, so sorry for the lack of technical knowledge and lexique I am using MT4 . I need a robot (script?) to be automatically executed every X seconds (configurable variable into the file, no dialog needed) and do the following: Get the list of open positions that have no comment For each position (let's call it THIS_POSITION): Get the position info symbol and type Get the list of all
14 Applications
MQL4 Experts Scripts Forex
30+ USD
I have positioning code that increases the lot size for each consecutive win trade up to a maximum lot size, it then cycles back to the beginning. Unless a loss occurs within the win streak, in which case it trades a minimum lot size until a win. For example if my maximum lot size is 4, it would trade like this: W - W - W - W - W - W - L - L - L - W - W - W - W -W - W - W - L - L - L 1 - 2 - 3 - 4 - 1 - 2 - 3 - 1 - 1
30 - 200 USD
SUMMARY This uses a combination of Heikin Ashi (HA) Bar Chart and the PSAR Indicator. It Enters a position after counting 3 solid bodies HA bars rising or falling consecutively then entering on the 4th bars open price. It then Exits on the PSAR when it signals a crossover to exit. Stops will be at (-2.00%). The HA Bars and the PSAR must be in the same direction always during the trade period. All the above parameters
30+ USD
El script NO debe abrir posiciones, solo colocar ordenes pendientes. El script debe detectar EN LA GRÁFICA una orden previamente abierta(BUY) y debe programar 5 ordenes pendientes tipo(BUY STOP) por ARRIBA de la primera orden previamente abierta. Debe abrir las ordenes pendientes en forma de rejilla(GRID) a una distancia de 5 pips entre ellas. Si la primera orden previamente abierta es de 0.01L, entonces las 5
2 Applications
(11) MQL5 Scripts Forex
30 - 75 USD
#1 I need to Be able to pick a Start time to buy or sell at a certain time and to have the option to set a time to end trade at a certain time no matter where the profit/loss is. Entry Price doesn't matter, I just need it to enter at a certain time. But I would like the ability to place entry price if I choose so. #2 I need to be able to set my stop loss and my take profit for my Entry Order (in pips) #3 I need a
6 Applications
30+ USD
Hello! I need to develop a script or indicator that allows me to quickly open a sell trade at the close of the previous candle by executing it , Main features *-The Sol of the trade will be calculated with a line that will be placed above the price *-The Script must allow itself to place a fixed value in dollars $, which will be the amount risked in the operation See the attached photo for more information