EA based on Supply & Demand

专家

指定

I need an EA produced which works on the II_SupDem indicator found on the insanity industries website.  I have attached this MT4 indicator.

The EA will work based on two instances of the indicator being present on a chart (less than two means that it won't function).  When price enters the higher timeframe level this is the first confirmation of a trade.  Execution of that trade is based on price touching a level on the lower timeframe.  Normally, price should rally or drop into the level quite rapidly, and we are looking for maribouzou type candles pushing into the level.  Other triggers to initiate the trade could be bolinger bands (aka the "All Star Entry" as it's known by OTA).  This type of trading is based on Sam Seiden's style from OTA, and I have an EA on MT4 which is loosely working on it and that has been very successful on the AUD/USD pair as a result.  If this could be refined then I think it would work on other pairs as well, and on the Aussie even better.  So as far as stops, they would be located a pip or two on the other side of the zone, and for targets, they should be at the next level.  This could be configurable, so that you could put in your own stops and targets if you prefer.

Options:

  1. Use bolinger bands as a trigger for trade execution in combination with the levels.
  2. Use dynamic or fixed tp and stops.
  3. Use risk:reward as a decision maker on whether or not to take the trade, i.e. if the reward is < 2 x risk then probably don't take the trade, if this option is selected.  This could be configured to make the r:r 3:1 or whatever.
  4. Ability to take half of the trade off at double risk (or whatever profit level the trader feels is appropriate).
  5. Move to breakeven at double risk (or whatever profit level the trader feels is appropriate).  Currently I have to use a separate EA to do this (this one also takes half off at double risk).
  6. It needs to work for all brokers.  Currently the one I have only seems to work on my Alpari account.

This style as I mentioned above is based on Sam Seiden's style, which he goes through here. (This is the one where he describes the "All star entry").  I know this is the mql5 forum but it would be good to have this on mt4 as well, so I could have this working on all of my platforms.  If this can be done, please let me know and give me an idea of pricing, at the moment I am on a tight budget so it may be something I will need to put off for a while but an idea of pricing would be good.

 *Edit* The link for Sam Seiden's webinar describing his style didn't post - it is here:  http://www.fxstreet.com/webinars/sessions/session.aspx?id=113c786d-7268-47d1-bb1e-a332f08e751e

反馈

1
开发者 1
等级
(41)
项目
124
34%
仲裁
32
13% / 75%
逾期
53
43%
空闲
2
开发者 2
等级
(24)
项目
36
39%
仲裁
1
0% / 0%
逾期
17
47%
空闲
3
开发者 3
等级
(273)
项目
396
63%
仲裁
70
53% / 26%
逾期
198
50%
空闲
4
开发者 4
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​ Core Logic: ​ Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​ Dynamic TP: Total basket TP must update instantly upon new order
I am currently using the attached Arbitrage MACD indicator. However, there are no signal alerts associated with this indicator. I would like to receive notifications on my android device the bar after a blue long arrow appears and the bar after a red short arrow appears. This is the current code: //+------------+-----------------------------------------------------+ //| v.22.04.07 | ArrZZx2.mq4 |
NT8 to mt6 trade copier 150 - 250 USD
I just copy and past what i need Features Opening and closing orders at market and limit price Copy Take Profit / Stop loss orders Trades are manually by using the "Chart Trader Feature" within NT8-Charts or separate Window. Advanced symbol and Lot mapping Blazing fast – copy as fast as 10 ms Copy multiple symbols in parallel In the Case that the connection between NT8 and MT5 is lost, including a solution to
Project Overview: I am looking for an expert MetaTrader 5 (MT5) developer/architect to build a highly optimized, professional-grade Trade Copier system. This is NOT a basic trade copier. It requires advanced execution handling, bypass mechanisms, strict risk management, and multi-threaded syncing. Here are the complete requirements for the project: 1. Architecture & Topology: Multi-Account Routing: Must support both
: Hello, I am looking for an experienced MQL4 developer to create a custom Binary Options Trading Bot for MetaTrader 4 (MT4). The bot needs to automate trades based on clear conditions and must have a reliable integration feature. I would like the bot to work smoothly with Telegram so that it can either receive signals from a channel/group or send instant trade notifications directly to my Telegram. The code should
I am looking for an experienced MQL4 developer to create an Expert Advisor (EA) based on signals from a custom indicator. Requirements: 1. The EA must use a single custom indicator that draws buy and sell arrows directly on the chart. 2. When a buy arrow appears, the EA should wait until the current candle closes. If the arrow is still present after the candle closes, it should open a BUY trade. 3
Bhokhwe 30 - 200 USD
//+------------------------------------------------------------------+ //| ThreeBullEMA10EA | //| Strategy: 3 Bullish + EMA10 Break | //+------------------------------------------------------------------+ #property strict extern double LotSize = 0.01; extern int Slippage = 3; extern int MagicNumber = 12345; extern int EMA_Period = 10;
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell
I am looking for a developer to create an Expert Advisor (EA) for MetaTrader 5. Requirements: Trade XAUUSD (Gold) Automatically open and close trades Include Stop Loss and Take Profit settings Adjustable lot size and risk percentage Work on MT5 Allow me to change settings from the EA inputs Include backtesting support Source code preferred
> izz: #property strict input double LotSize = 0.01; input int BuyStopDistancePips = 50; input int SellStopDistancePips = 50; input int TrailingStartPips = 30; input int TrailingDistancePips = 30; input int MaxPositions = 3; input double StopLossPips = 0; input int MaxSpreadPoints = 300; input ulong MagicNumber = 20260702; input double DailyLossLimitUSD = 50; double PipValue; int digits; int OnInit() { digits =

项目信息

预算
10 - 30 USD