Orders for indicators development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
36138 completed jobs in all languages
Sort by:
Updating an existing trade assistant manager mt4 and mt5 (personal job)
500+ USD
the open trades from the dashboard lines without need of the panel, this way other trades won't be affected: for example close the trade, add break even or add partial close and trailing stop, This is very important. Change the Size and Colors of the Panel: Traders have the ability to customize the size and the colors of the panel to the size of the screen and as they desire. Important Functions: Lines Dynamic
50+ USD
Hello, On an existing DashBoard version, with a list of 40 Symbols (predefined), replace the list of fixed Symbols, with all the symbols available from the broker or MarketWatch. in order to filter the symbols in the following way: -1: Checking / Update of symbols. -2: Manage the list of Market Watch symbols, (per existing indicators condition) -3: Show the list of selected symbols from the Market Watch. -4: Show
7 Applications
85+ USD
I am looking forward to have an indicator which uses the VWAP and gives me the "%" difference to actual price. It could be used for example on the 1m timeframe. For TradingView there is one out for free called "percent difference between price and vwap". I do not have the programming skills, so I need help here. Hope to hear from you soon
5 Applications
MQL5 Indicators Python
30+ USD
The indicator that i have is a bollinger band indicator that is supposed to alert me when the price is equal to or (less than/greater than) but it is not doing that. is there a way we can change it to where the indicator values of the high and low are equal to the close/bid price that it gives an alert? thank you
4 Applications
(12) MQL5 Indicators
30 - 50 USD
I built a custom indicator using Keltner channels with multiple deviations. I would like to receive an alert when the 4th and 5th deviations are hit on mulitple timeframes. I would like to have the option to enable/disable each TF as well as enable/disable each alert method (notification, popup, sound). Thank you
8 Applications
(2) MQL4 Indicators
Need Custom Indicator (personal job)
40+ USD
ok so i guess i need to type at least 30 words for fill this up in order for the order to go through. ive already sent you a message and what im looking for
1 Application
(3) MQL5 Indicators
I need modification to an existing EA (personal job)
30+ USD
I have an existing EA that is currently working perfectly and i need a modification to the parameter settings of that EA. at the moment the EA is able to place buy stop orders and sell stop orders simultaneously. Now i want you to add a parameter that will allow me to choose whether i want the EA to only place buy orders or place only sell orders or place both
1 Application
(2) MQL5 Indicators Experts
Equity Protector - Close All (personal job)
30+ USD
2 options Individual close all: lets say the EA is connected to 10 pairs every time a pair reaches for example -100 equity it will close all the trades for that pair entire account close all: when the total account equity reaches for example -100 all trades should be closed
1 Application
(3) MQL4 Indicators Experts
Convert QQE indicator to MT4 so that I can use in EA (personal job)
30+ USD
Dear coders, I want to convert an indicator from tradingview to MT4 . If you have free time and willing to take thhe job. Please apply. If you are ready to work and move the project forward, I will be glad to offer this project to you. Best Regards
3 Applications
(55) MQL5 Indicators
Edit an existing Indicator MT4 and MT5 (personal job)
50+ USD
Hi, as we spoke, I'd like to fix an issue inside my indicator, something on the panel as I already told you, I'm going to send you the files MT4 and MT5, thanks
1 Application
(38) MQL4 Indicators Experts
35+ USD
Trendline indicator automatically draws the upper and lowers trendlines using the last two significant swing highs and lows. Trendline anchor points are selected by plotting the ZigZag over X number of bars. Each trend line is extended with its corresponding rays, which helps determine the area of breakout/reversal. It can draw separate uptrend lines and downtrend lines simultaneously. It works on all timeframes
3 Applications
(1) MQL5 Indicators
30+ USD
show the risk of the bar from the hedge tool. All stops should be summarised so that I can see the total risk of more than 1 trade. If there is a bar, all stops that are at the same level should be summarised
2 Applications
Update code expert (personal job)
30+ USD
atualizar algus itens 1º Change exit by Opposite Signal. OLD: NEW: Modify the take profit of all losing orders opposite the current signal, Breakeven “TP to BE”. Opposite Signal == Close or “TP to BE” (take profit for Breakeven) 2º Alerts notifications EA Send Alerts open orders Alerts Pop Up, Alerts Notification, Alerts Email 3º trade schedule Hour settings: ON / OFF"; StartHour StartMinute
1 Application
(4) MQL4 Indicators Experts
Ag Neuro Trend Indicator + Expert (personal job)
30 - 120 USD
AG Neuro Trend Indicator using the indicator from the market https://www.mql5.com/pt/market/product/75221?source=Site +Market+MT4+Indicator+Search+Rating006%3aneuro+trend and the indicator you already Know cycle The indicator of the markek write in corner left up 3 times the word Up or Down Using the indicator for the market the new indicator will paint a arrow buy or sell 1 True/False . 2 words up, or 2 words sell
1 Application
(23) MQL5 Indicators Experts
30 - 60 USD
Hello there i have a tradingview strategy that needs to be converted to mt5 Expert Advisor. All the project details is available with me including the indicator name .All i want is a skilled programmer that can convert my strategy from trading view to mt5. Kindly bid if it is what you can do for me thanks
MTF zigzag (personal job)
40+ USD
Hi friend, I want to make a MTF zigzag In the trend of reduction, drawing the resistance line Connect the lower vertices Stop drawing when there is any closed candle that has the highest price higher than the adjacent peak (creating a higher peak)\ When stopping drawing the resistance line, switch to drawing support lines OUTPUT - 2 colour line IN CHART Green (resistance line) Black (support line) - The value of
1 Application
30+ USD
Job 2 content: 1) Add description to each line of code, in order to make it easy for other developers to take over. 2) EA limited use time, EA valid account, all settings of maxlot are only applicable to MetaEditor/source code/mq4, and these settings are hidden in the EA input interface. 3) If EA's limited use time and EA's valid account do not meet the conditions, EA will be invalid in VPS, VPN,MT4 and backtest. 4)
4 Applications
(7) MQL4 Indicators Experts
DOM (personal job)
30+ USD
As agreed here is the job, hope it all goes well and we will continue our collaboration in the future as well. maybe in the future will offer some new job offers
1 Application
(3) MQL5 Indicators
Modifications to a previous EA (personal job)
100 - 250 USD
Modifications to a previous EA as discussed. EA will place trades and will also make a few UI changes. UI modifications to size and placement of labels on chart. Worked with Bart previously and we have discussed the agreed on the changes. This spec should be long enough now :) Thanks
1 Application
(2) MQL5 Indicators Experts
30+ USD
//version 4 study(title="Colored Stochastic", shorttitle="Colored Stochastic") smooth = input(1, minval=1) K = input(14, minval=1) D = input(3, minval=1) down_diff = input(7, title="Downward Difference") up_diff = input(7, title="Upward Difference") hh = highest(high, K) ll = lowest(low, K) k = sma((close - ll) / (hh - ll) * 100, smooth) d = sma(k, D) up2 = k > k[1] and k[1] < 20 and (k - k[1]) >= up_diff down2 = k <
2 Applications
(55) MQL4 Indicators