All orders - Data mining - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules Data mining
744 jobs in the archive in all languages
Sort by:
30+ USD
I want to create a machine learning library like CNeuralNet in C++. This library must work well with custom indicators and learn at amazing rates, giving accurate predictive results with high profit factor. Required within 1 to 3 days
30 - 3000 USD
Hi Roman, How are you? I have no chance to test the MT5 ea yet. In the meantime, I need two modification for the MT4 EA To see if you can do it. Cancelled MQL4 Candlestick EA Job Can someone help me coding a simple EA? A clean, simple EA that trades the MA on the candle close. Cancel cancel cancel cancel Cancelled - new job posted Job Cancel -- ( Have Completed by Other web ) Modified of MT4 EA. Add Auto ON /OFF for
30+ USD
Hi I need a programer who is going to design a simple trading Journal to track my daily trade progress. In the journal I would like all the basic additives included e.g currency pair, date and time of trade execution, profit/loss, stop loss target, TP target. Overall success progress. The page should be detailed and spaced out neatly, and simple to use
30 - 150 USD
Is it possible to create Mq4 source code for news filters for certain currencies for example if trading EurUsd so if there is news either low or medium or high news either on euro or usd then it will run the results but if playing audcad then if there is news AUD or cad only has an impact. And again the news filter will be placed in the tools menu - - > options - - > Expert Advisors - - > allow Web request as shown
30+ USD
I was wondering if Tradingview offers an API call to manage users and give rights to private indicator scripts? I would like to publish an Indicator as "invite-only": I would like to setup a Link on my Website, where users can add there Username, and these users will get access to the Indicator. Is this at all possible
30 - 200 USD
i need copy trading for heading i attach two file please check and i need like this file.so please check files and tell me i need it urgently.i am using this file for hedging and its file expired after one year
100 - 1000 USD
Miners send millions to exchanges — 5 things to know in Bitcoin this week Bitcoin (BTC) starts the first week of July with a sigh of relief for traders as $30,000 support holds. The price action refuses to succumb to bears after 20% gains in Q2
50+ USD
I need an indicator that predicts the end of big tends 100% of the time for xauusd, the indicator must have arrows that are allow the be printed at least 25% of the range before the high or low but never after. alerts too
200+ USD
Hello, I am interested in creating a trading robot with my strategy to be used on MT4. The robot should only trade between 1Am and 5Am. I use 4 Indicators on trading view that I would like to incorporate. 1. EMA @ 200 2. Lorentzian Classification 3. RSI 4. Trend Alert If these indicators are possible to use I will then give you the exact settings per indicator. To take a trade I would need all indicators to agree
30 - 50 USD
I'm in search of a highly skilled developer who can create a customized Expert Advisor (EA) for MetaTrader 5 (MT5) tailored for High Frequency Trading (HFT). The primary objective of this EA is to successfully conquer prop firm challenges. Key Requirements: Trading Instruments: The EA should support trading in a wide range of assets, including gold, 30 forex pairs, and prominent indices such as US30 and Nasdaq 100
30+ USD
I require a good trading robot that can help in my forex trading in all means that'll help to optimize strategy, understand the basic modules of mathematics most especially statistics
30+ USD
stop loss initial amount profit win amount martingale synthetic_index random_index R_100 digits matchesdiffers DIGITDIFF 60 FALSE TRUE candle mine version 2 stop loss 9999 profit 9999 initial amount 110 win amount 110 martingale 11 t USD + - 1 initial amount STILL win success silent Ganhou: 4 initial amount win amount warn silent Perdeu: ABS 9 4 initial amount 1 MULTIPLY 1 ABS 9 4 1 martingale GTE ABS 9 4 stop loss
100+ USD
The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is
30+ USD
I have both source codes, the two indicators need too be made into one indicator with signal that’s it please only 30 usd this is my budget no higher offers as this should be simple quick job
30+ USD
Need ea minimum 5% a day low dd (below 20%) too rent for 30 usd for a month. Will be willing to rent again if the ea is good. Must have backtest report for year
30 - 70 USD
Sure, here are the requirements for a trading bot on MetaTrader: Functional Requirements: The bot should be able to analyze market trends and execute trades based on a set of predefined rules. The bot should be able to connect to a MetaTrader platform and access real-time market data to inform its decisions. The bot should be able to execute trades automatically without any human intervention. The bot should be able
Tvt
30+ USD
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
30+ USD
I'm looking for a skilled freelancer who can provide me with a top-notch binary options indicator on TradingView, complete with an alert system. It is essential that this indicator remains private, and I would also require access to the source code. If I choose you for the task, I kindly request the opportunity to test the indicator's effectiveness before finalizing payment
30+ USD
# Import necessary libraries import pandas as pd # Define parameters stop_loss_percentage = 0.02 # Set stop loss percentage (2% in this example) take_profit_percentage = 0.05 # Set take profit percentage (5% in this example) # Read historical price data df = pd.read_csv("historical_data.csv") # Replace with your historical data file or API integration # Calculate moving averages df['SMA_50'] =
30+ USD
// Forex Strategy for Consistency in Profit // Input parameters input int FastMAPeriod = 10; // Period for the fast moving average input int SlowMAPeriod = 30; // Period for the slow moving average input double StopLossPips = 50; // Stop loss in pips input double TakeProfitPips = 100; // Take profit in pips // Global variables int ticket = 0; // Order ticket number // Indicator buffers double fastMABuffer[]; double