An Expert Advisor based on Bollinger Band

작업 종료됨

실행 시간 3 일
고객의 피드백
Great Coder. always reply to questions and has a can-do attitude!

명시

  1. The indicator is BollingerBand with:  Period 20 ,shfit 0 and the deviation is 2. apply to CLOSE. But the bollinger band should not be shown in the EA. 
  2. Default time frame is m15. but can be used in all time frame.
  3. EA will Open BUY if the candle is closed 2 pip / 20 points below the BB.
  4. EA will Open SELL if the candle is closed 2 pip / 20 points above the BB.
  5. if open position/ OP and take profit happen within the same candle  , then that candle should not be count, even though the candle closes above or below the Bollinger Band, meaning that even though the candle close above/below the Bollinger band, it is a no trade for the next candle (see picture)
  6. The candle close below/above Bollinger Band should differ 20points / 2 pip from the Bollinger Band. if it closes not below/above 20points, its a VOID / No Trade.
  7. Support manual order by the user , and if the user input order manually, the EA will handle it self, 150point per trade open for the TakeProfit.
  8. If open 1 position, then the TP is 150point / 15 pips. if open 2 position (martingle) then the TP is accumulation of 300points / 30pips
  9. Max Order Default is 3. while the first order is when the candle closed above/below the BB, the second order of martingle is when the Distance in the input is meet. default is 1000points/100pips.  (see picture)
  10. Stop loss is : If the floating position is Sell, and there is a candle closing below the BB, or Opposite signal,  then close all the sell, and OP Buy (see picture attach). So there is no contrarian trade. max 3 open buy OR max 3 open sell. and if it has not meet the Take Profit, but the contrarian candle /opposite signal  happen, then closed all position even though its a loss. (see picture)
  11. The TakeProfit is shown in the Chart so that user can know where is the TakePoint position (might show in line). So if user open a manual order, the line of TakeProfit will move/change accordingly.



input parameter for the EA :

  1. Distance (points) : 1000 default
  2. TP (points) : 150 default
  3. SL (percentage) : 0 default (this is the SL by percentage of the equity, if 0 means no SL, if 10% meaning : if Drawdown hit 10%, stop all order)
  4. Magic Number : make it 678 if possible (im not really sure what this is)
  5. EA Comment : B5-Pro (can not be changed by user, but make it available for me to change)
  6. Starting Lot : 0.01 default
  7. Multiplier : 2 default (multiplier of the lot size. 0.01 to 0.02 to 0.04, make it round to the upper)
  8. MaxOrder : 3 default
  9. Buy and Sell : buy only, sell only, buy and sell (also available in the interface) 
  10. StopNewOrder : stop opening new order (available in the interface)
  11. ManualOrder : Yes or No
  12. Alert : Yes or No (if yes, send push notification to metaquote id)
  13. (please suggest more if you think needed.)

NB : I want to make this EA available in any of these :
a. based on activation, like the on in mql5.com
b. based on the Name (so cannot be given to other person)
c. based on the account number.
d. based on time expiry

















응답함

1
개발자 1
등급
(115)
프로젝트
129
18%
중재
11
27% / 55%
기한 초과
4
3%
무료
2
개발자 2
등급
(769)
프로젝트
1033
44%
중재
50
8% / 50%
기한 초과
117
11%
무료
3
개발자 3
등급
(130)
프로젝트
184
32%
중재
16
31% / 63%
기한 초과
27
15%
무료
4
개발자 4
등급
(55)
프로젝트
96
40%
중재
13
38% / 62%
기한 초과
25
26%
무료
5
개발자 5
등급
(71)
프로젝트
103
20%
중재
6
0% / 83%
기한 초과
3
3%
무료
6
개발자 6
등급
(24)
프로젝트
28
32%
중재
1
0% / 0%
기한 초과
0
무료
7
개발자 7
등급
(65)
프로젝트
71
30%
중재
8
0% / 88%
기한 초과
5
7%
무료
8
개발자 8
등급
(169)
프로젝트
204
30%
중재
25
40% / 44%
기한 초과
12
6%
무료
9
개발자 9
등급
(117)
프로젝트
138
41%
중재
30
7% / 77%
기한 초과
17
12%
무료
10
개발자 10
등급
(6)
프로젝트
7
0%
중재
0
기한 초과
5
71%
무료
11
개발자 11
등급
(45)
프로젝트
58
33%
중재
12
42% / 42%
기한 초과
7
12%
무료
12
개발자 12
등급
(36)
프로젝트
50
28%
중재
2
0% / 100%
기한 초과
6
12%
무료
13
개발자 13
등급
(2)
프로젝트
4
0%
중재
0
기한 초과
0
무료
14
개발자 14
등급
프로젝트
0
0%
중재
1
0% / 100%
기한 초과
0
무료
15
개발자 15
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
16
개발자 16
등급
(36)
프로젝트
45
47%
중재
5
40% / 60%
기한 초과
9
20%
무료
비슷한 주문
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 need to fix the alerts of my SMC Order Blocks indicator, which is a custom indicator created for me some time ago. This custom indicator already has several types of alerts built-in, but I need to fix specific ones while keeping the other existing alerts unchanged, as those do not have any errors. The alert is for a specific Order Blocks pattern. This indicator graphically provides a zigzag, and from there, CHoCH
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
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
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
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

프로젝트 정보

예산
30 - 50 USD
개발자에게
27 - 45 USD
기한
에서 3  7 일