指定

I need an auto order entry robot for MT5

At Singapore time 7am the robot will auto put in orders 

1) R is numerical value ( can be adjusted ) that will be added or subtracted from the day opening price

2) A is the number of lots ie 1 = 1 standard and 0.01 = 1 mirco lots

3) i is the percentage of increment. Eg 30% is 0.3


Eg day open price is 53.00 ( this will be the reference point ) 


53.00+6r

A

buy stop 2pips lower

A*(1+i)6

Sell Limit

53.00+5r

A

buy stop 2pips lower

A*(1+i)5

Sell limit 

53.00+4r

A

buy stop 2pips lower

A*(1+i)4

Sell Limit

53.00+3r

A

buy stop 2pips lower

A*(1+i)3

Sell limit 

53.00+2r

A

buy stop 2pips lower

A*(1+i)2

Sell Limit

53.00+r

A

buy stop 2pips lower

A*(1+i)

Sell limit 

53

reference point

reference point

reference point

reference point

53.00 -r

A*(1+i)

Buy limit

A

Sell stop 2pips higher

53.00-2r

A*(1+i)2

buy limit

A

Sell Stop 2pips higher

53.00 – 3r

A*(1+i)3

Buy limit

A

Sell stop 2pips higher

53.00 – 4r

A*(1+i)4

buy limit

A

Sell Stop 2pips higher

53.00 – 5r

A*(1+i)5

Buy limit

A

Sell stop 2pips higher

53.00 – 6r

A*(1+i)6

buy limit

A

Sell Stop 2pips higher

There are some other parameter to close the orders and pending orders 





Exit: Close all positions either:

1)      When price goes back to R ie REFERENCE PRICE ,

OR

2)      There are still open positions at 3am/3:30am ( adjustable )

OR

3)      Conservation or Aggressive mode ( changeable )

a.       Conservation = ( wrong leg turn positive ) àClose all positions

b.       Aggressive = ( trend following leg turn negative ) à close all




応答済み

1
開発者 1
評価
(356)
プロジェクト
632
26%
仲裁
89
73% / 13%
期限切れ
12
2%
2
開発者 2
評価
(2098)
プロジェクト
2667
62%
仲裁
114
46% / 25%
期限切れ
420
16%
取り込み中
3
開発者 3
評価
(90)
プロジェクト
118
17%
仲裁
44
23% / 39%
期限切れ
20
17%
4
開発者 4
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
5
開発者 5
評価
(564)
プロジェクト
933
47%
仲裁
302
59% / 25%
期限切れ
125
13%
取り込み中
6
開発者 6
評価
(2440)
プロジェクト
3075
66%
仲裁
77
48% / 14%
期限切れ
340
11%
7
開発者 7
評価
(365)
プロジェクト
412
36%
仲裁
35
26% / 57%
期限切れ
63
15%
8
開発者 8
評価
(554)
プロジェクト
1340
59%
仲裁
28
82% / 0%
期限切れ
10
1%
9
開発者 9
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
10
開発者 10
評価
(1)
プロジェクト
1
0%
仲裁
3
0% / 100%
期限切れ
1
100%
11
開発者 11
評価
(394)
プロジェクト
499
38%
仲裁
84
37% / 32%
期限切れ
13
3%
多忙
12
開発者 12
評価
(71)
プロジェクト
254
53%
仲裁
16
50% / 38%
期限切れ
83
33%
13
開発者 13
評価
(2)
プロジェクト
5
0%
仲裁
2
0% / 50%
期限切れ
1
20%
14
開発者 14
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
15
開発者 15
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
I have list of free indicators in tradingview and i would like to convert them into an mt4 ea, But the EA will have and work based on the indicators features The list of the are listed as follows :> 1. Market Structure Break And Order block. By EmreKb 2. Rainbow Adaptive RSI by LuxAlgo 3. Multiple MA (21,50,100) 4. SuperTrend My budget for this 80$ max
I want to develop a trade copier that copies trades from master account to client and also from client account to master account. It should be working on computer or VPS
algo trading application want to developed Prerequisites for ordering a trading robot 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
I have list of free indicators in tradingview and i would like to convert them into an mt4 ea, But the EA will have and work based on the indicators features The list of the are listed as follows :> 1. Market Structure Break And Order block. By EmreKb 2. Rainbow Adaptive RSI by LuxAlgo 3. Multiple MA (21,50,100) 4. SuperTrend Please don't apply if can't do this, So we won't ourselves time
Only for developers with experience in debugging, and array-out-of-range issues. A custom indicator seems to work on a static chart, but 1 buffer still has mistakes in it, resulting in a value of 1 for every bar: the code needs to be reviewed and modified, resulting in a working indicator for every symbol, for every timeframe: sometimes when the timeframe is switched, the chart closes automatically, but all the time
Hi I do not know why but my other order have been deleted and it's not me... I do not know what i did wrong, let me explain again. I dont want you to crack a code or decompile. I want to create a scalper EA with the option I do ask. I had somebody built a EA called Drawdown manager for me that I do use to manage risk of any EA that I test and I have the built code. My problem is that I cannot back test this EA Fast
Hello! I am looking for an experienced Pine Script coder to create a custom indicator for mapping market structure based on fractals. The developer must be skilled in Pine Script and have a solid understanding of how to code market structure indicators. Looking forward to working with a talented developer
CHAPTER 1: BASICS 1.THE BASICS 1.1. EXPANSION AND RETRACEMENT Expansion =>occurs when there is an impulse movement towards a direction. Retracement => is the correction movement after an impulse movement. 1.2. FIBBONACCI RETRACEMENT USED TO DETERMINE THE END OF THE RETRACTION MOVEMENT, USUALLY THE PRICE RETRACTS TO 50% OR UNTIL OTE (0.62, 0.705, 0.79) BEFORE ANOTHER IMPULSE MOVEMENT OCCURS. 1.3. BMS - BREAK IN MARKET
I want a program that automatically disables manual trade execution once a specified number of trades have already been placed. ie. After a total of 3 trades have been placed on that day, manual trade execution should be disabled. I want the program to also limit the amount of lots that can be traded in any given day. ie. Maximum of 15 standard lots in any given day. The program should disable manual trade execution
Greetings to all developers that see this post, I have a task, I would like to work with an expert. I have an indicator that is written in the Pine script (TradingView) language; I would like it converted to MQL5, which will then lead to the creation of a trading bot based on the circumstances. I'll give you access to the indicator file

プロジェクト情報

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