I am looking for someone to code me a mtf rsi EA or utility that will continue to open a position whenever the TP is hit and stop the process when the RSI enters the opposite zone.
How it will work..First I will already have the EA or utility running on a chart before I open a position so let's say I open a BUY EURUSD with a TP of 10 pips and a SL of 20 pips when The TP is hit the EA opens another position automatically with a TP of xx pips and lot size of xxx( which I will explain later)as long as the RSI remain above 30.(initially the the EA will only open trades when the RSI is above 70) when the TP is hit it will continue to do so until the RSI drops below 30 then the sequence is done. Only the first position open by the robot that the RSI will still be above or below 70 after that it does not matter as long as the RSI is still above 30 to continue to buy) or below 70 and continue to sell) I cannot find a better way to explain this. I am using 70/30 as RSI levels as an example. The opposite is for sell condition, to continue to open sell position when the TP is hit until the RSI goes back above 70. Initially it will open the trades when the RSI is below 30 and a TP was hit in the first position
Secondly, incase I forgot the put the EA on a chart before I open any position, as soon as the EA is dropped on a chart, it will start working and waiting for when a TP is hit and the RSI is still above 70 or below 30 . The EA does does not open a trade unless a trade was previously opened by another EA or manually.
SETTINGS...RSI
USE CURRENT TF.. TRUE/FALSE.
USEM1 TRUE/FALSE
USE M5 TRUE/FALSE
USE M15 TRUE/FALSE
ETC .. ALL THE THE TIME FRAMES AVAILABLE ON MT4
Current time frame will use the values of the chart the EA was placed on. if EA is placed on a 30mins chart, it will use the rsi values of of ob/os for exits and entries of a 30mins chart NOTE: if more than one RSI TF is selected all must be in OB or OS territory for the EA to do it's job as compared to just using one RSI
Maximim Spread to open xx . If the spread is greater than this value then the EA will not open trade. I will manually input so leave blank as the default
USE TP True/FALSE default is TRUE
TP. 6
USE SL TRUE/FALSE default is FALSE.......Typically I will have an EA set a SL for any trades opened by another EA
SL 30
Use default lot size TRUE/FALSE( if set to false it will use the lot size of the last position that was closed which was opened manually or by another EA)
Default lot size is 0.25( can be changed manually)
RSI BUY level xxx default is 70
RSI SELL level xxx default is 30
RSI value xx default is 2
USE RSI based on current candle 1
use RSI based on closed candle 0
Default is 1
TRADES TO MANAGE
Manage all trades. EA will manage all trades opened manually or by other EA 1.... this is the Default set to TRUE
Manage only trades opened by manually T/F
Manage only trades opened by other EA automatically .T/F
for the last 2 the default is false
Magic #... so I can use different strategies
There are many MTF RSI available online I just have this on my computer so can adjust and make them work to my specification. I have sent 2 pictures explaining how the EA should work. Please read before bidding
Benzer siparişler
Need a quarantine winning bot to trade step100, vix 75,25,50 and 30. Serious persons only. Minimum to no lost. Should’ve able to trade secondly rapidly and daily . Should only enter winning trades
Please help add an alert notification feature to this indicator so I can receive a notification immediately whenever a signal appears. Thanks. Just help to put an alert notification at appearance of the signal on this indicator
Hello, I am a serious buyer looking to acquire an existing, stable, and profitable Expert Advisor (EA) designed specifically for: 👉 Gold (XAUUSD) This is a full buyout request, including complete source code and full ownership. ⚠️ I am NOT looking to build a new EA from scratch. Only ready-made, proven systems with real performance history. ✅ EA Requirements (Strict) 📌 Symbol & Strategy ✔️ Trades Gold only (XAUUSD)
I need a professional MT5 Expert Advisor (fully automated trading robot) for scalping on M1 timeframe. 1. General Requirements Platform: MetaTrader 5 Type: Fully automated EA (no manual confirmation) Timeframe: M1 only Symbols: XAUUSD, BTCUSD, USDCAD Must support running on multiple charts simultaneously Clean, optimized, and low-latency execution logic 2. Strategy Logic (Scalping Model) The EA should use: Trend +
Hello, I am looking for someone who can convert this indicator (BrainTrend2SigAlert - indicator for MetaTrader 5) into an Expert Advisor (robot). Buy positions and sell positions. And with the option to set Take Profit in percent or pips. And the setting for the maximum number of buy or sell positions
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
All other Necessary filters already coded , Mostly it is referring to another expert copy pasting . Live Chart Optimization . Optimization from Signal Trigger Point . Apply to stay ahead . While applying please explain the correct trailing stop loss for value gap entries
//+------------------------------------------------------------------+ //| EURUSD Daily Strategy EA | //+------------------------------------------------------------------+ extern int MA_Fast = 50; extern int MA_Slow = 200; extern int RSI_Period = 14; extern double RiskReward = 2.0; extern double StopLossMultiplier = 1.5; void OnTick() { if (TimeCurrent() != iTime(NULL, PERIOD_D1, 0)) return;
1. CSI module — parses the group syntax, ranks 8 currencies, returns BUY/SELL/NEUTRAL 2. Tradovate bridge — file-based reader for the 8 Tradovate conditions (local + remote support) 3. Tradovate confluence indicator — 9 buffers + score + entry/exit signal 4. Integration into your EA
I am looking for a developer who can create a bot that automatically reads trading signals from a Telegram channel and sends them to an EA, which will then open trades based on the received instructions. Example workflow: When the signal provider posts something like: “Buy now 5108” The bot should send this to the EA and trigger an entry within a defined zone (e.g., 5108–5103 ). The EA should then: • Place layered