An Expert Advisor based on RSI Needed

MQL5 EA C++ JavaScript

작업 종료됨

실행 시간 5 시간

명시


Hi

i want to have my own EA robot that wil trade for me all day every day using RSI 14 candle 70 Array and 30 Array


this is i want rule program for the bot for all currency


when RSI Reach 70 Array it will start the first sell trade with the amount of 0.10percent (or editable) of my total account funds

same as RSI Reach 30 Array it will start the first buy trade with the amount of 0.10percent (or editable) of my total account funds


(Buy and Sell vice versa)

i want this bot do doing double up (or any percentage that i want to add) if it reach negative 50 pips ( new order or new trade execute)

and when 2nd trade still reach negative 50 pips then ( new order or new trade execute) and so on, all trades that has double will not stop loss until when the last trade get my desire pips, for example 300pips. all trade from this will close( lets assume only all Sell trades close) then back to the first trade when RSI reach 70 or 30


Sample

RSI reach greater > 70 array ( First Sell Trade Initiate ) (0.10% or editable)lots 

> then if 1st trade reach negative 50 pips then execute new trade sell (0.20%)lots was double up(or depends should be edited)  //now 2nd trade already but the first trade is still going no stop loss

> then if 2nd trade reach negative 50 pips then execute new trade sell (0.40%)lots was double up(or depends should be edited) //now 3rd trade already but the 1st and 2nd trade is still going no stop loss

> then if 3rd trade reach negative 50 pips then execute new trade sell (0.60%)lots was double up(or depends should be edited)  //now 4th trade already but the 1st , 2nd and 3rd trade is still going no stop loss

> and So on and on, // the new trade will always do double up(or any percentage i desire) from the last trade 

> Until the LAST trade get my desire pips lets say 300-800pips profits positive( editable) all trade from sell will close automatically // then RESET

> while when the SELL trade still ON or Not > then the RSI reach lest than < 20 array  it will automatically First BUY trade with the amount of 0.10%lots

_______vice versa_______

> then if 1st trade reach negative 50 pips then execute new trade BUY (0.20%)lots was double up(or depends should be edited)  //now 2nd trade already but the first trade is still going no stop loss

> then if 2nd trade reach negative 50 pips then execute new trade BUY(0.40%)lots was double up(or depends should be edited) //now 3rd trade already but the 1st and 2nd trade is still going no stop loss

> then if 3rd trade reach negative 50 pips then execute new trade BUY(0.60%)lots was double up(or depends should be edited)  //now 4th trade already but the 1st , 2nd and 3rd trade is still going no stop loss

> and So on and on, // the new trade will always do double up(or any percentage i desire) from the last trade 


> Until the last trade get my desire pips lets say 300-800pips profits positive( editable) all trade from sell will close automatically // then RESET

> while when the BUY trade still ON or Not > then the RSI reach 70 array  it will automatically First Sell trade with the amount of 0.10%lots


sorry im not really good in english i hope this is clear

is there is any let me know









응답함

1
개발자 1
등급
(885)
프로젝트
1410
67%
중재
123
32% / 41%
기한 초과
217
15%
무료
게재됨: 1 코드
2
개발자 2
등급
(1235)
프로젝트
2820
80%
중재
156
22% / 43%
기한 초과
487
17%
무료
3
개발자 3
등급
(414)
프로젝트
670
33%
중재
60
17% / 32%
기한 초과
113
17%
작업중
4
개발자 4
등급
(772)
프로젝트
1039
44%
중재
50
8% / 50%
기한 초과
116
11%
무료
5
개발자 5
등급
(645)
프로젝트
873
48%
중재
29
38% / 17%
기한 초과
63
7%
무료
6
개발자 6
등급
(1931)
프로젝트
3552
88%
중재
73
40% / 15%
기한 초과
268
8%
무료
7
개발자 7
등급
(2675)
프로젝트
3414
68%
중재
77
48% / 14%
기한 초과
342
10%
무료
게재됨: 1 코드
8
개발자 8
등급
(271)
프로젝트
553
50%
중재
57
40% / 37%
기한 초과
227
41%
작업중
9
개발자 9
등급
(145)
프로젝트
169
50%
중재
22
14% / 55%
기한 초과
22
13%
무료
10
개발자 10
등급
(3)
프로젝트
8
13%
중재
10
10% / 70%
기한 초과
2
25%
무료
11
개발자 11
등급
(1)
프로젝트
2
0%
중재
0
기한 초과
1
50%
무료
비슷한 주문
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I need to build one from scratch . Experience with Sierra Chart, ACSIL
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have
take your time better make it for days and have good bot than never benefits both of us. Make the bot have zero errors and backtest it for a 2 year period

프로젝트 정보

예산
50 - 100 USD