681
|
make an ea that automatically deletes buy limits or sell limits present on the charts
|
|
10th January 2024
|
682
|
write a mql code for a expert adviser which can take trade on all forex symbols user input lot size, take profit, stop loss, average multiplier, trailing stop loss, day maximum profit, trading hours, expert adviser must enter trade on 100 days simple moving average if the current price is more than 100 days simple moving average it must enter in buy is current price is lower than 100 days simple moving average it must enter sell.
|
|
10th January 2024
|
683
|
Write a mql code for an expert adviser to perform automated forex trading on all symbols with input settings to be entered by user lot size, take profit, stop loss, pip distance, trading hours of a day, day maximum profit, average settings to be chosen from a drop down menu of multiplier number 1.1, 1.2, 1.3 for lot size of each next to be placed after first trade. trade should be entered on 100 days simple moving average indicator if the current price is higher than 100 days simple moving average expert adviser must enter in buy trade if current price is lower than 100 days moving average expert adviser must enter in sell trade
|
|
10th January 2024
|
684
|
rsi 50 cross arrow indicator
|
|
10th January 2024
|
685
|
írj egy olyan MQL4 indikátort, ami az indikátor ablakban bejelöli és megszámozza az RSI indikátor csúcsait és völgyeit és mindig lenullázza a számolást az extrém tartományokban és újrakezdi a számolást, amikor visszatér az RSI értéke az extrém tartományból.
|
|
10th January 2024
|
686
|
how to set trailing stop for buy order and sell order in mql4 EA where trailing start 25,trailing stop 50 and trailing step 10
|
|
10th January 2024
|
687
|
I want an expert advisor that does not use indicators to set buy or sell stop orders, and it's settings to be easily configurable. I want the EA to open two pending orders, one for buy and one for sell, both which are set at an order distance difference between each orders at 1 point(s) initially. When the ask price hits the pending buy order and an open buy order is entered, I want a trailing stop to immediately follow close behind only when the order is in profit. If in loss, ensure that the loss is kept as close as possible to the opened buy order position to ensure minimal loss. When the open buy order is closed, i want a new pending buy stop order to be set with the initial order distance specified. These rules also applies for the pending sell order and opened sell order. While the market is moving and no trades are opened, i want the pending stop orders to have a inhibition of 5 points which helps it follow the market
|
|
10th January 2024
|
688
|
Write an mql code for an expert adviser which can take trades on any forex symbol with stop loss, target, pip steps, average by multiplying, lot size and day maximum profit inputs available to user
|
|
9th January 2024
|
689
|
Fibonacci
|
|
9th January 2024
|
690
|
I need trend-following expert advisor in mql language with buy signal when these conditions are met: price is above EMA 9, EMA 9 is above EMA 13, EMA 13 is above EMA 26 and price forms outside bar. Stop loss below outside bar plus spread. Sell signal when price is below EMA 9, EMA 9 is below EMA 13, EMA 13 is below EMA 26 and price forms outside bar. Stop loss above outside bar plus spread. An outside bar pattern consists of two candlesticks. The first one is typically much smaller and the second completely engulfs the first candlestick. Position size should be 2% of equity. Only one position can be open at the same time.
|
|
9th January 2024
|
691
|
Scrivi un Expert advisor in MQL4 che, selezionati timeframe (definibile da un setting) e simbolo (definibile da un setting), apra una posizione buy se l'ultima candela chiude a -5% (definibile da un setting) rispetto alla precedente e chiuda la posizione se la candela corrente raggiunge un prezzo pari al prezzo di apertura 5% (anche l'5% va definito come setting dello script)L'Expert Advisor deve tenere aperta la posizione per un numero di giorni massimo definibile da setting, inoltre, se viene impostata la variabile covered_gain a true, allora l'Expert Advisor deve chiudere la posizione se il prezzo, dopo averlo superato, torna pari a quello di acquisto
|
|
9th January 2024
|
692
|
write MT4 script to place pending order based on grid trading strategy
|
|
9th January 2024
|
693
|
create a full tradeable metatrader mql4 source code from scratch with following options: 1 stop loss option, 10 different take profit options, 10 different trailing stop options each connected to the take profit option, e.g. if profit 1 is reached then SL1 is activated. For profit take and trailing stop should be two settings for hidden profit and hidden stop loss. for every actual order id running, The actual buy price , the actual stop loss, take profit and trailing stop level should always be shown on the top of the chart window in the bottom left corner of the chart as text info which updates itself automatically with every tick for every order in one separat line.the variables should be adjustable in the set file without trade logic.. Settings should be adjustable in the set file. Make sure that objects and arrays are not allowed in the code
|
|
9th January 2024
|
694
|
If the candle meets the indicatorII_SupDemMOD_DarkBG_SolidFill.mql4, give a signal
|
|
8th January 2024
|
695
|
make EA trading bot which is mql5 that follow the specific rules for entry. This will happen on one hour chart timeframe. In order for a buy trade to start the10-moving average across must cross up the 50-moving average. If that happens and the 10-moving average crosses up the 50-moving average at the close of the second candle after the cross enter a buy trade at the market with a price of a lot size of 0.01 and stop that is 20 pips and take profit that is 60 pips from entry. Close the buy orders when 10 moving average crosses down the 50-moving average. In order for a sell trade to start the 10-moving average must cross down the 50-moving average at the close of the second candle after the cross enter a sell trade at the market price with a lot size of 0.01 and stop loss that is 20 pips and take profit that is 60 pips from entry. Close the sell orders when 10 moving average crosses up the 50-moving average. in the settings i want to be able to adjust the stop loss at pips, adjust the take profit in pips and the lot size of the trades and the number of trades executed, be able to adjust the time of the day the bot active from, by default i want it to have trading hours between 8am and 23pm sever time.
|
|
8th January 2024
|
696
|
Cross correlate pair usdeur with brent oil stock. If correlation is found determine the timeshift. Then buy when stock is low and correlated stock is high, but if diffrence > 4%. Wait for stock to go high and sell
|
|
8th January 2024
|
697
|
can you make a mt4 EA with your knowledge and my idea. here are function, perameter and strategy that i want to use . perameter= lot Size 0.01magic number 606517slippage 5TrailingStart = 30; in percentageTrailingStep = 5; in pipsTrailing stop 50fixed sl 150 pipsfixed tp 190 pipsfor this ea we will use buy stopsell stopimplement trailing sto, start and trailing step features1 minutes time frame bullish candlebearish candleOrderDelete function to delete all old pending ordersordertype buy stop, sell stopordermodify function to modify sl strategy=timeframe-1 minutesif previous candle is bullish candle then place a buy stop order above 30 pips of the bullish candle closing price. for buy stop set tp 190 pips above from order opening price and set sl below 150 pipps from order opening peice.if previous candle is bearish candle then place a sell stop order below 30 pips of the bearish candle closing price.for sell stop set tp 190 pips below from oder opening price and set sl above 150 pips from oder opening price.use trailing start and step features value mentioned in perameter along with fixed stop loss (SL) and take profit (TP) without any conflict. Trailing start and step are applied dynamically as the price moves in my favor, adjusting the stop loss level to lock in profits by trailing stop. trailing stop condition - only if pending order triggerd and move in my favor and reach trailing start level then trailing start feature will activate. If the cond
|
|
8th January 2024
|
698
|
write me a mql4 indicator with popup, arrow symbol on chart and push notification alert when 2 scenarios meet. first when previous close candle higher than previous zigzag indicator high it will popup alert, arrow up symbol on the bottom of previous candle and push notification, secondly when previous close candle lower than previous zigzag indicator low it will popup alert, arrow down symbol on the top of previous candle and push notification.
|
|
8th January 2024
|
699
|
Cross correlate pair usdeur with brent oil stock. If correlation is found determine the timeshift
|
|
7th January 2024
|
700
|
1- mql5 dilinde indikatör oluşturacak alım satım işlemi yapılmayacak.2- en az 3 adet mum barı yataylık oluşturacak en az 50 pips büyüklüğünde mumlardan oluşacak. mumların en düşük ve en yüksek seviyeleri dikkate alınacak.3- grafikteki en son oluşan 1000 barı içinde oluşan bu yataylık bölgeleri dikdörtgen içerisine alınacak.
|
|
6th January 2024
|