Expert Advisor will base on standard indicator (CCI)

MQL4 专家

指定

Develop basic functions like :

INPUTS

Trade Settings

  • AutoBuy/Sell: Auto Buy Trading and AutoSell: Auto Sell Trading
  • SafeClose : Close all trades when the last trade has profit more than SafeClosePoint and total order = SafeTrades
    • SafeClosePoint : Point of SafeClose
    • SafeTrades : Number of total orders to be use for SafeClose or ResetTrend

EA Settings

  • Use CCI indicator. Buy when current CCI >= MaxCCI, Sell when current CCI <= MinCCI
    • CCI Timeframe 
    • CCi Period
    • Max CCI
    • Min CCI

Lot Settings

  • Symbol_Decimal: Symbol Decimal, Support with all FOREX, TFEX symbols
  • Lots: Start Lot
  • Lotdecimal: Lot Decimal
  • LotExponent: Lot Multiple when buy or sell more than 1 order
  • UseSmartLot : EA will auto calculate lot with profit loss to open new order
  • MaxLots: Maximum Lot
  • Slippage: Slippage
  • MaxTrades: Maximum number of new orders for 1 Symbol
  • MaxSpread : EA will not open order when spread is higher than MaxSpread
  • MagicNumber: Magic number

NewStep Settings

  • FixStep : Use static NewStep (Don't use Exponent)
  • NewStep: New order step in Point
  • NewStepExponent : Increase NewStep when EA open more order

Profit SettingsTakeProfit: Take Profit in Point

  • UseTakeProfit : if set true EA will place an order with TakeProfit point
  • TakeProfit : Take Profit in point
  • UseVirtualTP : if set true EA will close an order when reaching a profit higher or lower than a virtual point without placing an order
  • VirtualTP : Virtual Take Profit in point

Stop Loss Settings

  • UseStopLoss: if set true EA will place an order with Stop Loss point
  • StopLoss: Stop Loss in Point
  • UseVirtualSL : EA will close an order when reaching loss more than VirtualSL point without placing an order
  • VirtualSL : Virtual Stop Loss in point

NO Risk settings and NO Time settings





附加的文件:

PNG
CCI.png
161.5 Kb

反馈

1
开发者 1
等级
(1)
项目
1
100%
仲裁
0
逾期
0
空闲
2
开发者 2
等级
(1053)
项目
1390
45%
仲裁
46
72% / 13%
逾期
35
3%
空闲
3
开发者 3
等级
(55)
项目
96
40%
仲裁
13
38% / 62%
逾期
25
26%
空闲
4
开发者 4
等级
(21)
项目
35
54%
仲裁
8
63% / 38%
逾期
1
3%
空闲
5
开发者 5
等级
(225)
项目
401
34%
仲裁
53
36% / 40%
逾期
144
36%
工作中
6
开发者 6
等级
项目
0
0%
仲裁
1
0% / 100%
逾期
0
空闲
7
开发者 7
等级
(5)
项目
6
67%
仲裁
2
0% / 50%
逾期
0
空闲
8
开发者 8
等级
(298)
项目
427
26%
仲裁
18
61% / 33%
逾期
26
6%
空闲
9
开发者 9
等级
(57)
项目
75
25%
仲裁
9
33% / 56%
逾期
8
11%
空闲
10
开发者 10
等级
(400)
项目
702
49%
仲裁
57
16% / 49%
逾期
128
18%
空闲
11
开发者 11
等级
(2367)
项目
2975
65%
仲裁
76
47% / 14%
逾期
340
11%
空闲
12
开发者 12
等级
(50)
项目
152
70%
仲裁
4
100% / 0%
逾期
1
1%
工作中
13
开发者 13
等级
(3)
项目
4
0%
仲裁
8
13% / 88%
逾期
1
25%
空闲
14
开发者 14
等级
(2044)
项目
2595
62%
仲裁
112
45% / 26%
逾期
417
16%
空闲
15
开发者 15
等级
(404)
项目
459
34%
仲裁
24
42% / 46%
逾期
6
1%
空闲
16
开发者 16
等级
(565)
项目
638
41%
仲裁
21
57% / 29%
逾期
45
7%
已载入
17
开发者 17
等级
(309)
项目
330
70%
仲裁
4
100% / 0%
逾期
1
0%
工作中
18
开发者 18
等级
(465)
项目
493
52%
仲裁
10
60% / 20%
逾期
3
1%
空闲
19
开发者 19
等级
(96)
项目
142
75%
仲裁
0
逾期
2
1%
空闲
20
开发者 20
等级
(555)
项目
922
48%
仲裁
300
59% / 25%
逾期
123
13%
工作中
21
开发者 21
等级
(66)
项目
143
34%
仲裁
10
10% / 60%
逾期
26
18%
工作中
相似订单
Hi, Coding Skills Required: Experience in coding trading robots for MT5. Ability to implement increasing coefficients for the distance between orders and lot size 1. Project Objective: Develop an automated trading robot for MetaTrader 5 (MT5) as per the specified trading strategy. 2. Trading Strategy: The robot must execute a strategy that includes the following elements: Opening initial orders. Placing pending
my style of trade is to manually scale position size up & down from 1 to 100+ micros as the market moves, so the indicator I need has nothing to do with scaling in & out of the position, but I need an indicator that dynamically trails the position P&L, And has a trailing daily max loss that will reject new order entry if triggered. Example is setting a $350 Position auto stop-loss so as I scale in & out of contracts
Trading signals will be generated once a candle close above or below the inside bar candlestick pattern. No indicator to be used. All signal is based on price action only. Mother bar's high is set as resistance level while mother bar's low as support level. Breaking and closed above/below this levels will generate our trading signals
FIFO Closing EA I need an EA that will follow FIFO rules for closing of open trades. The EA should close a trade per order/ticket number – NOT a magic number – at: 1) A specified price, and/or 2) A specified time of “Today”, whichever comes first. For more info see attachment
Hi, i have a simple strategy which has 4 different types of entries based on parabolic sar and moving average that I would like to be coded into an EA. I would also like some inputs for it like news filter, time start and time end, risk % and so on. Will discuss further upon application
basic mt4 expert advisor required I have a screenshot with the parameter's I require. order must be completed within 24 hours. only reply if your fast and incredibly experienced. its a few indicators: 2 ma atr macd two ma for a trend strat atr and macd for a reversion strat simple as
I want a developer who can develop an EA that enter a trade that is opposite of what 15m Candles does(example: if the 15m Candlestick is buying you put selling order and when is selling it place buying orders) 10 Seconds before 3 Bulls Major News and Nasdaq Open and once it has triggered it enter 1 trade whenever each position has moved 10 points and it does so continually until it has entered 10 position and
I accidentally deleted the order, so I apologize to the developer with whom I started the order. If you can, contact me to continue the order.And I would like to thank the others for responding to the offer. I wish you all success in your work
i want to make a little correction to y existing ea that is working fine only that when it has a loosing trade and the setup is still valid it will not take another trade. it was supposed to take another trade immediately as far as setup is still valid. the second ea is base on candle stick and order block with confirmation entry. multi timeframe
I want to include expiry date to a mt5 template and indicators. I want to make template expire after a certain period of time my be 30days. the template should be transferable to other mt5 users

项目信息

预算
120+ USD
VAT (21%): 25.2 USD
总计: 145.2 USD
开发人员
108 USD
截止日期
 15 天