An Expert Advisor to buy low and sell high

MQL5 エキスパート 株式

指定

1.      The idea of the trading system is as follows:

The robot places a BUY order at the lowest price of the last “n” candles. When the order is filled, it places a SELL order at the highest price of the last “m” candles. The robot must have 2 modes:

1 – long only. In this mode the robot goes long and after the buy order has been filled it places the sell order. When the limit sell order is filled it places o new limit buy order.

2 – long and short. In this mode when there is a sell signal, the robot closes the long position (if applicable) and enters a short position.

 The robot will trade in 15-minute, 30-minute, 1-hour and 1-day time frames. The user must have the option to close position at a given time of day or not (i.e. day trade or swing trade modes).

Trading Signals:

  • Buy signal: there is not a “real signal”, since the robot places a limit buy order at the lowest price of the last “n” candles + or – a value entered by user (eg. $0.01)
  • Sell signal – alternative 1: if a buy order is filled, the robot places a limit sell order at the highest price of the last “m” candles + or – a value defined by user (eg. $0.02/share)
  • Sell signal – alternative 2: if the highest of “m” candles is reached, the robot sends a limit order at the open of the next candle. The price of this order is the highest of “m” candles + or – a value defined by user (eg. $0.02/share). The objective here is to take advantage of gaps.

4. Positions are closed at opposite signals: LONG positions are closed at Sell signals, and SHORT positions are closed at Buy signals.

5. Positions are opened only when order is filled.

There must be na option to:

(i) go long only or

(ii) go long and short, i.e. when sell signal shows up, long position is closed and short position is opened, as mentioned in the begining.

 6. Additional filters for opening a position: NA

7. Additional filters for closing a position: NA

8. Close by Take Profit — there must be the alternative to choose to close a position based on a fixed $ profit (e.g. $1.00/share)

9. Position management

A stop loss can be set if user decides to. Stop loss can be set at a given number or candles (stop in time) or fixed value ($0.50/share).

 

I want to have access to the code and edit it myself if necessary.

ファイル:

応答済み

1
開発者 1
評価
(58)
プロジェクト
66
8%
仲裁
39
26% / 56%
期限切れ
12
18%
仕事中
2
開発者 2
評価
(2441)
プロジェクト
3076
66%
仲裁
77
48% / 14%
期限切れ
340
11%
3
開発者 3
評価
(65)
プロジェクト
71
30%
仲裁
8
0% / 88%
期限切れ
5
7%
4
開発者 4
評価
(137)
プロジェクト
167
35%
仲裁
11
91% / 0%
期限切れ
0
5
開発者 5
評価
(135)
プロジェクト
163
40%
仲裁
11
27% / 73%
期限切れ
25
15%
6
開発者 6
評価
(248)
プロジェクト
444
34%
仲裁
56
36% / 38%
期限切れ
163
37%
取り込み中
7
開発者 7
評価
(5)
プロジェクト
7
14%
仲裁
1
0% / 100%
期限切れ
0
8
開発者 8
評価
プロジェクト
0
0%
仲裁
1
0% / 100%
期限切れ
0
9
開発者 9
評価
(169)
プロジェクト
204
30%
仲裁
25
40% / 44%
期限切れ
12
6%
10
開発者 10
評価
プロジェクト
0
0%
仲裁
1
0% / 100%
期限切れ
0
11
開発者 11
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
12
開発者 12
評価
(87)
プロジェクト
114
26%
仲裁
7
29% / 57%
期限切れ
5
4%
類似した注文
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
dreams good and have a great Cash out from your smart phone , tuyoywuiy glamorous flood see full idk idk slow so dolls stupid sis workouts who's spark koalas oral waits also doggo idk
NRTR - indicator for MetaTrader 5 NRTR (Nick Rypock Trailing Reverse) - indicator for MetaTrader 4 NRTR WATR - indicator for MetaTrader 4 NRTR GATOR - indicator for MetaTrader 5 X2MA NRTR - indicator for MetaTrader 5 NRTR - indicator for MetaTrader 5 NRTR GATOR - indicator for MetaTrader 4 NRTR - indicator for MetaTrader 4 Stalin_NRTR - indicator for MetaTrader 5 NRTR Color Line - indicator for MetaTrader 5 NRTR Rosh
Martingale Strategy EA 50 - 300 USD
Dear , I hope this message finds you well. I would like to request the development of a trading robot (Expert Advisor) that incorporates the following strategies and features: Strategy Requirements: 1. Martingale Strategy: The robot should include a Martingale system to increase trade sizes after losses in order to recover losses and generate profit. 2. Trend-Following: It should also be able to detect and follow
Hi developer, I need a EA bot with forex news filtering for JPY currency pairs(usdjpy, audjpy,gbpjpy,cadjpy) and USD currency pairs (audUSD,EURUSD, gbpUSD, NZDUSD, USDcad, USDCHF, xauusd). That's no problem if you can share your own profitable ea to me for 100 usd. I don't have any idea about ea strategy. But, I need profit in this ea Please share backtest, strategy, how ea works and ea's features
Hi developer, I need a scalping EA bot with forex news filtering for USD currency pairs (usdjpy, audUSD,EURUSD, gbpUSD, NZDUSD, USDcad, USDCHF, xauusd) for JPY currency pairs(usdjpy, audjpy,gbpjpy,cadjpy). Please share backtest, strategy, how ea works and ea's features
A green point should be added at the Low point of candlesticks in the oversold zone—it is the L point. If there is at least one L point between two H points, search for a LL point in the interval between two H points. The candlestick with the lowest Low price will be the LL point. Generally, the LL point is not necessarily an L point. Search for candlesticks with the lowest Low price. If there is at least one H point
Trading robots are programs, which operate according to underlying algorithms. An algorithm is a set of actions that need to be performed in response to certain events. For example, the most common task in algo trading is the identification of the "New bar" event. When the event occurs, the robot checks the emergence of trading signals and acts accordingly. Before you decide to program or order a trading robot, you
My requirements are the following. I am ordering, I need an expert consultant on EA matters and an indicator in the trade pairs of XAUUSD and XAGUSD, we also need powerful robots for changing prices in the market. the market conditions, i.e. flexibility, then the business should be beneficial for all I need high and low line python line position to work thank you
Expert advisor in mql5 50 - 130 USD
Hi, I need an expert advisor for forex multi currency and multi timeframe that ea would give one percent profit from all trades. After profit that ea will close all orders. Regards

プロジェクト情報

予算
30 - 50 USD
開発者用
27 - 45 USD