Expert Advisor based on RSI, kijun-sen(from ichimoku cloud), and schaff trend cycle.
Requirements for BUY order:
1. RSI has gone below specified oversold area.
2. Schaff trend cycle changes from sell signal to buy signal
3. Price is above the kijun-sen.
When these 3 requirements are met in that order, a BUY order is placed
Requirements for SELL order:
1. RSI has gone above specified overbought area.
2. Schaff trend cycle changes from buy signal to sell signal
3. Price is below the kijun-sen.
When these 3 requirements are met in that order, a SELL order is placed
Exit out of BUY position:
Option 1: RSI reaches the overbought area, close position.
Option 2: Schaff trend cycle changes from buy to sell.
Option 3: Take profit target is reached.
Exit out of SELL position:
Option 1: RSI reaches the oversold area, close position.
Option 2: Schaff trend cycle changes from sell to buy.
Option 3: Take profit target is reached.
Option to Adjust:
RSI period
RSI overbought and oversold
Schaff trend cycle timeframe
Lot size
Stop loss(pips away from opening candle high/low)
Take profit(pips away from opening candle high/low)
Note:
The EA should work on all timeframes.
The EA would be running on multiple symbols simultaneously.
相似订单
📌 Project Overview: I need a full Smart Trade Management System for MetaTrader 4/5. This is a complete trading ecosystem, not a simple EA. 📌 Core Features: Smart Money Management (risk-based lot calculation) Advanced Trading Toolbox (TradingView-style drawing tools) Central Master Dashboard (risk, filters, account control) Multi-account monitoring (MT4/MT5 synchronization) Real-time monitoring (spread, equity
Hi basically I'm wanting an already made EA scalper that's constantly in and out of trades on the M1 time frame that has good risk management. It knows what it's doing. Most of its trades are profitable and that can start with £100. I am willing to pay up to £1000 for the right scalping bot. If you please have one and you're very confident in it, please allow me to use a live version to see how it does and if I'm
https://youtu.be/mUoczuxL0XE?si=2IzxX4jhML_-4f47  ; ...... “Secret London Session CRT Model - Insane Accuracy | ICT Secrets.” The model is called London Twilight and focuses on quick scalps near the end of London session. Source summary notes it uses CRT + Turtle Soup + PO3/AMD , mainly between 3:00 AM and 5:00 AM EST/New York time . ( Video Highlight | AI Video Summarizer ) Give your MQL5 coder these rules
Auto trading system on mobile with high probability win rate. Trades and auto trading system that works well on gold and forex, most important risk reward ratio. It must be 1:3 or more then that whenever possible
I want to buy proven profitable EA, any kind of strategy is considerable, working on any forex pairs or XAUUSD. I don't want to build from the scratch, so only apply if you already have profitable EA. Please send your EX4 file in advance with your application (MANDATORY), with additional information as below : - Pair and timeframe to use, minimum initial capital requirement, and so on - Type of EA (scalping, in day
I want an alert indicator using moving average and another one is customized indicator, but i don't have it's source file. is it possible? if yes let me know we will discuss further
Auto trading system with hi probability win rate. Trades and auto trading system works well on gold and forex most important risk reward ratio. It must be 1:3 or more then that
Hello, i would like to have a ninjatrader indicator. I wanna to have a footprint indicator with delta, imbalances and big trades identifiable. Also I wanna sell it on whop. And it should be fully customisable in NT8
Intraday Trade Ninja EA Indicators used: Price Border(TMA) MA-X Arrows xSuperTrend Candles EMA 49 & 89- Per Candle Color Switching Lemansignal 200 SMA Major Criteria to consider before a trade setup or condition is taken · The price must have touched/tested the upper or
//+------------------------------------------------------------------+ //| Simple Moving Average Crossover EA | //+------------------------------------------------------------------+ #property strict input int ShortMA = 10; input int LongMA = 50; input double LotSize = 0.01; int shortMAHandle; int longMAHandle; //+------------------------------------------------------------------+ int OnInit() { shortMAHandle =