Develop Super Trend EA

MQL4 专家

工作已完成

执行时间3 天
客户反馈
Excellent support I highly recommend it! I really liked his way of working and he is very professional, any modification or creation of an expert/indicator is the person you are looking to work for!
员工反馈
very nice and kind thank you +++++

指定

Hi


I need a EA using attached indicator as signal entry and exit  with the following requirements:


Trade Direction: The trading direction sets the behavior of the open initial trade only. Note – Trade Directions only work when you set your Initial Trade Type= Auto Trading / External EA / Instant Order.

  • Both Side (Long and Short): EA opens both Long and Short base on the Initial trade setup.

  • Any One Signal Side:  EA opens only one initial trade at a time (it may be Long or Short).
    Example-  When Buy Signal come, EA open Long trade and Long grid. Until close this cycles, EA ignore all signal. After close all trade then EA open again initial trade base on signal, it May be Long or Short.

  • Long Side Only:  EA opens only Long initial trade. Ignore all sell signals.

  • Short Side Only:  EA opens only Short initial trade. Ignore all buy signals.


Initial Lots Type: Select your initial lots type.

    • Fixed Lotsize – EA open fix lots

    • Lots Base On XBalance – Put lots size will be increase base your XBalance

    • How XBalance and LotsizePerXBalace work 
      Example your setting is XBalance = 100 and LotsizePerXBaance = 0.01 calculation will be –
      (Your current Account Balance / XBalance) * LotsizePerXBaance = You Lots size.
      If you Balance is 100 then you lots size will be = 0.01 when you Balance increase 200 then your lots size will = 0.02.

Close Trade on Opposite Signal: if true, EA will close your all open trade if opposite signal found.


For example –  You have open BUY trade if sell signal come then EA will close all buy trades before open sell trade. But if your initila trade type = External Manualthen this function will not work.


Active Loss Grid: Active/Disable All Grid trade-in Loss Side

  • Max Grid Trades (0-Disabled): This input function will specify the Maximum grid trades. Grid trading means when your initial trade-in loss is then EA will open several same side trade every loss distance. For example, if BUY EURUSD trade is in loss, the EA will trigger another BUY EURUSD trade and will not trigger any other trade if the trades are in profit.
  • Fix Distance: EA Grid trades will be based on this fixed distance. For example, you can set a fixed distance from Buy Trade 1 to Buy Trade 2 interval. In addition, this is a constant distance




Active Profit Grid: Active/Disable All Grid trade-in Loss Side

  • Max Grid Trades (0-Disabled): This input function will specify the Maximum grid trades. Grid trading means when your initial trade-in loss is then EA will open several same side trade every loss distance. For example, if BUY EURUSD trade is in loss, the EA will trigger another BUY EURUSD trade and will not trigger any other trade if the trades are in profit.
  • Fix Distance: EA Grid trades will be based on this fixed distance. For example, you can set a fixed distance from Buy Trade 1 to Buy Trade 2 interval. In addition, this is a constant distance



LotsType (For Grid): Select lots type. You choose how much lot size to be used after the GRID is activated.
  • LotMultiplier (For Grid): Lot multiplier is a way of adding lot size automatically to every trade opened in a grid for the second, third, and subsequent orders.
  • AddLots (For Grid): Lots will be added from your last opened grid trade.
  • FixLots (For Grid): Grid trade’s lots will be fellow the size of your initial lot.
  • CustomLots (For Grid): Custom Lots for grid trades is the lot size which the trader use based on their own preferred settings and the custom lot must be separated by a semi-colon(“;”). For example, a Custom lot “0.01;0.03;0.1” means that trade one within the grid will be 0.01 lot, trade 2 will be 0.03, and trade 3 will be 0.1
  • Max lots (for Grid): example 2


Profit Behavior: Select Profit Behavior. There are three types of profit behaviors
  • Averaging: Average means, if you multiple buy or sell orders then EA will close all buy or sell trade when you average in profit. For Example, if your TP is 300 points and you have 3 buy trades, so when all three buy trade average in profit 300 points, EA will close all trades. But if you have 1 trade then when that trade in 300 points profit EA will close the trade.
  • Individual: Individual means, every trade EA will close individually when you have targeted profit.
  • Fix GAP From Initial Trade:  EA will all buy or sell trade when your only Initial trade reaches your targeted profit.
  • TakeProfit: Value of a take profit for an initial trade. (It is in points)
  • StopLoss: Value of a stop loss for an initial trade. (It is in points)Keep in mind - Above all TP and SL will be fellow both initial trade and grid trade. And all TP and SL are visual so the broker will not see your TP and SL line.


