All orders - OpenCL - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules OpenCL
276 completed jobs in all languages
Sort by:
50+ USD
If the candle closes out of the top balinger band it is to place a sell and not trade again until there is a buy trade. I will give inputs later but one is here. It needs to have a setting that will allow the account to trade at a account balance to lot size ratio for example if I have it at 1,000/0.10lot and the account balance is 1000$ it should open up a
70 - 90 USD
Robot uses ATR and two RSI indicators. (One RSI for trade entry, and one RSI on higher timeframe to monitor trend.) It has various trade entry filters including news and time (will be used for the Asian session). Only one trade is open at any time
13 Applications
30+ USD
I want to change a custom indicator for the EA as well as correct time setting, I want it run correctly as the way I want. After that optimism the EA. Thank you and hope to work with you forward
30+ USD
I have an existing indicator source file MQl4 format so I need someone to modify the code and add the different types of alerts into it. I need push notification most importantly Thats all
26 Applications
(13) MQL4 Indicators OpenCL C++ C#
30 - 60 USD
Outline The “Whipper” EA is designed to scalp at set times of the day or night using the RSI indicator to enter trades. It will operate on M1, M5, M15, M30 and H1 charts for all major and minor currency pairs and will work with both 4 or 5-point quotes. Whipper will use the Heiken Ashi Indicator on another timeframe (different to the trading chart) to monitor if there are any medium or long-term trends. Trade entry
9 Applications
30 - 70 USD
I want to create a breakout EA it will monitor the prices for 2 hours and then open pending orders both ways with profit targets and stop loss I should be able to insert multiple setups for the breakout windows like one for each trading session for example the EA should watch 2 hours prior to the Asia session and then open 2 pending trades both ways then close all trades before 2 hours of the London session and then
Time Break-out_V2 (personal job)
44+ USD
Hello i need a ea made that i can have it trade the breakout of whatever candle i choose based on the time. so if i choose 16:10 time that candle will form including wick. and the candle that brakes out of that candle that formed on the time i choose will be the entry. this will be V2
30 - 150 USD
Hello I hope all is well, I am a full time trader and i'd like to take it to the next step by having someone develop me an expert advisor based of a code script that i currently have. I'd like kindly like to ask for an experienced coder that I need, that can simply translate and convert an indicator that is on trading view, using Pine Script editor for the TradingView website, from which I'd like to have 2 outputs
A resource to simplify the change from one chart to another one (personal job)
85+ USD
The idea is to have an indicator that makes easier to find and change from one chart to another, I should have to install it in every chart I have active, ¿there are another solution to keep it visible all the time?. Design a interface display with 42 buttons, in a 7x6 format. which all the possible pairs to change for. The idea is that I will be able to locate this interface at any of the four corners of the chart
1 Application
The project aims at developing an Automated trading application for IQ Option (personal job)
675+ USD
The project aims at developing an Automated trading application for IQOption. A completely stand-alone desktop application needs to be developed. It will work on windows OS. The signal will be generated form MT4 (3-4)indicators. Activation Key: Activation key will be IQ Option Account email. News Filter, Martingale, Trading amount, Trading time Practice account , Real Account & Tournament account. Desktop application
30+ USD
No EAs, for now. I just want to see results. What's the point in building an EA if you dont know the preliminary results? Right? So... I need test results for the following main query: ***** Success rate % for all 2 SMA crosses (9-252 MAs: increments of 9) and in every combination for 10 major pairs (will advise of pairs), and for all timeframes as per standard MT charts. Data to go back to at least 5000 ticks. If
Engulfing Candle Alerts. (personal job)
35+ USD
The Strategy is very simple... Use the MQL4 source file to create alerts within the indicator. Alerts required: Pop-up, Push and Email. The pop-up display must show the currency pair, The signal type for example (Bullish Signal or Bearish Signal) And the time frame: M1 - H4
1 Application
(13) MQL4 Indicators OpenCL C++ C#
50 - 300 USD
Good day coders this will be a challenging task as I'm looking for a coder who can create an EA from a indicator. The most difficult part is I don't have the Mq4 file I only have the ex4. I have an EA created from a ex4 file already so I know it's possible
7 Applications
30+ USD
Dear programmer, I need an Ea as described below.1). In the current position place a buy order 1 and a sell order 1.above the buy order place buy stops 1 to n orders. And in the same price place sell limits 1 to n. buy order tp is buy stop 1. Buy stop 1 tp is buystop 2. Buy Stop 2 tp is buy stop 3. 2) below the current position is reverse all should be sellstop . 3) above the current positions orders should be
100 - 150 USD
Hello, I need freelancer who can develop robot for Foex,Commodities,Stock future and stocks, Currently I am doing it manually but I want it to make it automatic. Basically all criteria is on 5 min chart by using certain condition. Example : if EURUSD show 20+pips movement on 5 min chart than execute certain volume on direction of the candle and open the order. Stop loss will be lower of the previous candle . This is
4 Timeframe average of MACD (MQL4) (personal job)
72+ USD
MULTI VENDOR WEBSITE This website is going to a multivendor e-commerce website where a seller can upload products and will have a store and a customer will buy them, admin will get the commission in this. Technology to be used- Laravel The project is being divided into 3 parts- · Admin Dashboard · Seller or vendor Dashboard · Customer Dashboard Admin Dashboard · Manage Sellers (Approve, edit
1 Application
100+ USD
hello all developer I have competition for who is can give me the best EA will give me 40% to 60% profit monthly with lowes drow down, a normal spread show me your offer it's an open budget Thanks all
30 - 150 USD
I need my strategy coded in MQL4 and very simple view. It is a breakout strategy, using 1 Standard deviation and 20 simple Moving Average of the Bollinger Bands. And should also have an alert system, to alert me, once there is a break of the 1 standard deviation of the BOlinger band. And also spot trend by using 200SMA. Very simple design using my company logo colours. And also to add alert, send alert to telegram
100 - 150 USD
Hello, Thanks for checking. My requirements for this EA are going to entail a lot. I need someone that has good English, no offense. This indicator is going to look for trend, and also plot the trend on all time frames on the charts. The trends will be based off of so many bars to calculate. Looking for minor trends, and major trends. This indicator will look for wedges in the market on all times frames. This is what
100+ USD
On Start Place buy with stoploss=2*spread, take profit=spread, weight=min Count=0 On Tick If current price=bought price-spread * (count+1) Place buy with stoploss=2*spread, take profit=spread, weight=double last weight Count=0 else If current price=bought price+spread * (count+1) count=count+1 If count=2 sell all restart On Start else return to On Tick else return to On Tick Basically, every time the price drops
6 Applications
(1) MQL5 Experts OpenCL Forex