Orders for indicators development - MySQL - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules MySQL
372 jobs in the archive in all languages
Sort by:
35+ USD
i want an indicator to show the direction of the next bar only. so it will just show an indication for its direction. i dont want it to be redrawn or repainted
30 - 50 USD
حدد مواصفات متطلباتك هنا نقطة تلو الأخرى. حاول وصف متطلباتك باختصار وبوضوح ، حتى يتمكن مطور البرامج المحتمل من تقييم مدى تعقيده وتكلفته بشكل صحيح ، بالإضافة إلى وقت التنفيذ المطلوب. سيؤدي الوصف السيئ أو العام جدًا إلى تجاهل طلبك ، وإلا ستقضي وقتًا طويلاً في التفاوض على التفاصيل مع كل مقدم طلب. تذكر: منRemember: It is better to spend thirty minutes to prepare a good text than to lose hours and days to resolve
30 - 40 USD
Hello I need to create an indicator using bull and bear power with Ema as smoothing method and close Price For calculation. The indicator should be able to analyze, calculate and measure the strength of bull and bear power and represent them in percentage ratio from 0 to 100% on every newly opened candle showing the power of buying and selling to determine the direction of the candle and generate buy or sell signal
Dilstar Highs (personal job)
30+ USD
hey I want a program to BUY when the 12 exponential high is above the 25 exponential high....and I want it to SELL when the 12 exponential high is below the 25 exponential high. I also would like to be able to change the values. (12 or 25) to any number
1 Application
(12) MQL4 Indicators Scripts C++ MySQL
125 - 225 USD
Hello all coders, I have 3 indicators that work for mt4. The files are in ex4 format and I would like to pass the code to make it work in mt5 as ex5 and mq5 files. I would like that you give me a price for the job if possible. Thank you
16 Applications
MQL5 Indicators Experts C++ SQL MySQL
500 - 800 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
I would like for you to develop an ea + Indi for me according to this guideline: When RSI (period 14) crosses above Level 25 of ADX (period 14), BUY signal alert. When ADX +DI (Green) crosses above -DI (Red) BUY signal alert. When RSI (period 14) crosses below Level 25 of ADX (period 14), SELL signal alert. When ADX -DI (Red) crosses below +DI (Green), Sell signal alert. Make it possible for user to turn each of the
22 Applications
30+ USD
Dear, This project is for conversion of MQL4 Channel Indicator into MQL5 CHANNEL INDICATOR and attach Mobile and Popup notifications also as frequent as arrow show on chart. i will provide MQL4 indicator source code for that purpose. Payment will be made after successful verification of required indicator on my MT5 terminal with forex or any other suitable commodity. Payment will be made through Neteller only
400 - 1000 USD
Hello, I need to create a Automatic trading Robot for IQ Option based on MT4 Indicators. it will be only for windows version. Desktop version Online Base & Activation key Included. let me know if you can do it. Thanks
300 - 400 USD
--this job is for Czech or Slovak-speaking programmer only-- --thank you for understanding-- Potřebuji naprogramovat indikátor klasický overlay-chart, ale v prostředí html pro webovou stránku. Existuje spousta overlay-chart indikátorů, ale žádný mi nevyhovuje. Navíc bych potřeboval ho vytvořit ne v prostředí METATRADERU4, ale přímo jako funkční webovou stránku. VPS server jako zdroj živých cen již mám zapnutý a
1 Application
30+ USD
Good day! I would love to merdge up the attached EAsto make one EA file,the EA must have my name "Reginald Ranna" as the owner and creator, it must be editable to give clients expiry time or period and that should included nlimited time option , This 2 EAs: its a normal EA and news EA, I would love this EA to have settings where I can just type kinds of news I want the EA to trade, and it should pick those news
200+ USD
Hallo, please, I am looking for classical forex overlay chart indicator (many charts in 1 window) but programed by html base (html5, JAVA, PHP etc..?) , not mql4 or mql5. I am looking for the simplest complex solution with for ex. free vps server, any free html server by low cost fee.. Overlay chart must be: 1.) Fix absolutelly on the screen absolutelly without any move on the display if I will zoom any axis or move
6 Applications
30 - 200 USD
Stock and sql coding is mixed to create this development as well as basic html. Which html is usually the basic main creator of many things in web development right
7 Applications
30 - 50 USD
I have a custom template but need an image removed from the indicator cockpit , i have no source code . This should e quite simple i hope but there is limitations as i think the image maybe hidden in the source code
MT4 Dashboard part 2 (personal job)
30+ USD
Copy functions from other Dashboard and files to my Dashboard. Copy Startegies: Breakout startegy from MT5 786 EA "Arrzzx and CSM" indicator in MT4 Dashboard. News TDI Clean and Document code. Provide final source code
1 Application
30+ USD
Larry Connor's fully automated forex robot please I have not much money at the moment after huge invest in parity currency 8parieies saved from a recessive outcome thanks to my $107000.00
50 - 200 USD
i have an indicator and ea for all pair. i like to modify it , now its not able to view if i attached it to my platform. i will talk further once u have contacted me
30+ USD
The indicator or EA will show the M pattern with 2 logics on the chart depending on the formation of this M pattern, developer can tell if it can be made into an EA which is my choice "since i don't know coding and if it is possible or not" but if it can't then i can accept an indicator This indicator depends on bollinger bands only to define the pattern and maybe the zigzag if the developer thinks it will help
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
30 - 100 USD
I would like to develop exact this 2 indicators : - Market Profile Multi Sessions - Ahmad Yani - TPOChart2 from Ahmad Yani same functionality to start with and later maybe a EA based on this