All orders - R - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules R
332 jobs in the archive in all languages
Sort by:
30 - 40 USD
Looking for someone with experience in TOS scripting , someone who already wrote successfully few algorithms in thinkscript editor, for automated entry bracket with few conditions/ triggers for entry and exit trading positions
30+ USD
Hi, I wanted to get a tradingview indicator to mt4 it is I noticed that solution=43000589195 is basically the same indicator which gives back the same values and has an open source code. Could you please convert the swing indicator to mt4? If yes please bid me now to discuss more about this project
100 USD
1) The robot must have execution order, buy limit, sell limit, buy stop, and sell stop. 2) The robot must have Stop loss , and Take profit. 3) The robot must have the option to modify the lot-size 4) The robot should be able and buy and sell based on the instruction given. And i hope he can execute this trades safe. Without making me lose money :D Thank you
50 - 200 USD
https://www.youtube.com/watch?v=bKdiQbgDWgg.&nbsp ; 5 Ways E-Commerce Companies Can Use BrickSeek to Increase Sales https://neilpatel.com/blog/brickseeker-ecommerce/  Firstly I'll suggest the developer check on the two clicks above, that will give the idea of what app I'm looking up to. The app or website should
30+ USD
Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI Stochastic Oscillator
30+ USD
Need it to monitor my transaction and keep not of all my company details thanks , I own a financial company and I am ventures financial service Inc , so please Grant me this and it's important for my financial service company
30+ USD
I need A bot MT5 FX that will do the following: 1. Repeat a trade entry commanded until automatic deletion at a given market price. 2.Must be accommodated to all features of MT5 PC like entry price (might be market or pending order), Tpetc. 3. The bot must be SHARP ENOUGH to accommodate volatile markets. Please do not hesitate to bid me now to discuss more about this project now
30+ USD
1. 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
hey i need a developer who can you Create a Forex and Blockchain Trading bot for my Telegram Channel,I want Trading BOT and to also linked to my Telegram Channel that will be automatically send signals to Telegram group so that clients can use these signals Trading bot should work on RoboForex and Binance please why bidding Give me the coat of how you want to execute the work
30+ USD
en a long order for the price fall a grid distance, and o pen a short order for the price rise a grid distance. When the price rise two grid distance, close the position. The fund of frist time open position is one-tenth of the required for a grid, and then two-tenths, and so on. When the equity recaches the take profit of setting, close all positions and restart. The backtest of EOS/USDT in 2021/1/1-2021/8/31. The
50+ USD
Hi, I need a fully automated EA that is able to trade during day/night. Please find below the requirements: 1. Low risk % strategy (risk/drawdown limit for the entire trading system to protect against any flash crash scenario) 2. No risky strategies such as martingale, grid etc. 3. DD and stop loss limit 4. Compatible on Mt5 5. Tested and proven 6. News Filter in place 7. Multicurrency Regards, Pejman
0 Applications
(3) MQL5 Experts OpenCL ALGLIB C++ C# Java JavaScript PHP SQL MySQL PostgreSQL R Python HTML Trading robot/indicator debugging Strategy optimization
Looking for a Professional developer who is an expert in the MQL Graphic interface, to create a Manual trading panel for day trading (MT4). (personal job)
100+ USD
https://docs.google.com/document/d/1RvMtag9TFJ2KveXjHexBxXvNfqtBoDMCxnEk83FVETY/edit?usp=sharing Day Trading Assistant Panel The main function of this day trading panel are: Risk management: Calculating the volume taking into account the risk and the stop loss. Setting the risk to reward ratio and profit to loss ratio. Order and position management: Market and pending orders. Partial Close. Trailing stop. Breakeven
30+ USD
Hi mate, I have a pine script code which approx. 25 lines long, my question is how long would it take you to convert it into python, and would it be in a basic package you offer? Kindly bid me now to discuss more about this project. Thanks
50 - 200 USD
1. EA will put in Trades when the market creates one of the structers provided in the attachements. 2. EA will move the Stop loss to breakeven as soon as the trade's running profits are equal to the SL. 3. The SL will always include spread and is above the highest wick of the point of interest or order block. 4. The TP will be the high or low created by the market when structure was being formed. 5. The EA will have
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 - 200 USD
Hey all, Happy New Year at the beginning :) I've got a small problem with my EA. As I try to start it in my MT4 platform, I get an error in expert journal - global initialization failed & invalid EX4 file (7). Would like to get in touch with a person, who would solve my problem. Thanks and have a nice day
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