Trailing Step: This is trailing trigger value. For example, your value is 200 points.

Trailing Stop: This is the action value. For example,  your value is 100 points.  When any trigger happened EA set new StopLoss in below calculation



Trade Times:

  • Stop Time Type: Select which trade EA will stop to open a trade.
    • Stop Initial Trade: EA will stop only initial trade, It will still open Grid or others trade.
    • Stop All Trade: EA will stop all types of trades. (Initial + Grids)
  • Trade Group #1: Trade Group #1 (True/False).
  • Group #1 Time: Set time range for Trade Group #1 (Default 00:00 - 23:40).
  • Trade Group #2: Trade Group #2 (True/False).
  • Group #2 Time: Set time range for Trade Group #2.
  • Trade Group #3: Trade Group #3 (True/False).
  • Group #3 Time: Set time range for Trade Group #3
  • Sunday Trade to Saturday Trade: You can set true/false that which day of the week EA will trade. True mean EA will trade on that day.


Estrategy to use:

  • Super Trend: Active or Disable
  • ATR Multiplier: 2
  • ATR Period: 100
  • Max Bars: 1000
  • Trigger Candle: Previous


















反馈

1
开发者 1
等级
(21)
项目
24
38%
仲裁
1
100% / 0%
逾期
2
8%
工作中
2
开发者 2
等级
(7)
项目
6
0%
仲裁
5
0% / 100%
逾期
1
17%
空闲
3
开发者 3
等级
(107)
项目
160
62%
仲裁
7
29% / 43%
逾期
20
13%
工作中
4
开发者 4
等级
(103)
项目
130
44%
仲裁
7
43% / 43%
逾期
7
5%
空闲
5
开发者 5
等级
(128)
项目
162
36%
仲裁
4
25% / 50%
逾期
13
8%
空闲
6
开发者 6
等级
(61)
项目
186
73%
仲裁
4
100% / 0%
逾期
1
1%
空闲
7
开发者 7
等级
(568)
项目
641
41%
仲裁
21
57% / 29%
逾期
47
7%
工作中
相似订单
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Trade methodology based on Red and Green lines entering Overbought / Oversold zone. Using confluence of Higher time frame, Moving Average a trade can enter when there is a strong slope angle. Market Base Line is used to determine overall market sentiment. This is designed to be an established trend scalping strategy on lower time frames. To be used initially on demo then real account when settings have been fine
There are six conditions in total . source code from an existing expert will be provided to aid the completion of this job . - Install the following by the Panel (copy paste form my existing Expert ) 1. Pips Lost : number of pips lost ( monthly reset ) 2. Pips Gained : number of pips gained ( monthly reset ) 3. Have a black background to avoid the
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: function (A) Add Transform combine the 4 Expert Advisors into just 1 Expert Advisor, maintaining the individuality of each one Leave in extern (false) or (true)
Description: I am seeking an experienced MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 based on a specific trend-following strategy. The strategy includes precise risk management, advanced trade management features, and additional risk management tools. The EA should be adaptable to any timeframe on which it is attached. Below are the detailed requirements and parameters for the EA: Strategy
I need an EA trading frequently (HFT or something like), and it sould have some features below: 1、Have a clear trading logic 2、Have a good backtest result 3、Have a demonstrated benefitable result in a live account trading 4、Can avoid the news time period or not sensitive to news
New york session based strategy 9:30 open Price takes out buy side or sell side liquidity Usually using 15min high and lows 5m entry Price takes out that high/low and price must close strongly back into the zone Is price is above price we have a sell bias vis versa for buys Sl is at the high or low with option for “offset” for cushion Tp is usually the opposite High or low. Would like the option for set pips-points &
Hello, I am looking for a skilled developer to create an Expert Advisor (EA) for MT4. The EA should close an open trade automatically when a Golden or Death Cross occurs in the Alligator Indicator. Please let me know if you have experience with similar projects and how we can discuss the details further
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details

项目信息

预算
30+ USD
开发人员
27 USD