TT
TRADING SYSTEM
Indicators
are:
1.
Exponential moving averages (period: 25 and 15), apply to: close.
2.
Stochastic (period:60,3,3) price field: low/high, MA: simple. Level:
0, 20, 40, 60, 80, 100
3.
Commodity channel index (period: 20), Level: 100, 0, -100
4.
Money flow index (period:20), Level: 0, 50, 100
5.
Relative strength index (period: 20), Level: 25, 50, 75
Note:
All the indicators’ periods should be adjustable (Option to adjust
the indicators’ periods must be provided).
Buy
order conditions
1. Execute buy order if:
a. The smaller moving average crosses above the higher moving average
and price is 10 points above both moving averages.
b. The stochastic moves above level 40.
c. The commodity channel index is positive (above 0).
d. The money flow index is above level 50.
e. The RSI is above level 50.
2. Do not execute buy order:
a. If stochastic is above level 80 (overbought).
b. If RSI is above level 75 (overbought).
Sell
order conditions
1. Execute sell order if:
a. The lower moving average crosses below the higher moving average
and price is 10 points below both moving averages.
b. The stochastic is below level 60.
c. The commodity channel index is negative (below 0).
d. The money flow index is below level 50.
e. The RSI is below level 50.
2. Do not execute sell order:
a. If stochastic is below level 20 (oversold).
b. If RSI is below level 25 (oversold).
Trade management conditions
1. The EA must execute a single trade at a time for each currency
pair.
2. The EA must be able to trade all currency pairs (Any instrument).
3. Provide option for x-number of take profit and stop-loss in
pips/points (value to be set by the user in pips/points).
4. Provide option for trailing stop-loss (value to be set by the user
in pips/points). Use exponential moving average of period 10 with a
shift of 5, apply to: close. If price moves x-number of pips/points,
trailing stop moves x-number of pips/points in the direction of the
market. Trailing gap in pips/points is set by the user.
5. The EA should display on the screen total number of positions
currently opened on the account, the account leverage and account
balance.
Ordini simili
//+------------------------------------------------------------------+ //| Simple Moving Average Robot | //+------------------------------------------------------------------+ #property strict input int MA_Period = 50; input double LotSize = 0.1; double MA_Value; //+------------------------------------------------------------------+ int OnInit() { return(INIT_SUCCEEDED); }
أبحث عن خبير تداول آلي (EA) أرفقتُ فيديو له. يقوم هذا الخبير بوضع أوامر شراء معلقة وبيع معلقة على بُعد 250 نقطة أعلى وأسفل السعر الحالي كل دقيقة، مع تحديد مستوى وقف الخسارة (SL) عند 300 نقطة ومستوى جني الربح (TP) عند 500 نقطة. إذا تم تفعيل أيٍّ من هذين الأمرين خلال الدقيقة، يتم إلغاء الآخر. لا يقوم الخبير بوضع أي أوامر معلقة حتى يتم الوصول إلى مستوى وقف الخسارة أو جني الربح، ثم يضع مجموعة جديدة من الأوامر المعلقة في
Dear Developer, I hope you are doing well. I would like to request the conversion of a TradingView indicator "Forex ATR" into an MT5-compatible indicator. Requirements: The MT5 indicator must match the TradingView version exactly Same logic and calculation Same input settings Similar graphical representation (visuals/plots) Once the indicator conversion is successfully completed, I would like to proceed with the next
I need MT5 Expert Advisor (EA) Strategy: - Break of Structure (body close) - Retest - Confirmation (engulfing/rejection) Rules: - Max 2 trades per day - Risk: $50 - TP: 1:2 RR - SL: structure No martingale, no grid XAUUSD M30
Bring in your expertise for specific symbol Prepare expert for Live chart Creating .set for specific symbol Live Chart Optimization , symbol specific Everything is coded already therefore needs Implementations
I need an MT4-compatible Expert Advisor coded in MQL4 that applies a pure scalping approach. The robot must open and close positions quickly on XAUUSD, taking advantage of very small intraday price movements, with configurable parameters for lot size, maximum spread, take-profit. With the activation of repeated hedging and the feature to close trades at a specific percentage of profit or loss With chart monitor
I need a bot that will trade to make profit without I losing money , selling when it's time for sell, buying when it's time for buying, manage our profile to gain a big asset
Due to price constraints, I am shifting what I would like. Would you be able to develop part of a strategy that automatically screens and selects stocks for trading? For example, screens for stocks up 20% with 500k volume for the day, and automatically begin trading them according to the strategy I already use. I use NinjaTrader to day trade my Interactive Brokers account and would like to add an automatic
Hello i need some to teach me step my step in an idiot terms and I will be willing to learn more and I am ready to pay for it any amount please if anyone can put me though i will be happy thank look forward to anyone responses
more detailed requirements 1 Expert in MQL5, who can build with supertrend formula which can calculate the target time. For instance:When there is buy and sell in supertrend ,our target is of 20 points, that method should calculate the target with time