All orders - Strategy optimization - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
3403 completed jobs in all languages
Sort by:
30+ USD
The idea of the trading system is as follows : market entries are performed when 9 Period EMA line intersects with 25 Period EMA or a 200 Period EMA. I already have an EA I wrote that executes a Buy Entry when the 9 EMA entersects the 25 EMA to trade above it. Then, when another intersection happens, so the 9 EMA will intersect to be below the 25 EMA, when this happens a Close Order is executed on the existing Buy
30+ USD
Hi, I would like to create MT5 EA based on the existing indicator. I do have MQ5 file of the indicator as well which will be provided. The source code for the EA must be provided, when the project is completed. 1. Order execution condition. (i) EA to take trade based on the indicator signal. (ii) EA should allow to modify the indicator setting. 2. Stop Loss Stop should have 3 options to choose. (i) Auto Stop loss
30+ USD
Hi, i need coder to create simple breakout EA based on yesterday H1 highest and lowest, EA need to input few setting as spread filter, pip distance and other will discuss
30 - 40 USD
Dear developper, I need your help to developp an Expert Advisor on MT4, based only on price accrossing Slow Exponential Moving Average (EMAx) Please find below details and further conditions : Buy Conditions: Candle 1 : candle accross the Slow EMA (Lowest price of candle1 Under EMAx and Highest price of candle1 above EMAx) Candle 2 = candle coming just after candle 1, and completely above EMAx (Lowest and Highest
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
50 - 70 USD
We would like to create an EA doing the following functions. The EA needs to be based on MACD and RSI. Major view should be in M3 view but should also be available in all other timeframes. The EA shall execute 3 strategies however there are some concerns in terms of their implementation as the timeframes of the strategies are overlapping. Strategy A start from 2:00 am until 9:00, Strategy B from 6:00 am until 13:00
50+ USD
Need EA Modification, Optimization and adding a filter I want to modify EA AND ADD TREND FILTER TO IT 1 , To trade in trend direction 2 , Each open trade in the direction will have SL and Trailing following it when in profit 3, Using filter Ichimoku to filter the trend, buy above ichimoku and sell below ichimoku. you must understand the principal and concept behind ichimoku. (Tenkan sen, kijun sen, Chikou Span
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 - 80 USD
Hello developing community, I need a smart developer to code an EA for a simple trading strategy in US 500 (S&P) index, that uses Custom Indicator based on Camarilla Pivots (attached source code for the Indicator to be used). The strategy needs to identify a signal/pattern: Doji, Inverted hammer, hammer, inside or engulfing candles. When the pattern appears around to Central Pivot, S1, S2, S3, S4, R1, R2 R3 or R4
6 Applications
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;
30+ USD
I AM TRYING TO UPLOAD MY EA for validation it ,it return with validation error, i need this fix the error message invalid volume in trade operation ..any one can assit to fix this problem and also add add license or expiration parameter to it
50+ USD
i want an EA that Will opening settled timeframe, daily opening , support resistance trends ligne cross position taken with sound alerts, Dash board money management too . stop loss and take profit . thanks
4 Applications
(2) MQL5 Experts Strategy optimization Forex
EA required for the attached indicator (personal job)
56+ USD
Create a simple EA opening order according to the confirmed signals of the attached indicator. It will have to enter order when the buy:sel signals are confirmed by the indicator., include hard SL and TP, and include a Money Management module base on the attached file, with 3 different lotsize calculation : - fixed lotsize, - fixed percent of the equity invested, - fixed percent of the equity risked (max risk
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 - 200 USD
Hi, I am looking for a programmer who knows how to create EA through MT4 Scan on the market pair and open position using the given strategy and logic Detect bull or bear market range Willing to improvise and make minor changes Preferably experience in crypto market Patient and speaking/writing with polite language please
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
A simple EA (personal job)
30 - 80 USD
This EA is simple and should incorporate different strategies to refine orders. Specifications & more explanations will be given on job acceptation. If any questions don't hesitate to ask. Best regards
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
30+ USD
I would like to have a script written for the EA , based on Simple Moving Average with the following settings : if(PreviousFast < PreviousSlow && CurrentFast > CurrentSlow) if (OrdersTotal () == 0) OrderSend(Symbol,LotSize,0 etc) OrderClose[***Take Profit] if(PreviousFast > PreviousSlow && CurrentFast > CurrentSlow) for BUY and Opposite for Sell. if(OrdersTotal() = 1) *** Takeprofit and stoploss