Orders for converting - C++ - outdated
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
65+ USD
I will like to have an expert who can create for me a bot that can make 1000 a day for proper firm perfectly without error and with complete functionalities
6 Applications
30 - 100 USD
Like the title says, I need someone to create from scratch or convert Sierra Chart indicator Cumulative Delta Bars (Up/Down Tick Volume) which is in C++ to MQL4 for MT4. The person obviously needs to be very good in C++ if they choose to convert it. Here is the reference page: https://www.sierrachart.com/index.php?page=doc/StudiesReference.php&ID=323&Name=Cumulative_Delta_Bars_-_Up_Down_Tick_Volume . Source code is
3 Applications
30+ 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 with the specified period. 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 below the previous one, the trend is considered
30+ USD
I am looking to build a strategy that I can back test in ninjatrader. I use indicators from ninza and multiple timeframes. And the strategy will be base on these indicators. I would like to start with something more simple and maybe add more condition to it to optimize the strategy. Is this something you can help me with? Thank for your response
0 Applications
MQL5
Indicators
Converting
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Panels and dialog boxes
Stocks
C#
Python
Custom graphics
Futures
MySQL
JavaScript
Options
Product Design
Java
Collection of data on the internet
SQL
Uploading data to a website
Data mining
Text writing
Text translation
OpenCL
ALGLIB
PostgreSQL
Photoshop
RegExp
30+ USD
I want to clarify some points, such as: When entering into a buy deal, he opens three deals, each deal has a different take profit and one stop loss. When you look at the code, you will know that there are three take-profit. It opens one deal, taking one profit and adding risk management as well An information screen on the chart shows all the information, I only have $10 for this now, and also I still have more
2 Applications
MQL5
Converting
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Panels and dialog boxes
C#
Stocks
Python
Custom graphics
Futures
MySQL
JavaScript
Product Design
Options
Java
Collection of data on the internet
SQL
PHP
HTML
Uploading data to a website
Data mining
Text writing
Text translation
OpenCL
ALGLIB
PostgreSQL
Linux
Photoshop
R
RegExp
30+ USD
Hello there. I need an expert developer and programmer that would be able to optimize my current EA for the nas100? if yes do not hesitate to bid me now. Thanks
6 Applications
50+ USD
Trading Gold , tap in & join the ride of the trading platform and watch us grow as the days go on , we're looking forward to have you on board the journey
5 Applications
MQL5
Experts
Converting
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Panels and dialog boxes
C#
Stocks
Python
Custom graphics
Futures
MySQL
JavaScript
Product Design
Options
Java
Collection of data on the internet
SQL
PHP
HTML
Uploading data to a website
Data mining
Text writing
Text translation
OpenCL
ALGLIB
PostgreSQL
Linux
Photoshop
R
RegExp
50+ USD
Hello I have an EA that i am looking to develop similar one, i also have a strategy but not sure, what do you suggest? are you able to utilize those data to create similar one EA or not? I can share files if you require Regards
33 Applications
150 - 200 USD
Job 1 First EA description https://www.mql5.com/en/job/74702. Resolve the bugs of the EA. The expert is cumulating points from the indicators in order to open a trade. You need to convert the EA from mt4 to mt5 EDITS 0.1 More than one trade per candle must be opened with different indicators at the same time so please remove any obstacle in the way. 0.2 Replace Trend Continuation with the Bbsqueeze. 0.3 Add
14 Applications
100 - 500 USD
Want to code a strategy based on 2 or more existing indicators available on TRADING VIEW Suitable settings can be optimised as per market , commodity etc. If same indicators are available in mt4 or mt5 or in paid indicators on MQL5 , WE WILL PREFER THE STRATEGY TO BE MADE FOR USE ON MT4/ MT5. scope of work will include optimisation and also adding filters to avoid nosie of false trading. Shud have settings for day
12 Applications
30+ USD
I would like to realize a project: an ea/indicator that can help me to keep my backtests faster and work better on the data in output These are the settings. Can you do it
30 - 50 USD
hey guys i have already code an EA in pine language on tradingview and i need help deploying and converting the robot into mt5 as I'm not seeing the same results in the two platforms
4 Applications
30 - 35 USD
Hey there! I require expert assistance in converting my Tradingview indicator to MT4. Please bid if you are capable of handling it perfectly. Once waited for, all information will be delivered to your inbox. Thanks
50 - 500 USD
Seeking a developer to assist in getting an external price feed (not provided via mt4 broker) into mt4, hoping to use Kraken, bittrex, binance etc API's for price feed into mt4 I can currently get a historical price feed, but unfortunately that doesn't work with my indicators. Not looking to be able to make trades, just looking for a live price feed to use MT4's charting. If someone can deliver my vision, happy to
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 - 50 USD
Hello can you recplicate strategy from thinkorswim to tradestation?Let me know if you can handle this project .just let me know your requirements for this project and I will provide it for you
4 Applications
30 - 100 USD
I need a programmer who can convert the parabolic SAR indicator to an expert advisor. 1. Automatic entry and exits on reversal or take profit. 2. Money management: lit size adjustment. 3. Stop Loss and trailing stop
23 Applications
30 - 150 USD
i need some one with experience on java script and c++ to convert an indicator that im using on tradovate plataform to be able to import to ninja trader 8 last version 1. ATR TrailStop w/Fibonnacci Targets, 2. Moving Average –w/trend color(moving average type:Weight Mov Avg, Here is a link to tradovate plataform if you want to get familiar with https://community.tradovate.com/c/custom-indicators/6 This is exactly
2 Applications
30 USD
_SECTION_BEGIN("007"); n= Param("WMA", 0, 0, 100); Var1=HHV(High,9)-LLV(Low,9); Var2=HHV(High,9)-Close; Var3=Close-LLV(Low,9); Var4=Var2/Var1*100-70; Var5=(Close-LLV(Low,60))/(HHV(High,60)-LLV(Low,60))*100; Var6=(2*Close+High+Low)/4; Var7=WMA(Var3/Var1*100,3); Var8=LLV(Low,34); Var9=WMA(Var7,3)-WMA(Var4,9); VarA=IIf(Var9>100,Var9-100,0); VarB=HHV(High,34); AA= VarA*2; BB= EMA((Var6-Var8)/(VarB-Var8)*100,13);
3 Applications