Orders for scripts development - outdated
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
10 - 20 USD
Hello, I'm looking for a signal which can be edited (not too complex) using the Moving Exponential Averages Crossover method to determine trend changes on different times. I'd like for it to be able to adapt to most timeframes, and be able to change the periods which determine the crossover. I'd also like if it could send alerts and also email alerts. Also I would like to keep in contact with the developer just in
3 Applications
Job (personal job)
100 - 300 USD
Hello Behzad, As discussed on Skype chat, I would like to start that project by tomorrow. Before that I need to clarify few doubts which i need to understand and also i will available in Skype chat . Thank you Regards Astrategy
1 Application
20 - 25 USD
I would like a logarithmic chart of price, perhaps in an indicator window of MT4. It could be done through a script perhaps. 1) It must be able to get LIVE data as it comes, just like a normal online MT4 chart. 2) It must be able to work on range bars as well. If for example you have a 5 pip range bar chart, it should create a logarithmic chart of this one. 3) I should be able to put indicators and EA's on this
1 Application
Greg (personal job)
10 - 15 USD
I would like a logarithmic chart of price, perhaps in an indicator window of MT4. 1) It must be able to get LIVE data as it comes, just like a normal online MT4 chart. 2) It must be able to work on range bars as well. If for example you have a 5 pip range bar chart, it should create a logarithmic chart of this one. 3) I should be able to put indicators and EA's on this window alone. Like how do we put indicators
1 Application
Dear All , I Am looking for making a little kind of game working with datas from internet or excel .Basically is kind of pattern recognition game from historic datas , I Am looking for person who can make something similar than www.chartgame.com just with datas on intraday basis and as well with more options of putting levels ...kind of manual backtesting with real datas and as well more funny than ordinary backtest
1 Application
Guillermo (personal job)
Ofir (personal job)
Dear …. We are running a lot of tests (with various parameters) for the Strategy Tester and then, saving the results file. In order to implement it we perform manual work through the GUI when we initiated manually and enter parameters, run and store the results in a file. We seek for a programmatic solution (a Batch file) that will save us from manual work- to Cause MQL5 to execute a batch file (file that holds
ARB EA CQG ...Rithmic Feed...Fastest Possible (personal job)
10 - 60 USD
Hello! I was wanting a script plugin that looks like and functions similar to the One-Click-Trading box that is on the charts. I am looking for the following options on this plugin, all adjustable ON the chart live, similar to the One-Click-Trading, with the following options available on the chart: One-Click instant Buy\Sell @ Market Opens 2 Positions Stop Loss for Both Positions --2 Optoins --As user defined
10 USD
I need to create a statistic for my EA. This statistic should be stated in table in a chart when backtest is created. The statistic should to display how much trades was profitable and how much trades was loss, when would be a entry price, for example, about 100 pips more than is according of EA, when signal is generated. It means EA should to test with original a values but should to count the value of profitable
10 - 50 USD
Hi all I will need an EA to publish the trading history to website, smiliar what myfxbook does with some simply graphic analysis . which i will specify detail in the task later . the EA should send all trading history, open postions, equity, equity changes to the database , and generate the report in HTML consistently
50 - 200 USD
Hi coders. I need someone to develop for me a bridge between ninjatrader and mt5. I have a strategy that trade 1 instrument only and it issues entries (limit orders) and exits from ninjatrader. I need a bridge to copy this to mt5, for 1 instrument only. The instrument is brazilian emini (win in iqfeed). It changes contract letter monthly like winj16, winq16 etc. Thanks
10 - 50 USD
I need someone who can code the sending of an email from Metrtrader based on the price of a currency pair reaching a price point that has been calculated based on the close of a currency pair at a specific time each day. If that calculated price point is not reached by a specified time, an email would be sent saying no trade today. The price calculation is based on the closing price at an exact time I will provide
50 - 100 USD
The objective is to update to current working method or similar for post 600 build - win10 - https://www.mql5.com/en/code/10360 The process runs successive multiple backtests (without optimization) so one can stage multiple back test runs automatically. I actually don't care if the linked method above is used but simply to accomplish the above task of recurring back tests with multiple start and end dates. Simpler
100 - 300 USD
I need a automation software to places trades automatically from meta-trader charts signal to other TRADING PLATFORM. I need a programmer to develop a plugin sort of a thing( windows application) that can automatically trigger buy/sell orders from meta-trader signal to trading platform. Note:Its not EA, is completely windows based application. Thanks You
8 Applications
10 - 30 USD
Hello everyone, I am looking for freelancer able to code EA or/Excel SpreadSheet for sending order directly from excel ( MS Office ) or Calc (OpenOffice) to MT4. Single order and Basket order at Market price and/ or according to multiple critera. Thank you in advance to get back asap GT Not Willing to pay more than USD30/ So pay attention this critera.and and then avoiding of waste of time
100 - 1000 USD
Hi Traders and Programmers, I am looking for a good and profitable SCALPER EA witch is working on 1.Min. with ECN Live accounts. Witch will do several Orders- maybe up to 20 with Hidden SL, TP, Breakeaven, Trailingstop. If the scalper will work i am paying up to 1000$ and more. I am waiting for your offers. Thank you
10 USD
void CloseBy2() { int slippage=10; double minimum_profit=100.00; int x; double trades[][2]; int total=OrdersTotal(); if(total>1) { ArrayResize(trades,total); for(x=total-1;x>=0;x--) { if(OrderSelect(x,SELECT_BY_POS,MODE_TRADES)) { trades[x][0]=OrderTicket(); trades[x][1]=OrderProfit()+OrderCommission()+OrderSwap(); } } ArraySort(trades,WHOLE_ARRAY,0,MODE_ASCEND); x=0; while(x<total-1) { double
4 Applications