작업 종료됨
실행 시간 82 일
고객의 피드백
This guy is great. Knows his stuff and very easy to work with. Great communication.
피고용인의 피드백
Top Client, Clear spec with a keen understanding. Thank You
명시
Phase 1
EA uses 6 indicators:
-MA of RSX (Low Time Frame* -
Direction and Trigger ).
-RSIoMA (Mid Time Frame*
- Direction and Trigger ).
-Shochastic (High Time Frame* -
Chooses indicator to TP).
-ATR (Stop-Loss).
-ZigZagFA (Stop-Loss).
-Kama/MA (Stop-Loss) - I use the Kama MA, but in
Phase 2, a Regular MA may work better. So programming both in now will make it easier to test.
- EA uses 3 time frames at a time. LowerTF (MA of RSX). MidTF (RSIoMA) and HighTF (Stochastic) (i.e. - H1, H4, D1 ).
- All Actions/Triggers happen at the open of candle 1 of each indicators time frame.
- EA will run on multiple charts/pairs at a time so having an option to only have a certain amount of open trades at a time(6.2).
- Only one trade opened at a time per chart.
1. Direction of Trade:
a) Both MA of RSX and RSIoMA in the same direction:
b) MA of RSX (Close of current candle on Lower Time Frame)
1. - Value3/Buffer2 (Yellow Line) - Candle 2 < Candle 1.
or
2. - Value3/Buffer2 (Yellow Line) > Value4/Buffer3 (Red Line)
(Green Histo) = Long.
-----------------------------------------------------------------------------------------
3. - Value3/Buffer2 (Yellow Line) - Candle 2 > Candle 1 .
or
4. - Value4/Buffer3 (Red Line) > Value3/Buffer2 (Yellow Line)
(Red Histo) = Short.
c) RSIoMA (Close of Current Candle on Mid Time Frame)
1. - Value4/Buffer3 (White Line) Candle 2 < Candle 1 = Long.
2. - Value4/Buffer3 (White Line) Candle 2 > Candle 1 = Short
2. Trigger for Trade:
Long: (a or b)
a) Prerequisite: RSIoMA - Value4/Buffer3 (White Line) Candle 1 > Candle 2 - RISING
MA of RSX-
1. Value3/Buffer2 (Yellow Line) turning from Down to Up, With Indicator Value3/Buffer2
below [50] (adjustable separately for long and shorts, see input 7.6)
2. OR Value3/Buffer2 (Yellow Line) cross above Value4/Buffer3 (red Line) (Histo turn from
Red To Green).
b) Prerequisite: MA of RSX - Value3/Buffer2 (Yellow Line) is already above Value4/Buffer3 (Red Line) (Histo is already
Green)
RSIoMA - Value4/Buffer3 (White Line) Candle 3 > Candle 2 < Candle 1 White Line turns from
going Down to Up.
Short: (c or d)
c) Prerequisite: RSIoMA Value4/Buffer3 (White Line) Candle 1 < Candle 2 -LOWERING
MA of RSX-
1. Value3/Buffer2 (Yellow Line) turning from Up to Down, With Indicator
Value3/Buffer2 above [50] (adjustable separately for long and shorts, (see input 7.7)
2. OR Value3/Buffer2 (Yellow Line) cross below Value4/Buffer3 (Red Line)(Histo turn from
Green To Red)
d) Prerequisite: MA of RSX - Value3/Buffer2 (Yellow Line) is already below Value4/Buffer3 (Red Line) (Histo is Red)
RSIoMA - Value4/Buffer3 (White Line) Candle 3 < Candle 2 > Candle 1 White Line turns from
going Up to Down.
e) * All triggers happen at the end of current candle of the stated indicator.
3. Trade Management
a) Note: All Long trades use Bid price to trigger StopLoss
All Short trades use Ask price to trigger StopLoss
Initial StopLoss
b) ATR (See Input 10,23)
c) Trendline (See Input 10.26)
Move to Breakeven
d) Breakeven (See Input 11,30)
Activate MA for StopLoss
e) Use price closes above/below MA to close trade (See Input 11,31)
StopLoss
f) [#] in pips. (Hard/Visible)
4. Take Profit
Take Profit [#] in pips. (Hard/Visible)
Stochastic
a) Long 1. - Value1/Buffer0 (Blue Line) above Value2/Buffer1 (Red
Dot Line) - Use RSIoMA - White Line turns from going Up to Down.
2. - Value1/Buffer0 (Blue Line) below Value2/Buffer1 (Red Dot Line) - Use MA of RSX Histo
change from Green to Red.
b) Short 1. - Value1/Buffer0 (Blue Line) below Value2/Buffer1 (Red Dot Line) - Use RSIoMA -
White Line turns from going Down to Up
2. - Value1/Buffer0 (Blue Line) above Value2/Buffer1 (Red Dot Line) - Use MA of RSX Histo
change from Red to Green.
C) * Can change back and forth during trade per Stochastic.
5. No New Trade
a) No new long trade if RSIoMA Value4/Buffer3 (White Line) is above [75] (See Input 7,13)
b) No new Short trade if RSIoMA Value4/Buffer3 (White Line) is below [25] (See Input 7,14)
c) No Trade if StopLoss is to big (See Input 8.22)
EA Inputs: ------- (they do not have to be in this order)---------------
6. EA Settings:
1. Magic Number.
2. Open Trades [#] - How many trades can be open at a time.
7. Indicator settings:
MA of RSX
TimeFrame
3. RSX Length
4. RSX Signal MA Period
5. Signal Moving Average Method
6. Long Trade > Value3/Buffer2 Value) [#] - MA of RSX Trigger (2.a)
7. Short Trade < Value3/Buffer2 Value) [#] - MA of RSX Trigger (2.c)
RSIoMA-nrp-mtf+alert nmc
8. TimeFrame
9. RsiOma-Period
10. RsiOma-Mode
11. MaPeriod
12. MAType
13. LevelOb - No long trades above level - (5,a)
14. LevelOs - No short trades below level - (5,b)
Stochastic-mtf
15. TimeFrame
16. KPeriod
17. DPeriod
18. Slowing
19. MAMethod
8. Trade Size
Lot Size
20. - Lot [#]
or
21. - % of account size [#] i.e. 3%. (Based off of the Soft/invisible Stoploss (ATR or ZigZag) (9.24,27)
22. Max Trade Size (#) in pips (if exceded = No Trade)
9. Initial Trade StopLoss
23. Hard StopLoss [#] (in Pips) (Hard/Visible)
24. ATR StopLoss -[On/Off] - To use ATR for SL at the time that the trade is taken (Soft/Invisible, but draw purple line on chart if used at time
of trade, to be deleted after close of trade) - (3,b)
25. ATR X - [#] - If ATR is value is 24, using [1.5] would mean 24x 1.5=36 so subtracting 36 pips from
price for long trades, and adding 36 pips to price for Short traders to use as StopLoss.
ATR
26. -Period
27. ZigZag StopLoss -[On/Off] - Uses indicator ZigZagFA made trendlines (Named: "ZZLine1" for Long trade, and "ZZLine2" for Short trade)
at the time that the trade is taken. (Soft/Invisible, but draw purple line on chart if used at time of trade, to be deleted after close of
trade) - (3,c)
28. ZigZag + -[#] add pips above (short)/below (long) the ZigZagFA trendlines.
ZigZagFA
29. -ExtDepth
30. -ExtDeviation
31. -ExtBackstep
* If both ATR StopLoss and ZigZag StopLoss are both On, EA uses Whichever is bigger - uses the bigger StopLoss, ATR or ZigZag, includes the
added pips from ZigZag + input)
10. Close Trade settings:
32. Move to Breakeven [#] after "x" amount of pips of profit has been reached. - (3,d)
33. MA as StopLoss -[#] Turns on after "x" amount of pips of profit (close trade at candle close below MA for Long trade, Above MA for Short
trade.
[Standard MA with Kama as option]. Once On, it remains on for the rest of that trade. - (3,e)
Kama
34. -PeriodAMA
35. -Price Type
36. -nfast
37. -nslow
MA
38. -Period
39. -MA method
-----------------------------------------------------------------------------------------------------------------
11. Objects of Chart
a) Soft StopLoss - Follows trade from original ATR/ZigZag then Moves to Breakeven, then deleted after trade is closed. (Thin Purple Line)
b) Draws Arrow in the direction of the direction change of MA of RSX - Value3/Buffer2, at the close of candle of the mid timeframe (Yellow
medium size Arrow)
응답함
1
등급
프로젝트
478
40%
중재
105
40%
/
24%
기한 초과
82
17%
로드됨
게재됨: 2 코드
2
등급
프로젝트
129
18%
중재
11
27%
/
55%
기한 초과
4
3%
무료
3
등급
프로젝트
167
35%
중재
11
91%
/
0%
기한 초과
0
무료
4
등급
프로젝트
199
42%
중재
20
25%
/
55%
기한 초과
10
5%
무료
5
등급
프로젝트
34
26%
중재
7
14%
/
43%
기한 초과
7
21%
무료
6
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
7
등급
프로젝트
114
26%
중재
7
29%
/
57%
기한 초과
5
4%
무료
비슷한 주문
I'm looking for an experienced NinjaTrader 8 (C#) developer to build a fully automated futures trading strategy. Please apply only if you have proven experience developing and testing NinjaTrader strategies. Project Overview Develop a fully automated NinjaTrader 8 strategy. Designed for Apex funded and evaluation accounts. Primary instruments: NQ/MNQ Futures (with flexibility to support other futures later). Trading
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
8 cap prop firm passing
30 - 3000 USD
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
Hello, I am looking for an existing, fully backtestable MT5 Expert Advisor or EA portfolio designed specifically for passing an FTMO-style prop-firm evaluation. I am not looking for unrealistic profit claims or a visually perfect backtest. My priority is a statistically defensible probability of passing the challenge while respecting all risk limits. Primary objective The system should be designed for the current
MT4/MT5 HFT EA Live Trading
40 - 10000 USD
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
Specification : 1. Goal I am commissioning a mean-reversion grid Expert Advisor for XAUUSD on MT5. The deliverable is the complete, commented .mq5 source (strictly personal usel). Offers limited to compiled .ex5 will not be considered. 2. Required framework (non-negotiable) 2.1. Works natively on M5; signals evaluated on closed bars; symmetric long/short. 2.2. Entry logic built on Bollinger Bands + Moving Average
TumiiFX
30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
HFT / Latency Arbitrage pepperstone
30 - 5000 USD
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
프로젝트 정보
예산
50+ USD