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
評価
(2369)
プロジェクト
2977
65%
仲裁
76
47% / 14%
期限切れ
340
11%
12
開発者 12
評価
(51)
プロジェクト
153
69%
仲裁
4
100% / 0%
期限切れ
1
1%
13
開発者 13
評価
(3)
プロジェクト
4
0%
仲裁
8
13% / 88%
期限切れ
1
25%
14
開発者 14
評価
(2045)
プロジェクト
2596
62%
仲裁
112
45% / 26%
期限切れ
417
16%
仕事中
15
開発者 15
評価
(405)
プロジェクト
460
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
評価
(466)
プロジェクト
494
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%
仕事中
類似した注文
I will place multiple buystop and sellstop order with stoploss in actual digits/price figure, I want the stopped trade to re-place as it is with the same stoploss once it hits the stoploss untill the equity reaches my target, once the equity target is met close all trades including pending order if any. pls create an expert advisor for mt5. Regards Samit Poddar
hey, I would like to order EA as per specifications. Using two indicators - Bollinger Bands and MA. Opening subsequent positions in a given size (with a specific SL and TP) after a loss in accordance with the assumptions. Additionally, I need a descriptive dashboard on a chart
Modification of an ea 30 - 45 USD
1. Programming language: Python 2. Platforms: MT4 and MT5 3. Indicators: - MACD (24, 52, 9) - RSI (15, 85) - VWAP 4. Trading logic: - Buy signal: MACD crossover below neutral line, RSI oversold, bullish candle above VWAP - Sell signal: MACD crossover above neutral line, RSI overbought, bearish candle below VWAP - Open buy and close sell, or open sell and close buy simultaneously 5. Additional features
Greetings Programmers. I am looking for someone who can fix three issues on my EA. Please do not apply if you are currently working on another project. I need someone who is available and can start immediately. Everything already exist it needs to be better and when trades are open it must close the trades when opposite signal are provided. Buy above the Horizontal Line and Sell below the Horizontal Line
I have one boot , but i need to modify some things . EA has 4 indicators and entry method , i want to remove 3 of them and leave just 1 indicator and his method of entry based in this indicator , then add one moving avarage filter for signals to this
I am in search of a skilled MQL5 developer with a proven ability to optimize trading robots across various assets, including synthetic indices like V75, Boom and Crash, gold, US30, US100, and more. I'm looking for an experienced developer to enhance my multi-asset trading EA, which was originally developed exclusively for V75 and is based on the smart money concept. This comprehensive EA, based on an market indicator
Hi, I'm looking for a developper to create an EA based on indicators: The robot is designed for MT5. The robot is based on the combination of 6 FOREX indicators The indicators (curves, graphs), as configured in the settings, are visible on the screen. Buy or sell signals: Arrows indicate the moment when a buy signal is detected. A red arrow indicates a sell signal. A green arrow indicates a buy signal. A dashboard
Seeking an experienced dev to develop an EA for Boom and Crash based on a moving average crossover. Once order is placed a Trail SL should follow. Dev should be able to add to the strategy/optimize it. I have an EA you can look at as a guideline
Hello, I am interested in having a specific EA built for use in the MT4 platform with the following functionality: - Entry using the Half-trend indicator (amplitude 2 and channel deviation 2 as standard default). Needs to have as little lag and repainting as possible. Entry is buy or sell. The indicator must only print signals in a buy-sell-buy-sell-buy etc sequence. For example it cannot have 2 signals for buy and
Fractals Hedge Master 50 - 90 USD
I need a very simple EA which: 1- Should work on three indicators (Moving Average, Parabolic SAR, MACD and Fractals). The option to turn on/ off for these indicators should be available for the trader as per his strategy. Of course, if the trader wants to turn on one/ two/ three indicators, further options to determine the type/ values (I.e Parameter) should be asked by the EA. 2- The system works on top/

プロジェクト情報

予算
120+ USD
VAT(付加価値税) (21%): 25.2 USD
合計: 145.2 USD
開発者用
108 USD
締め切り
最高 15 日