Orders for indicators development - Strategy optimization - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
1356 completed jobs in all languages
Sort by:
30 - 40 USD
Hello there, Looking for a professional who can convert my tradingview indicator to mt4. Only if you know that you can convert this message me and all requirement will be given to you. Thanks
3 Applications
30 - 50 USD
Create object rectangle and trendline on chart, if signal based on e.g.H4 timeframe create start on opening time ending on opening time next candlestick example 0400 until 0800, and can be seen on lower timeframe. If i choose e.g.H4, fibonacci retracement will calculated on lower timeframe (e.g.H1 ) . All input option must be like picture 1. Signal collected from closed candlestick (index 1) but objects drawn on
Three's the Charm Changes (personal job)
80+ USD
I need a few changes to the Three's the Charm EA you put together for me. Namely: 1) The EMA changed from 30 to 20, 2) The Stop Loss calculation to begin from the opening of the candle, to the appropriate Stop Loss Finder line, even though the Order will not be initiated until the price has grown half a pip in the direction of profit, and 3) The price of the Stop Loss Finder line, for the current candle, must be
30+ USD
MACD LWMA – BUY CRITERIA 1. Level SHOULD be set to 0.001001 2. Only BUYS at the level 0.001001 and below 3. The fast MACD line crosses above the slow MACD line 4. BUY buffer must be created after the cross over and calculate at the point of cross over for: a. BUY 1: Calculate points distance btw previous lowest low price and current price of candle’s close/open at crossover. If its greater than 250points and above
50 - 200 USD
بادرود به ایزد خرد. من یک طرح دارم اندیکاتور آن را هم دارم و خروجی دارد این اندیکاتور مربوط به قدرت ارزها می باشد آیا کسی هست این اکسپرت را برای من بنویسد؟ لطفاً تماس بگیرید. با تشکر از شما بهمن
60+ USD
hello i am looking for someone to help make a tdi scanner or dashboard based off the tdi setting. but i want it to look similar to this. https://www.mql5.com/en/market/product/41826?source=External%3Ahttps%3A%2F%2Fwww.google.com%2F Must be able to speak and have a good understand of English. and i live with a time frame of CST. i will provide the setting i a looking for and indicator that is needed
Allow for multiple accounts in the EA to query (personal job)
60+ USD
I need the ability to have multiple accounts that the EA queries instead of just one in this part of the logic: Before: #ifndef #define HeaderValue "TPSL-001" After: #ifndef #define HeaderValue "TPSL-001,ABC12345" (Or if it's easier you can add the second account on a separate line instead of separated by comma like my example above) The way it opens and manages orders it finds in the other accounts is the same exact
Conversion to MT5 of an indicator (personal job)
30 - 60 USD
This usual indicator have to be translated to MT5. All details will be given in the specifications. This specific should be translated with all the parameters. If any difficulties don't hesitate to contact me. Best regards
Open a new order (child of parent order) when the parent order is at a gain or loss greater than a percentage set in the settings. (personal job)
110+ USD
This feature is set on EACH entry (it's not a global setting), because each entry will have their own unique settings. Open a new order (child of parent order) when the parent order is at a gain or loss greater than a percentage set in the settings. - Those fields can also be left blank... which means it's not being used. Example: Entry on gain: 1.27% Entry on loss: 0.39% In the example above, if the opened order is
80 - 200 USD
Hello programmer, I'm looking for an experienced programmer to create an Expert Advisor based on an existing free indicator called ArrowZigZag. I currently have a program compiling with 0 errors. I use this program with Heiken Ashi candles to create longer trade opportunities. This program has 3 inputs which I can only change in the IDE program. In the program there is already a condition to open a position on the
40+ USD
create a zigzag based indicator with the label HH,HLLL,LH i have further info if you're interested in the project. Reach out for more info and lets get started this should be difficult to create
30+ USD
Hello, look at the entire code , check that it is programmed correctly, that there are no functions that are useless! Add a function so that there is only 1 order per currency pair. Currently it can happen that there are 2 or 3 orders per currency pair, I want to limit the number of orders to 1 per currency pair . Add a code like this example : int TotalOrders(string symbol="", ulong magic = -1) { int cnt = 0;
Candle reversed from zone (personal job)
45+ USD
and lets say there are 4 candles red, green, red, green and they are all touching the demand zone, and both green are closed above the zone, so we will show 2 alerts saying "candle from demand"
1 Application
30+ USD
I have a minor project I cleaned up the code and here is the oscillator. What I need: 1. I need an alert for when the dots appear (red on top, blue on bottom) - Those are simply just change from light blue to dark blue and dark red to light red, obviously within code it is changing values. 2. I'd like an indication of the count of consecutive "hills" (I will attach below). Kindly bid if you're an expert at this
80 - 120 USD
I need a 70-tick generator incorporated into an existing Expert Advisor. The existing EA is set for Volman style dealings, but does not have the designated tick chart for proper Order implementation
30+ USD
hello i have an indicator that i need an option in its parameter to either show a line or not. for more details and info please reach out i need it done today and quick and efficient hope to hear from you
Erstellen eines MT5 Indikators (personal job)
100+ USD
Wir benötigen 2 Handelsansichtsindikatoren, um diesen MT5-Indikator zu erstellen. 1.) Pivot und Mid-Pivots: Wir brauchen NUR den Pivot Point für den MT5-Indikator. Löschen Sie alle anderen S- und R-Linien und färben Sie das PP gelb gepunktet. 2.) Bjorgum Key Levels: Bitte stellen Sie sicher, dass ich die Einstellungen für diesen Indikator im MT5-Indikator selbst vornehmen kann. Lassen Sie zunächst die
100+ USD
Please convert the MT4 Target Bands (TB) indicator https://www.trendfollowingsystem.com/target-bands-indicator/&amp ;nbsp; (this indicator can be downloaded, and appears to include source code) to MT5, and make it non-repainting . This TB indicator will print a star circle for some candles. Printing and erasing the star candle within (or during) each candle (before candle close) may be OK (let's discuss whether we
Modification to the Range and 3MAs EA (personal job)
70+ USD
I need 2 modifications to the EA. First, need to update the EA to take additional fields for the ATR based entry: - Min SL (MSL) - Min TP (MTP) Basically if the ATR based SL length is smaller than Min SL (MSL), SL length will use the Min SL value instead. When Min SL (MSL) is used, the TP will use the Min TP (MTP). Second, I need: - A multiplier (M) - An offset variable (OV) When the price has moved in the direction
1 Application
150+ USD
The job consists to translate 2 indicators from mql4 to mql5. It will have to be done in a proper and regular mql5 language. The final indicator must not repaint