Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    332 jforex jobs found, pricing in USD

    Metatrader 5 EA needs to be converted to JFOREX Java. This is a pairs trading EA that sends 2 orders simultaneously however Metatrader cannot process orders asynchronously meaning that it waits for the order confirmation from the first order to place the second order. Jforex Java doesn't have this limitation and it can process orders simultaneously. (e.g asynchronous orders). Ctrader version of the EA is available if needed.

    $257 (Avg Bid)
    $257 Avg Bid
    3 bids

    Hi, I need A DEVELOPPER to replicate an automated trading tool that i asked someone to do for me for the Dukascopy Jforex platform now i want the same automated trading tool available for the Metatrader 4 platform, i got all the Java source files and codes available with a description of the trading tool attached to this message if you have any question please contact me. And also i would like a demo version with an activation key of the News-trader tool in case i want to sell it and have it available as a free trial.

    $150 (Avg Bid)
    $150 Avg Bid
    1 bids

    ...only open the order at a favourable price and will retry until it gets one or the order is closed. That's all. No other trading logic. I already have it running on Metatrader but would like to run it on JForex. The main complication is that the communications between my program and the expert which is done via a DLL of mine. Basically the expert would make calls to the DLL at fixed intervals and pick up any new (market) orders and execute them. I know the third party DLL calls from Java are tricky, so the coder must have experience here as well as proper experience in MQL and JForex/JAVA. If the coder can suggest an alternative to picking up orders from the DLL, I'm open to new ideas but it must be as quick as the DLL and be available to non JAVA programs. ...

    $668 (Avg Bid)
    $668 Avg Bid
    6 bids

    Hi jmbise, I need the same tool like the horizontal price allert for jforex. I am not sure how does this work. Can I buy the same code from you or did you developed this further by any chance. How it is look like anyway. Do you have some snapshot or video where it is in use? Thanks for your answer in advance Ferenc

    $150 (Avg Bid)
    $150 Avg Bid
    1 bids

    Prepare for me a Java ( Non Maven ) just standard application .. that you download from dukascopy jforex , And change the Ma built in strategy to buy when rsi is below 30 and sell when its above 70 . Add tradingHour limit from to (parameters) and spread Parameter . This is a template if i see that your code is clean ill give you full project. Freelancer must know JFOREX so this project wont take 20 mins of his time . Send it to me as netbeans project not eclipse .

    $22 (Avg Bid)
    $22 Avg Bid
    4 bids

    Hello, Looking for an experienced financial market developer to code the following auto trader system for trading with Dukascopy Bank via its API. HIGH LEVEL DESCRIPTION: I am trading currencies via Dukascopy Bank and would like to automate my entries and exits based on several input variables entered via a graphical user interface (which will need to be built as part of this project). The program does not need to generate a trading signal as I will be specifying the position size to be traded. The following is a brief description of how the entries and exits need to be traded: ENTRY Via the GUI I want to define e.g. the target positions size (e.g. buy 500EUR against USD), the size per trade ticket (e.g. 100EUR against USD) as well as a start and end time. At the end time the...

    $36 / hr (Avg Bid)
    $36 / hr Avg Bid
    8 bids

    Hi I am looking for a transformation of the TSV ( Time Segmented Volume from the jforex dukascopy platform) 1. Unlock the vertical zoom to allow me to zoom in manually at will like shown in the attached images. 2. Add to sound alerts to the indicator, the first if volume level is below "n" (value definable by me) at the exact closing time of a bar and second alert if the level is higher than "n2" (definable by me) at any time. The alert sound has to be definable as well Thanks

    $640 (Avg Bid)
    $640 Avg Bid
    3 bids

    A buy/sell alert using 3 EMA, 8 EMA, PSAR and MACD, all on the 3 Minute JForex chart. To include a signal up and signal down each time the alert is triggered

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids

    I need a zoom unlock function for the jForex platform. As you can see in the screenshot1 the zoom is automatically adjusted so the highest level fits the window, what I need is a solution to allow me to zoom in manually as shown in screenshot2 for 2 indicators "Volume" and "TVS" please remind that the software is automatically updated by the provider, so may be this could be a custom version of the 2 indicators.

    $23 (Avg Bid)
    $23 Avg Bid
    1 bids

    Hi I need someone to develop a plug in/Script for a Jforex platform in Java. The script will have around 100 conditions functions.

    $880 (Avg Bid)
    $880 Avg Bid
    8 bids

    I need to develop an auto hedging trading strategy for JForex and Metatrader 4 Platforms.

    $296 (Avg Bid)
    $296 Avg Bid
    4 bids

    Hello. First I will send you the EX4 file (MetaTrader Build600+) . You need to decompile that file first. If you can decompile it, please take a screen shot of the copyright area (the top of the source code) and send it to me. If I can confirm that it has been decompiled, I will soon settle the bill. Furthermore, I need to build up a JAVA code for JFOREX platform to use it in Dukascopy account. The java code will be based on the decompile MQL4. If you need I can supply you the whole strategy or flow chart of the strategy. Regards, Kazi Khoda

    $472 (Avg Bid)
    $472 Avg Bid
    4 bids

    Dear team, I have an algorithm that I want to automate into a Jforex strategy, it needs to work with information from a few indicators and gather them into a trading strategy. 1) Needs to understand market cycles (I have a simple algorithm for that based on support and resistance) 2) Needs to project cycle behaviour in 2 dimensions (price/target and time/period) price target is calculated using a simple formula, while time is calculated using the periods tool from the JForex platform to project current pattern into the future. 3)Needs to understand price acceleration (reading the waddah AT indicator which comes with Jforex platform) and Adaptive Cycber Cycle (which I have) 4) Needs to understand a few concepts like "Advanced Cycle Maturity" and...

    $504 (Avg Bid)
    $504 Avg Bid
    4 bids

    I want to copy trades between 2 different dukascopy trade account using socket client/server, including Create, Modify and Close orders. Two seperate strategies are required on each trade account. There is one example of jforex socket server/ client on Jforex wiki. Synchronization is only one-way from client to server. You need write some trade managing process in order to modify or close some trade from client side.

    $219 (Avg Bid)
    $219 Avg Bid
    4 bids

    I want to copy trades between 2 different dukascopy trade account using socket client/server, including Create, Modify and Close orders. Two seperate strategies are required on each trade account. There is one example of jforex socket server/ client on Jforex wiki. Synchronization is only one-way from client to server. You need write some trade managing process in order to modify or close some trade from client side.

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids

    Hi Barash777, I just saw your announcement and registered on the site only for that. So I could not bid there. I am an experienced MQL programming with a total professional programming experience of 8+ years and 5 years on MQL and JForex. I program the EAs, indicators and scripts with any complexity and logic. Have created tons of MQL stuff with which I wont bother you. So you can request me for sample materials for you to review. I read the requirements and I think I fit in all of them. Will be working 30 days a month with most of the day being online like 14+ hours everyday. Im reachable very easily with skype, mail, viber, whatsapp, fb without delays and communications problem. Its fine with me if you decide to perform some skill or responsibility check with me. MQL is my pr...

    $750 (Avg Bid)
    $750 Avg Bid
    2 bids

    Hi Barash777, I just saw your announcement and registered on the site only for that. So I could not bid there. I am an experienced MQL programming with a total professional programming experience of 8+ years and 5 years on MQL and JForex. I program the EAs, indicators and scripts with any complexity and logic. Have created tons of MQL stuff with which I wont bother you. So you can request me for sample materials for you to review. I read the requirements and I think I fit in all of them. Will be working 30 days a month with most of the day being online like 14+ hours everyday. Im reachable very easily with skype, mail, viber, whatsapp, fb without delays and communications problem. Its fine with me if you decide to perform some skill or responsibility check with me. MQL is my pr...

    $1000 (Avg Bid)
    $1000 Avg Bid
    1 bids

    Hi All! Here is a short description: "ea uses start time hour:minute. at start time ea examines bar, closed after the opening bar (first candle) for example ea starts 12:00 on m15 chart, ea eaxmines candle closed at 12:15." "determines first candle's high-low" "after it starts to examine second candle, if candle' high-low closes below first candle high-low, ea prepares for entry" "in the third candle, if price moves over second candles high ea opens buy, if price moves under the second one's low, opens sell" "ea opens only, if second bar high low remains below first one's high-low. if it not happens, ea examines always the prev. closed candle in the opened one." "need start and stop time. in stop time ea ...

    $275 (Avg Bid)
    $275 Avg Bid
    3 bids

    We are looking for someone who is able to convert an indicator for us from Sierra Charts for use on the Dukascopy Jforex platform. Please find below the brief for the indicator that we require: Name: Double Stochastics Origin: Sierra Charting Platform Parameters: As shown in the screenshot attached. The indicator is used to check current market momentum and phase in order for us to decide, over multiple time frames, when conditions are aligned for us to take a trade. We attached two copies of this indicator per chart with the following values: 10, 3 / OB: 90 OS:10 and 21, 8 / OB: 90. These parameters are adjustable. We have not been able to replicate the values, momentum, shape or appearance with the standard indicators in Dukascopy. The standard indicators comes close but we...

    $96 - $288
    $96 - $288
    0 bids

    We are looking for someone who is able to convert an indicator for us from Sierra Charts for use on the Dukascopy Jforex platform. Please find below the brief for the indicator that we require: Name: Double Stochastics Origin: Sierra Charting Platform Parameters: As shown in the screenshot attached. The indicator is used to check current market momentum and phase in order for us to decide, over multiple time frames, when conditions are aligned for us to take a trade. We attached two copies of this indicator per chart with the following values: 10, 3 / OB: 90 OS:10 and 21, 8 / OB: 90. These parameters are adjustable. We have not been able to replicate the values, momentum, shape or appearance with the standard indicators in Dukascopy. The standard indicators comes close but we...

    $164 (Avg Bid)
    $164 Avg Bid
    1 bids

    We would like to have 2 automated trading strategies that are in java jforex platform converted to the cTrader platform in C#. Prog1 info: is a simple grid trading system (about 420 lines of java source code) Prog 2 info: a more advanced trading system but more than half the code is the same as Strategy 1 (about 660 lines of total java source code). Thank you for reading, and message me if you have any question to help estimate your work requirement.

    $229 (Avg Bid)
    $229 Avg Bid
    8 bids

    We would like to have 2 automated trading strategies that are in jforex dukascopy converted to the cAlgo/cTrader platform. Strategy 1 info: is a simple grid trading system (about 420 lines of java source code) Strategy 2 info: a slightly more advanced trading system (about 660 lines of java source code) Thank you for reading, and message me if you have any question to help estimate your work requirement.

    $98 (Avg Bid)
    $98 Avg Bid
    1 bids

    Hello. First I will send you the EX4 file (MetaTrader Build600+) . You need to decompile that file first. If you can decompile it, please take a screen shot of the copyright area (the top of the source code) and send it to me. If I can confirm that it has been decompiled, I will soon settle the bill. Furthermore, I need to build up a JAVA code for JFOREX platform to use it in Dukascopy account. The java code will be based on the decompile MQL4. If you need I can supply you the whole strategy or flow chart of the strategy. Regards, Kazi Khoda

    $30 - $250
    $30 - $250
    0 bids

    Hello. First I will send you the EX4 file (MetaTrader Build600+) . You need to decompile that file first. If you can decompile it, please take a screen shot of the copyright area (the top of the source code) and send it to me. If I can confirm that it has been decompiled, I will soon settle the bill. Furthermore, I need to build up a JAVA code for JFOREX platform to use it in Dukascopy account. The java code will be based on the decompile MQL4. If you need I can supply you the whole strategy or flow chart of the strategy. Regards, Kazi Khoda

    $555 (Avg Bid)
    $555 Avg Bid
    1 bids

    ...forex brokerage account. It has only two screens with tabular display of read-only data taken from user's broker account like current profit & loss, open positions and waiting orders. Few data points are summaries and most shown in detail per financial instrument. Wireframes / sketches specifications will be delivered. In the first version app should only support one broker API, Dukascopy Bank JForex API (see Wiki at and JavaDocs at ) . Knowledge transfer available on request, prior experience with this library a big plus. However app's architecture should support easy addition of further brokers and usage of their APIs (both Java APIs and REST protocols). In case of successful implementation of the first version further

    $1996 (Avg Bid)
    $1996 Avg Bid
    21 bids

    I have one fast job. I need Jforex programmer and I do not need any code. I need only information about Java Jforex code: What is entry position condition ? What is stop loss, take profit condition ? What is close condition ? I will send you Jforex JAVA file and you will give me only informations. Example (Buy if RSI(30 minutes)>40 and EMA........Close if BBand is.... ) etc. Budget $10.

    $20 (Avg Bid)
    $20 Avg Bid
    2 bids

    I have reviewed your work and see that you have done something similar. Basically the EA must start trading at 5:00 pm EST Monday. Because brokers have different server times I should be able to change time and day. The EA should be able to work with any number of currency pairs I want at same time. Therefore I should be able to i...server times I should be able to change time and day. The EA should be able to work with any number of currency pairs I want at same time. Therefore I should be able to input the below functions: 1) Set start time and day 2set starting lot amount 3)set stop loss value 4) set martingale scale factor. I have attached the files for details. Budget is $30 US for MT4, But if you can program in jforex (java base) as oppose to MT4 will increase budget ...

    $50 (Avg Bid)
    $50 Avg Bid
    2 bids

    Budget price is $50.00 US 1) Simply place buy market order for any chosen currency pair and for any chosen amount at 5:00 pm Eastern time Monday evening. (e.g. EUR/USD buy 1 lot at ask 1.3500) (I should also be able to change date ) 2) Enter Stop loss for the amount chosen.( e.g 10 pips ) EUR/USD sell 1 lot at bid 1.3490. (slippage enable) 3) At same time enter sell stop pending order for 1.2 times first lot. at first lot stop loss (e.g sell stop at bid 1.3490 for 1.2 EUR/USD.) slippage enable) 4) Stop loss for the pending order is same as entry price for first order.( E.g stoploss EUR/USD buy 1.2 lots @ ask price 1.3500) 5) If the pending sell order is triggered and then becomes a market order, Then a pending buy stop order for 1.2 times the previous lot size is placed...

    $30 (Avg Bid)
    $30 Avg Bid
    1 bids

    Budget price is $50.00 US 1) Simply place buy market order for any chosen currency pair and for any chosen amount at 5:00 pm Eastern time Monday evening. (e.g. EUR/USD buy 1 lot at ask 1.3500) (I should also be able to change date ) 2) Enter Stop loss for the amount chosen.( e.g 10 pips ) EUR/USD sell 1 lot at bid 1.3490. (slippage enable) 3) At same time enter sell stop pending order for 1.2 times first lot. at first lot stop loss (e.g sell stop at bid 1.3490 for 1.2 EUR/USD.) slippage enable) 4) Stop loss for the pending order is same as entry price for first order.( E.g stoploss EUR/USD buy 1.2 lots @ ask price 1.3500) 5) If the pending sell order is triggered and then becomes a market order, Then a pending buy stop order for 1.2 times the previous lot size is placed...

    $185 (Avg Bid)
    $185 Avg Bid
    4 bids

    I am looking for a programmer with experience to write me a program in java for Ducaskopy Bank FX. Only Freelancer with experience.

    $237 (Avg Bid)
    $237 Avg Bid
    6 bids

    I would like a pop up, sound and draw line on chart alert for the attached indicator jforex indicator of Dukascopy . Each alert should be selectable ( toggle on/off ). I would like an alert when the indicator paints the current bar a certain colour, at the close of the bar. The alerts must be selectable ( toggle on/off) for each color: The pop up alert should show the currency pair and closing price Someoe who have experience with the Dukascopy Jforex plattform Regards

    $891 (Avg Bid)
    $891 Avg Bid
    3 bids

    Hi, as we talked to, please modify ea. Thanks.

    $22 (Avg Bid)
    $22 Avg Bid
    1 bids

    Hello, I have a Java program code which creates a custom indicator on JForex trading platform. Need to incorporate some alerts to activate either an email message or a push notification when the indicator changes level. Alert should display with some short data from trading platform and with indicator values. Can you do this job ? Regards

    $10 - $30
    $10 - $30
    0 bids

    I have a Java program code which creates a custom indicator on JForex trading platform. Need to incorporate some alerts to activate either an email message or a push notification when the indicator changes level. Alert should display with some short data from trading platform and with indicator values. Can you do this job ?

    $71 (Avg Bid)
    $71 Avg Bid
    5 bids

    Hello, I have a Java program code which creates a custom indicator on JForex trading platform. Need to incorporate some alerts to activate either an email message or a push notification when the indicator changes level. Alert should display with some short data from trading platform and with indicator values. Can you do this job ? Regards

    $10 - $10
    $10 - $10
    0 bids

    The EA is based on a Simple Price Action Pattern that i would like coded, it only consists of four entry rules. I need the EA to be completed within 2 to 3 days. Please let me know the Platforms you can code this EA on, and what sort of price structure do you offer for each Platform? I would like to include my own Custom Trend Filter/Indicator into this EA, at the moment it only display data for one timeframe. So what i will need you to do is modify the indicator so that it can show multiple timeframes on one chart. Plus i would like you to insert the modified indicator into this EA and use it as a Trade Filter so for example if I use the 1H, 4H, and the Daily timeframes, The EA will only enter into a trade only once all three timeframes agree with the trend. So this means that if it...

    $380 (Avg Bid)
    $380 Avg Bid
    4 bids

    I am looking for someone to build a reliable trade copier that instantaneously copies trades from the jForex platform to the MT4 platform. If you have the expertise to do this, please contact me for further details. Thanks

    $144 (Avg Bid)
    $144 Avg Bid
    1 bids

    Ich möchte ein Strategie von Multicharts (Powerlanguage) in jForex (java) konvertieren.

    $518 (Avg Bid)
    $518 Avg Bid
    5 bids

    Jforex --> Python --> Jforex: Need a Dukascopy Jforex add in which will send the following Jforex data to Python and allow Python to send buysell orders back to Jforex. Python program needs to receive the following from Jforex in real time: -Last candle OHLC from Jforex, (user configurable candle time frame, e.g 1D, 4H, 1H, 10M, 1M from within Jforex) -Last candle close EMA value (user configurable EMA value, e.g 200EMA, 100EMA, 50EMA from within Jforex) -Current Bid/Ask Price for Currency Pair (Currency pair configurable from Jforex) -Order Open and Order Close price conformation Jforex needs to receive the following from Python program in real time: -Open/Close Buy/Sell Orders -Stop Los...

    $790 (Avg Bid)
    $790 Avg Bid
    4 bids

    I have a fairly complex MT4 EA with no special indicators (EMA, Fib) and would like it converted to function in JForex EXACTLY as it functions in MT4. I want the programmer to provide JForex (Dukascopy) backtest results corresponding to MT4 backtest results with similar settings before completing the job and before final payment.

    $832 (Avg Bid)
    $832 Avg Bid
    7 bids

    Dear Ian, I can write you your JForex robot. You can see details at Regards, JForexRobotI

    $10 - $10
    $10 - $10
    0 bids

    Hello I wish to hire a Freelancer to create an expert advisor to trade on Dukascopy's JForex platform. The task involves a simple strategy with complex money management conditions. Serious applicants should enquire for the detailed strategy please. Thanks very much.

    $326 (Avg Bid)
    $326 Avg Bid
    4 bids

    Hi All! Here is a simple mt4 indicator, please translate to me to be usable in Dukascopy JForex. Thanks, and happy bidding. Csaba

    $80 (Avg Bid)
    $80 Avg Bid
    2 bids

    I have a strategy in JForex and I need to convert it to MQL It's based on the persbbands indicator (JForex) or %BB indicator (Metatrader)

    $239 (Avg Bid)
    $239 Avg Bid
    5 bids

    I have a strategy in JForex and I need to convert it to MQL It's based on the persbbands indicator (JForex) or %BB indicator (Metatrader)

    $150 (Avg Bid)
    $150 Avg Bid
    1 bids

    I am looking for someone to code the GRAB strategy from FXCM Marketscope 2.0. This is a .lua file and I need it converted and running in Dukascopy jforex java. The .LUA file is attached below. I was unable to find a MT4 file to convert. Thanks

    $30 - $250
    $30 - $250
    0 bids

    I am looking for someone to code the GRAB strategy from Marketscope .lua converted to run in jforex java. The files are attached. Thanks

    $277 (Avg Bid)
    $277 Avg Bid
    2 bids

    1. Java (JForex) to extract data from Dukascopy's JForex platform 2. Java (JForex) to call the C++ dlls from a directory and implement them

    $1072 (Avg Bid)
    $1072 Avg Bid
    10 bids

    1. Java (JForex) to extract data from Dukascopy's JForex platform 2. Java (JForex) to call the C++ dlls from a directory and implement them

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    4 bids

    Hi All, I'd like to have an expert advisor under Dukascopy Jforex. Here is the running and specification method: EA input Start date= /// a specified date, when EA runs. format day:month (numbers) Start time= /// a specified time, when EA runs. format hour:minute:second Currency= /// EA should trade all currency which is specified in this setting. format EURUSD, GBPJPY. all separated with comma Delete pending order= /// it is a time in seconds Breakout pips= /// a value in pips S/L= /// stop loss in pips T/P= /// take profit in pips trailing= /// trailing opened position in profit Runnig: At the specified date time and EA checks all listed currencies actual price. Places pending buy/sell orders @ actual price +- Breakout pips. For buy actual price + B...

    $237 (Avg Bid)
    $237 Avg Bid
    5 bids