All orders - Options - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules Options
1272 jobs in the archive in all languages
Sort by:
60+ USD
I WOULD LIKE A SEVER FOR FORTX WORKING 24/5 AND TO RECIVE AN AVRAGE 150 TO 250 PIPS PROFIT DAYLY AND WORK ITSELF AND TO GET SIGEALS ROUND THE CLOCK AND HAVE A WIN RATE OF 90% THANK YOU MR STUART HEALY
50 - 150 USD
What I need is and indicator which mission is to watch the symbols price difference between two different accounts(on two different servers) and alerts us instantly when there is a big difference in prices For example : Eurusd at server 1 = 1.1315 at time 4:39:52 Eurusd at server 2 = 1.1326 at time 4:39:52 There is a 9 pips difference between two prices of same symbol at the same time in two different servers and so
30+ USD
Hello, I hope you are well I would like to adding to my automatic strategy which is on ninjatrader this code I want you to show me how and where precisely I must add it in the line code of my automated ninjatrader strategy for it to work in terms of how the strategy works: The principle is simple: - When you lose the next trade will be the same size - When you have a gain after one or more losses the following trade
30+ USD
HI Am am looking for an indicator coding for MT4 to identify and alert to a specific price action pattern. Diagram and example attached. The important thing is that the inside structures are discounted. I envisaged the Zig Zag indicator may be utilised for the highs and lows
30 - 60 USD
https://www.youtube.com/watch?v=ec6-LAtlrOc&list=PLv-cA-4O3y95e9N3saUmDpQGKR11k-v1B&index=2 This YouTube video is about modifying expert advisor to work in multiple symbols .. he explains how to implement it in our custom EA and he puts the link for the code in the comments of the video. His YouTube videos are divided into 3 episodes 1.1 he introduces the modification and 1.2 and 1.3 he explains coding it This link
30+ USD
Hi, I love this MT4 indicator attached so much, but it repaints could you be so kind as to code one the same as this but one that does not repaint please, I do not have a source code, but I thought with your expertise you could code me one just like it!! It must not be a lagging indicator, it needs to be precise
50+ USD
Hi, I need a developer who can develop an EA using mainly order flow and volume profile indicator for a quick scalping technique. At this point it is a personal robot so i prefer more energy in developing the actual software rather than graphics. How this should work is when there is a bigger than usual entries in the market forcing the market to move in a particular direction, the EA should be able to notice this
100 - 300 USD
Very Important: The main and most important thing in this project is the graphic representation, the rest anybody can do it, So pls if you are not an expert in the graphic interface don't waste my time and yours. The main function of this day trading panel are: Risk management: Calculating the volume taking into account the risk and the stop loss. Adding commission and spread into the volume of the trade. Displaying
30+ USD
Hello, I wanted to see if you could covert the attached MT4 script to tradingview? Please i need an expert who knows well about mt4 and tradingview to bid for the project You get the source code when you bid already. Thanks
30 - 50 USD
Need a expert bot to simply take buys in between swing high and swing low points on set timeframe. Want to buy 1 contract option once price goes above or below a certain point in between the swing high and swing low points. And to set the stop loss at the opposite swing low/high point. That is all
10 Applications
MQL5 Experts Options
30 - 80 USD
especificações: como uma média móvel Exponencial de 10 períodos será feito a verificação se os preços de fechamentos estão acima ou abaixo dessas medias. Se o preço de fechamento do candle esta acima dessa média exponencial de 10 períodos e o preço de fechamento do candle seguinte esta abaixo da média exponencial ou ao contrário o preço de fechamento do candle está abaixo da exponencial de 10 períodos e o preço de
30+ USD
Looking for an expert and professional who can replace Binary bot code in XML format into Expert advisor in MQL4 to work perfectly without errors. Kindly bid if you are an expert at this, Thanks
30+ USD
I need a mt4 EA for trade BO that I would like to connect with Dukascopy and place trades on Dukascopy Binary Option platform. I need a programmer that can program this Bridge into Dukascopy Binary platform and source code is ouput result p.s. only programmers serious and he has experience with Binary Options and with the Broker Dukascopy
2 Applications
(1) MQL4 Experts Integration C++ Python Options
30 - 200 USD
Hi all you expert coders, traders & developers out there. I am looking for a highly profitable, low risk EA - one you may have developed extensively for another client & has been extensively tested with provable results. I'm not looking to reinvent the wheel but looking for something efficient with amazing features to really at the end of the day profit to the maximum out of trading. If you have developed something
6 Applications
MQL5 Experts Forex Stocks Options
30 - 60 USD
I would like to have an experienced & well talented developer to develop a smart MQL5 EA that's going to base majorly on 2 indicators (super trend and an option to select from 4 different periods of Exponential Moving Average). The EA must be able to trade Forex, Crypto and Indices automatically, open and close positions based on the "Buy & Sell" signals given by the Super-Trend indicator. The EA should provide the
30+ USD
Hi we need a conversion. can we show a Python strategy on our react page chart? if yes, we will need help in doing some conversion Kindly bid if you are an expert at this
30 - 200 USD
The EA is based on 5 indicators, it must be able to trade forex and also be able to automatically choose lot sizes based on percentage of equity it's allowed to risk per trade.I have the both text and videos explaining my strategy. I will attach one of the text files below. Have a look and let me know your budget
30 - 200 USD
The EA is based on 5 indicators, it must be able to trade forex, crypto, commodities and indices charts and also be able to automatically choose lot sizes based on percentage of equity it's allowed to risk per trade.I have the both text and videos explaining my strategy. I will attach one of the text files below. Have a look and let me know your budget
30+ USD
Hi, I mistakenly deleted my job order, i sent you tradingview videos of my strategy and we agreed on a price. Please respond to this. I will ask you some questions to ascertain if you're the one
50+ USD
//--- input parameters input int ma_period=20; // moving average period //--- handle of the indicator used in the EA int indicator_handle; //+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit() { //--- check ma_period validity if(ma_period<=0) { PrintFormat("Invalid