Multi-Currency Expert Advisor (template) with some (input) variables for simple modification

指定

- If EA works with stocks and commodities also, I would not mind. EA is for hedging mode / account.
- Trading conditions, based on indicator and / or price action, should be changeable as easy as possible, preferably by me.
- Possible timeframes: M1, 3,5,15,30, H1,4, D1.
- Trading conditions should be checked when a new bar emerges. Apart from TP and SL, orders are market orders.
- Orders are valid for the lifetime of the actual bar. If execution fails or is only partial, unlimited new attempts (with changed volume, if there
  was a partial execution) should be made (e.g. every 10 sec.).
- The position opening should be checked immediately after sending the order (or at the next tick?).
- Free choice of currency pairs via input, that is, trading from only 1 currency pair to 5 currency pairs (preferably up to 20).
- Variable values for all assets / currency pairs are the same: SL, TP, position volumes etc. (see below).
- Position size(s) selectable for partial trade 1 plus 1 additional input for partial trades 2 ff. (position sizes for partial trade 2 - infinite shall be
  equal). Position size (of the partial trades) = part from account. Number of partial trades should be arbitrarily limited ( input).
  - For "cheapenings" a minimum distance (that is against trading direction) to the open of the previous partial trade should be selectable (in %
    from the open of the previous partial trade (input)).
- A maximum trade duration (same duration for every partial trade) should be selectable ( input).
- Indicators: preferably switched on and off via input:
 
- Stochastic
  - up to 6 SMAs (OHLC/4, input for each: SMA Period)
  - CCI (OHLC/4, Period = input)
  - 1 ATR (Period as input)
  - Indicators shall be calculated on every new bar.
- SL, TP are always related to the resp. partial trades, in % from opening price. Checking for SL & TP should be selectable via input:
  - on every tick or
  - on every new bar
  The values (via input) are equal for each asset.
  - It should be possible to split TP into up to 6 partial profit-taking (per partial trade, via input, equal for each asset, e.g. .25*vol à .1% (from
    opening price), .75*vol. à .3%).
    SL & TP should be switched off separately (via input) or value = 0.
  - I need an additional "TP with conditions" (in % from Open, preferably as input), which is used / works only with additional conditions (indicator
    or price action).
  - No trailingStop wanted.
  - All positions should be closed and EA stopped, if account DD > x % ( input).
- The indicators used shall be visible on the terminal  charts with their set values, for every traded asset. Trades shall be visible on the charts. No 
   further modifications of the charts by the EA.
- Trade server return codes and Runtime Errors have to be written to the log, also the result of each important operation.

A concrete EA must be worked out: Trading depending on Stoch action, prior Stoch action (by means of a separate "signal"?), position profit and the presence of a position (I will provide details later).







応答済み

1
開発者 1
評価
(356)
プロジェクト
632
26%
仲裁
89
73% / 13%
期限切れ
12
2%
2
開発者 2
評価
(261)
プロジェクト
425
38%
仲裁
86
44% / 19%
期限切れ
71
17%
取り込み中
3
開発者 3
評価
(21)
プロジェクト
24
17%
仲裁
15
20% / 40%
期限切れ
6
25%
4
開発者 4
評価
(488)
プロジェクト
555
32%
仲裁
27
44% / 44%
期限切れ
8
1%
取り込み中
5
開発者 5
評価
(26)
プロジェクト
34
26%
仲裁
7
14% / 43%
期限切れ
7
21%
6
開発者 6
評価
(33)
プロジェクト
49
12%
仲裁
16
0% / 88%
期限切れ
10
20%
7
開発者 7
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
8
開発者 8
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
9
開発者 9
評価
(1)
プロジェクト
1
0%
仲裁
1
0% / 100%
期限切れ
0
10
開発者 10
評価
(3)
プロジェクト
2
0%
仲裁
7
0% / 86%
期限切れ
0
類似した注文
MT5 中运行的 EA 的主要任务 : 1 EA 将同时选择两对货币进行交易,包括 AUDUSD 、 EURUSD 、 GBPUSD 、 NZDUSD 、 USDCAD 、 USDCHF 、 USDJPY 、 AUDJPY 、 EURAUD 、 EURJPY 、 GBPJPY 、 GBPNZD 和 GBPCHF ,默认设置 GBPUSD 、 EURAUD 。 2 蜡烛图 的时间 区间 包括 15M 、 30M 、 1H 、 2H 、 4H 或 1D 。对于两对货币中的 每一对而言, 将同时密切观察两个 时间区间图。 也就是说,两对 货币 同时 打开 四个窗口,每对默认设置 15M 和 4H 。 如果 您 不肯定如何 为同一货币对打开两个窗口,请不要考虑接受这项工作 。 3 将使用自主开发的指标 CMA 结合 CCI 预测走势。 在某些特殊情况下 ,将使用 马丁格尔策略进行操作。因此,如果您已经拥有基于 Martingale
Required to develop expert advisory which will work on any pair including crypto , forex, gold, silver, oil, simple stragy which will work on RSI,GRID, take profit, grid distance, start and stop button, only buy and only sell, filter for time frame Like 5m to 4 hr. stop loss and take profit .Detail will be shared once you except order
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Hi Guys, I am looking to someone that can generate an indicator for MT4 as explained below. Basically I would need that the indicator point out the price that will close my position in stop out/margin call. The indicator should pick automatically the level of trade out for the broker (which can be different from a broker to another broker) It should write (ideally on the bottom on the left) the following information
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later

プロジェクト情報

予算
120+ USD
VAT(付加価値税) (19%): 22.8 USD
合計: 142.8 USD
開発者用
108 USD
締め切り
最低 7 最高 14 日