Help me create a RSI based Robot with Stop Loss, and TP.

指定

A custom RSI indicator with standard functions such a:


- Being able to set up "apply to/length"

- Source of the Timeframe if possible

- RSI bands 70/30 or anything that can be manually setup


The RSI is ofcourse a standard RSI, but we need to make a modification that is not on MT4 - adding a moving average to the RSI itself too. 


The moving average on the RSI must have the following settings too: MA type, MA Length, BB StdDev


We might be able to use the same source code that's on TradingView, as we need to exact same RSI with MA to work on MT4.


These are the things we need to do by making the customer RSI indicator. 



Strategy:

After making the customer RSI indicator, the strategy would look like, Selling at RSI 70, Buying at 30,- but these alone are just the main idea around the details. When it comes to the details, we need the EA to ONLY Sell if the RSI is coming back, and closing below the 70 again + crossing the Moving Average. Once this happens, RSI coming back under 70, and closing below the Moving Average, the system is Ready to Sell. 


Same thing happens on the RSI 30, when it Buys. First the RSI must go below 30, and after that it must close above the 30, and also cross Moving Average.


The trade management does not involve Grid/ Martingale. We only need to use a single SL, TP system that should be adjustable SL, TP. 


Lot sizes should be set up two type of ways, a fixed lot size, or a compounding lot size, where the account grows, the Lot sizes will grow accordingly. 


As a side note that can be really important to include into this EA is having a setup function to only BUY /SELL/BUY/SELL/BUY/SELL what this means it can't have two Sell positions after each other, and can't have two consecutive Buy positions after each other. It should Buy, Sell, Buy, Sell and so on. 



Looking forward to work with a good developer on this project! 


応答済み

1
開発者 1
評価
(5)
プロジェクト
1
0%
仲裁
7
0% / 100%
期限切れ
0
2
開発者 2
評価
(185)
プロジェクト
327
32%
仲裁
33
42% / 27%
期限切れ
98
30%
3
開発者 3
評価
(45)
プロジェクト
59
44%
仲裁
8
50% / 38%
期限切れ
7
12%
4
開発者 4
評価
(3)
プロジェクト
3
0%
仲裁
2
0% / 100%
期限切れ
0
5
開発者 5
評価
(16)
プロジェクト
20
0%
仲裁
9
0% / 78%
期限切れ
6
30%
6
開発者 6
評価
(34)
プロジェクト
60
23%
仲裁
11
73% / 9%
期限切れ
3
5%
7
開発者 7
評価
(3)
プロジェクト
4
0%
仲裁
1
100% / 0%
期限切れ
0
8
開発者 8
評価
(9)
プロジェクト
8
0%
仲裁
9
0% / 67%
期限切れ
3
38%
9
開発者 9
評価
(71)
プロジェクト
97
43%
仲裁
2
50% / 0%
期限切れ
2
2%
10
開発者 10
評価
(356)
プロジェクト
632
26%
仲裁
89
73% / 13%
期限切れ
12
2%
11
開発者 11
評価
(63)
プロジェクト
84
26%
仲裁
23
22% / 48%
期限切れ
23
27%
類似した注文
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
We are seeking a talented and experienced developer to convert two sophisticated TradingView indicators to NinjaTrader 8. These indicators are crucial for our trading strategy, and we need them to function flawlessly in the new environment. The project comes with specific usage restrictions, which will be discussed in detail with the chosen developer. Requirements: Extensive experience with both TradingView and
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e
Greetings, As the title suggests, I am trying to convert an indicator that calls itself via an iCustom call like this. iMAArray_Buffer[loop_1] = iCustom ( NULL , Selected_TF, MQLInfoString ( MQL_PROGRAM_NAME ), "calculate" , RPeriod, MType, MPeriod, 1 , shift); Full code will not be provided, only the position that needs fixing. I cannot get this working in MQL5 but the original code runs smoothly in MQL4. Please
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
Greetings great developer, I am in search of a highly skilled developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further
Hello, This is pretty simple and its an indicator with On/Off button 1-Off will remove all indicator from the chart. 2-On will put them all back again with the same settings
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
Here is a detailed instruction for the coder to implement the vertical lines based on the BrainTrainSignalAlert indicator: --- **Task: Implement Vertical Lines for Alerts from BrainTrainSignalAlert Indicator** **Objective:** Create a system that adds vertical lines on specified timeframes (M5 or M30) whenever an alert is generated by the BrainTrainSignalAlert indicator on the H1, H4, and D1 timeframes. The lines

プロジェクト情報

予算
30 USD
開発者用
27 - 27 USD
締め切り
最低 1 最高 2 日