RSI Based / Multi Time Frame / Martingale/ Expert Advisor / Indicator Needed

Работа завершена

Время выполнения 7 дней
Отзыв от заказчика
Such a friendly developer. Always ready to listen to my feedbacks. Will do more in future.

Техническое задание


As the title says I am looking for an RSI Based / Multi Time Frame / Martingale/ Expert Advisor / Indicator. 

This EA should have 2 modes: Trade or Draw mode. If Trade mode is set the EA should work like a normal trading robot. If Draw mode is set, the EA should only draw the lines on the chart representing entry, exit and stop prices for all positions. 

EA should run on any timeframe but behave the same. 

Basically, its a simple martingale EA but here the martingale logic is not based on a fixed pip movement in opposite direction, instead of that, it should check each timeframe for RSI value (Oversold or bought) to martingale the positions.

 

If Price Action is going DOWN:

M1 (OverSold)         --> M5 (OverSold)          --> M15 (OverSold)         --> M30 (OverSold)        --> H1 (OverSold)          --> H4 (OverSold)         --> D1 (OverSold)          --> W1 (OverSold)         --> MN (OverSold)         ----> STOPLOSS

0.01(BUY)               -->  0.02(BUY)               -->  0.02(BUY)               -->  0.03(BUY)               -->  0.05(BUY)               -->  0.07(BUY)              -->  0.1(BUY)                -->  0.14(BUY)               -->  0.2(BUY)                              


If Price Action is going UP:

M1 (OverBought) --> M5 (OverBought)          --> M15 (OverBought)      --> M30 (OverBought)   --> H1 (OverBought)       --> H4 (OverBought)     --> D1 (OverBought)     --> W1 (OverBought)       --> MN (OverBought)    ----> STOPLOSS

0.01(SELL)          -->  0.02(SELL)                   -->  0.02(SELL)                -->  0.03(SELL)            -->  0.05(SELL)                -->  0.07(SELL)            -->  0.1(SELL)               -->  0.14(SELL)               -->  0.2(SELL)          


The first trade open condition is configurable. That is, if I say starting time frame as M5, the EA should wait for M5 RSI to oversold or bought before opening very first trade and thereafter it should check for next higher timeframe M15 to martingale positions. 

When there is overall profit exit all trades.

No duplicate trades should be there. Lets say, M5 RSI has triggered a trade and is running. Before M15 RSI could trigger a trade, M5 RSI has again hit, in this case no duplicate trade should be opened. That is 1 time frame RSI condition = 1 trade always.

There should be an overall stoploss input which can be used to exit all trades if it goes too much opposite after last postion , say W1 or MN RSI condition.

If trade mode is "Draw" all the above scenarios should be visible on chart as lines with labels to say if its an entry or profit or stop level...


Any question please ask.

Файлы:

TXT
Spec.txt
2.6 Kb

Откликнулись

1
Разработчик 1
Оценка
(769)
Проекты
1033
44%
Арбитраж
50
8% / 50%
Просрочено
117
11%
Свободен
2
Разработчик 2
Оценка
(4)
Проекты
5
0%
Арбитраж
3
0% / 67%
Просрочено
2
40%
Свободен
3
Разработчик 3
Оценка
(42)
Проекты
70
43%
Арбитраж
6
33% / 50%
Просрочено
19
27%
Свободен
4
Разработчик 4
Оценка
(202)
Проекты
206
27%
Арбитраж
0
Просрочено
3
1%
Свободен
Похожие заказы
need hedging grid EA for MT5 with these properties: continues to open a buy and a sell trade simultaneously at the same price after a specific points move. (the points should be set in input) Hits TP for each trade after specific price (should be set in input) If a buy trade hits its TP and is closed, it should open a buy trade again at the same price where the closed buy trade was opened, whereas the sell trade
Kagi Chart on MT4 50 - 100 USD
Hello, I need a developer who can develop new indicator for mt4 in order to have Kagi Chart on Meta Trader 4. I found this indicator from current web site but it can not load history as well. Please some body help me. If you can develop it for motivewave platform so let me know. Thanks
I wish to add a customisable varying pipstep as martingale takes deeper trades in. I have a current EA that I am happy with , apart from that is has a pipstep rate that you can only control them all with. I’m finding if I put it to 300 it is much safer and of course spreads out the open martingale trades better for market trend runaways, but I am missing the fast $1 TP scalping turnarounds (normally 120 pipstep)
I want to create an EA where we have impulse Candle with big body close and the next candle is a red candle. I want to take a buy order when there is a break of the high of the candle for long with 1:1.5 RR and the Stoploss is setup below the low. Please see the screenshots attached for long and short trades and let me know how you will implement it. I will need to have inputs for Risk% or static lots, RR changes
I want to create an EA MT5 that can 1. identify support and resistance (based on close candles) 2. mark snr breakout 3. multitimeframe breakout scanner 4. scan the valid setup that appears 5. available for manual marking, INFO SPREAD & TIME NEXT BAR 6. sends alert notification to Telegram I need a professional and experienced developer with fast and good work according to what I want. if you are interested I will
EA Requirements No Risk Strategies like Martingale or Grid Must have nice entries and Exits Leverage 1:50 Profit 10% ( shown on inputs) Maxim Drawdown ( shown on inputs) Max Daily Loss 4% ( shown on inputs) All trades with Stop loss No trades During and After High Impact News( News Filter) No weekend Trades Profitable Back test for 1 year Trades Forex Mainly Gold EA Needs to have proven Results of Passing challenges
Hello, I have 2 expert advisors. One written in MQL5 and the other is the same EA written in MQL4. I need someone to modify both to pass MQL5.com market validation by adding functions like CheckVolume, CheckEnoughMoney, CheckBeforeOrder, CheckBeforeModifyOrder, CheckBeforeModifyPositions. Please add the above functions to it, so it can pass MQL5.com validation. Also give me 3 copies of the compiled EA to check, so it
Trading Idea 30 USD
This is the most important section of Requirements Specification. It provides the description of conditions, market states and indicator values, under which a Buy deal should be performed. To describe each condition required for generating a Buy signal, choose the numeric parameter affecting the emergence of a signal. For example, this may be the smoothing type and period for a Moving Average. These important
The default of my current EA is 120 pipstep to catch the quick turnaround scalps, but as the market runs away and more martingale levels are taken on the stuck trade, I would like the option to increase the pipstep (n amount) after (n amount) of trades open (fully customisable) I currently am using an EA I am happy with but don’t have the source code to customise. So would like to keep all the current inputs the
Terio bot 30+ USD
I have expert of crossing MA. I need who can add Fibonacci retrecement on it. So the fibo levels will be used for pending orders And TP/SL. When MA cross and open a trade Fibo must measure the trend put TP/SL of the trade and putt pending onderd in levels. And it must report the trade open and TP/SL in Telegram

Информация о проекте

Бюджет
30+ USD
Исполнителю
27 USD
Сроки выполнения
до 6 дн.