Spécifications

I have a non repainting mt4 indicator I want converted into a expert advisor. The indicator generates signals by painting a white arrow for buy and a red arrow for sell. Below is how I want the Expert advisor to work.                                                Once the indicator paints a white arrow from below the E.A should buy immediately and if the indicator paints a red arrow from above the E.A should sell immediately.                                                              EXITING OF ORDERS.                                                         If the indicator had generated a buy white arrow and had a buy order then after some time it generates a red arrow for sell the E.A should close the buy order regardless of whether in profit or loss and place a sell order because of the new red arrow painted meaning selling.                                                            RISK MANAGEMENT                                                       The programmers should insert a parameter where I will put my maximum number of pips I can allow an order to go against me.                                                   I.e  if my maximum drawdown is 50 pips and I had a buy order but the market moved against me by 70 pips then the E.A should close my loss at 50 pips and wait for the next signal.                                               TAKE PROFITS.                                                                   The programmer should put me a parameter where I will place the number of pips I want to take as profit when orders move on my favour.                                    I.e  if I had my take profit at 10 pips and I got a buy order and the market continued to buy for 50 pips then the E.A should take profit immediately the market moves 10 pips away from entry price to my favour.                                                                                   ADDITIONAL COMMANDS.                                                I want the E.A to also take care of its losses                EXAMPLE.                                                                            I have set my take profit at 10 pips                                my maximum drawdown at 50 pips                                 fixed lot size at 0.02                                                            Then the E.A generates a buy order at 0.02 but unluckily the E.A gets a sell order and its exits the buy order with a loss of - 4 usd so what the E.A should do in the next sell order is make sure that it uses a lot size big enough to generate 6 usd with the set take profit for our case take profit is set at 10 pips... so the bot should do a quick math and find a suitable lot size that will be enough at 10 pips to make back the previous loss and a small profit on top. Thank you 

Répondu

1
Développeur 1
Évaluation
(137)
Projets
167
35%
Arbitrage
11
91% / 0%
En retard
0
Gratuit
2
Développeur 2
Évaluation
(68)
Projets
111
26%
Arbitrage
17
6% / 71%
En retard
15
14%
Gratuit
3
Développeur 3
Évaluation
(87)
Projets
114
26%
Arbitrage
7
29% / 57%
En retard
5
4%
Gratuit
Commandes similaires
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
I need a trading bot, My strategy works with the 1hour timeframe .My stop-loss should be put using Atr of the candle multiply by 1.5 then the value will be added or subtracted from my entry depending on if it's a buy or sell and my entry should be a candlestick pattern also in addition to when the 3 Ema corresponds .When the 8Ema is above the 20Ema and they are both above the 100Ema it is a buy and when the 20Ema is
Looking to create EA for forex tradding with strategy as per price action, where order get excuted with proper stop loss and take profit. and order size should change as per privious trade result
Hi, I would like to create an expert advisor to fully automatic trade in MT4 as below, it should be possible with gold or any currency pairs and need to possible with 2, 3, 4 or 5 after decimal quotes PAROL MA CROSSOVER 1. Magic Number : Customize 2. Take profit in points : Customize 3. Stop loss in points : Customize 4. Strat time in GMT : Customize 5. End time in GMT : Customize (It means no need to open a new
i need someone who can remake this indicator to a winning strategy. i need someone who can make my signal on that indicator to appear fast on the chart... let me know if you can
I am seeking a coder who has experience in converting an MT4 indicator & EA(.mq4 file, source code provided) to TradingView's Pine Script. The indicator should be identical to the original, with the same inputs and settings. Upon completion of the task, the coder will send me the Pine Script indicator & EA along with the full source code, and the project will remain confidential. This task should be straightforward
We are seeking an experienced developer with expertise in converting cTrader bots to MT4 Expert Advisors (EAs). The ideal candidate will have a strong background in both C# (used in cTrader) and MQL4 (used in MT4). You will be responsible for translating trading algorithms and strategies from cTrader to MT4, ensuring that all functionalities and performance criteria are met

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD
Délais
de 5 à 10 jour(s)