GAP_LAG EA

MQL4 エキスパート

仕事が完了した

実行時間2 日

指定

Hello, I need a programmer who can program this EA for MT4.

Please see below and let me know if you like to do this job.

 

Thanks a lot.

 

Best regards

 

 

Magic Number = 11111;

Allows other EA to trade or you can trade manually on the same account without any interference.

Comment Field = #1;

Position Size = 0.1;

It can be changed manually or automatically with increased balance.

Position Auto Increase = true;

When you start making profits, you can switch from manual Order Size to “auto” and the Robot will automatically increase the Order Size.

Position Auto Multiplier = 0.5;

When you turn PositionAutoIncrease to “true”, then this variable determines how big the automatic order will be. Values between 0.5-0.9 are best. Unlike other Robots, you can use the maximal available Position Size, e.g. 2.0, 5.0 lots or even 25.0 lots and more, as the Robot closes orders almost instantly and has a very small Stop Loss, so there is little risk of losing much equity on one trade.

Max Lots = 25; NEW!

Allows to set the upper trading volume limit if you want to restrict the Order Size.

Max Spread = 3.0; (in pips)

Many brokers with variable or floating spreads have different values of the spread during the day, from 0.5 to 2.5 or 3.5 and more. When the spread is too high, it’s almost impossible to make profits on scalping orders. You can set this value even lower, say 1.2, but then very few trades will be open.

Risk Management = 10.0; (percentage of the balance)

If the balance drops by say 10%, the Robot stops trading. This parameter is responsible for safeguarding your deposits and winnings.

Max Lost Positions = 3;

If there are more than e.g. 3 consecutive losses, the Robot stops trading. It will resume automatically after the time you set up in the parameter below MaxLostResumeTime. It’s useful when the market or the platform behaves strangely.

Max Lost Resume Time = 900; (in seconds)

If there are more than 3 consecutive losses, the EA stops trading and resumes after 900 seconds (15 min). You can change it to less or more, same as the MaxLostPositions.

Min Time Close To Open = 600; (in seconds)

Time between positions. Useful when a broker has time restrictions between orders in case of a scalping strategy.

Position Minimal Time = 0; (in seconds)

Some brokers have scalping restrictions as to the minimum time of the position being open, e.g. 2 min (120 seconds). Also in some cases we don’t want to close the order too fast and let it run for another 1, 2, or 5 minutes to make even more profits.

Position Maximal Time = 900; (in seconds)

This is the Maximum time a position will be open. After that it will be force closed.

Trading Period 1, Trading Period 2, Trading Period 3 = 00:00-00:00; NEW!

You can set up to 3 different Trading Periods, when the Robot perform best, e.g. during UK and US sessions, or exclude periods when the market behaves abnormally, e.g. just before or just after the weekend.

Broker Time = true; NEW!

You can use broker time, same as on the chart, or the time on your computer, whichever is more convenient for you.

ENTRY CONDITIONS:

Entry Gap Add = 0.1; (addition) & Entry Gap Mult = 1.1; (multiplication)

The most important functions of the EA. They are responsible for opening the trades when the price difference (= gap) is big enough.

Opposite Trades = false; NEW!

If you get negative orders, you can reverse them from Buy to Sell or vice versa.

Pending Orders = false; NEW!

With some ECN brokers where the Stops Level is ZERO, Pending Orders work much better than Market Orders, since they are not requoted.

Slippage = 0;

With this system slippage should be set to ZERO, but if there are too many requotes setting to 1.0 or 2.0 enables the trades to be open anyway.

Mode SLTP = 0; (Mode StopLoss/TakeProfit) NEW!

You can set the way Stop Loss or Take Profit is placed, together with the order or after the order has been place. The default value is “Zero”, which automatically detects which way is best for a particular broker.

Stop Loss = true;

You can decide whether to use Stop Loss or not. Having a Stop Loss is safer, so set it to “true”.

Stop Loss Extra = 0;

In this EA the Stop Loss is set automatically to the lowest possible value allowed by the broker, e.g. 2, 3, 5, or 10 pips. However, in some cases brokers have very low Stop Loss level, e.g. 1, 2 or 3 pips and it would be hit instantly, so you can increase the total stop loss using this Extra Stop Loss variable. In case of some ECN brokers the Stop Loss level is always ZERO, so it’s best to use Extra Stop Loss value like 1, 2, or 5 etc. not ZERO.

Take Profit = true;

You can decide whether to use Take Profit or not. Having a Take Profit is safer, so set it to “true”.

Take Profit Extra = 100;

Generally it’s not necessary to use Take Profit, since we want the A to make as much profit as possible, so this value should be set to very high. It’s just in case when the platform freezes or there are any other reasons that the orders cannot be closed or modified, but having a Take Profit in place would make the orders close anyway.

EXIT CONDITIONS:

Use Exit Gap = true;

If “true”, orders will be closed by Exit Gap (below), the same as Entry Gap, but when closing the orders. However we might want to keep the order longer and exit by Trailing Stop, TP/SL, and not when the prices are same again, so use “false” in such a case.

Exit Gap = 0.2; (in pips)

It’s the same as Entry Gap; when the prices are same again, the order will be closed, unless you set UseExitGap to “false”, so the orders will be closed differently, either by TrailingStopLoss or TP or PositionMaximalTime.

Close Only Positive Positions = true; NEW!

The Robot avoids closing negative positions and will wait till a profit is made before it exits a trade.

Repeat Closing = 30; (in seconds) NEW!

The Robot will check every 30 seconds if the position is profitable, then it closes the trade.

Trailing = true;

You can decide to use Trailing Stop by setting this function to true/false.

Trailing Extra = 3.0; (can be negative)

It’s the same as any other Trailing Stop, but in case of this Robot it can be also negative. E.g. when the Stops Level is usually 5 pips, then this is normally the Trailing Stop. If you set “TrailingExtra” to 5, then it will be 10 pips. If you set it to “- 2”, it will be 3 pips. It cannot be less than the spread of course, like 0 or 1 pips.

All trades are opened using the “ENTRY GAP”, but they can be closed in 4 different ways:

   “Exit Gap” (best)

   “Trailing Stop”

   “SL/TP” or

   “Position Maximal Time”.


 

BUILT-IN FUNCTIONS 

Messaging – you will get comments on the trading chart and in the Expert Tab about the orders, problems, causes of stoppage of the trading, etc. so you will know what happened and what actions should be taken if necessary.

Force SL/TP – the Robot will try to force place Stop Loss and Take Profit until it’s successful, so the orders are protected by SL and TP.

Lag Detection – if the broker’s market prices are not the same as other brokers for a longer time (“false feed”), the Robot will be able to deal with it.

Spreads Recognition – the “MT4 EXPERT ADVISOR” can deal both with fixed and variable spreads as well as with 5-digit spreads, e.g. 1.48725.

Symbol Recognition – most common symbol is with no extension, e.g. EURUSD, but some brokers have additional marks after or before the symbol, e.g. EURUSD#, EURUSDfx, EURUSDVIP, etc. The “MT4 EXPERT ADVISOR” can deal with all those symbols and marks.

Broker Type Recognition – in previous versions it was necessary to manually decide if the broker is ECN or MM, has 4 or 5 digit quotes. Now the EA detects all that information automatically including leverage, account currency, etc. It’s fully automatic now.

 


TIMEFRAME:

  None (only price changes)

INDICATORS :

  None (only price changes)


IMPORTANT FEATURES :

  Entry Gap – opens orders (best from 1.1 to 1.5)

  Exit Gap – closes orders (best is 0.2)

  Risk Management – protects capital and winnings (best 5-15%)

  Close Only Positive Positions – the Robot will avoid closing negative positions.

  OppositeTrades  – you can reverse the orders from Buy to Sell or vice versa.

  Pending Orders – with some MT4 brokers Pending Orders are better than Market Orders.

  Max. Lost Positions – number of maximum consecutive losses

  Auto Order Size – increases with the Equity

  Time Between Orders – in case of Scalping restrictions

  Min. & Max. Position Time – in case of Scalping restrictions

  Minimum Stop Loss (automatic) – usually 3 to 10 pips


SPREADS :

  Fixed 1-2 pips

  Variable 0.5-2.0

  4-digits and 5-digits

BROKERS :

  ECN/STP (only some, with and without commission) Market Makers (MM) which allow scalping

 


ファイル:

PNG
image002.png
329.4 Kb
PNG
image003.png
162.7 Kb

応答済み

1
開発者 1
評価
(1096)
プロジェクト
1777
61%
仲裁
14
64% / 7%
期限切れ
84
5%
2
開発者 2
評価
(879)
プロジェクト
1392
67%
仲裁
117
32% / 42%
期限切れ
215
15%
3
開発者 3
評価
(4)
プロジェクト
5
0%
仲裁
3
0% / 67%
期限切れ
2
40%
4
開発者 4
評価
(121)
プロジェクト
134
66%
仲裁
36
25% / 56%
期限切れ
22
16%
5
開発者 5
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
6
開発者 6
評価
(490)
プロジェクト
1016
58%
仲裁
29
28% / 24%
期限切れ
132
13%
仕事中
類似した注文
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

プロジェクト情報

予算
50 - 350 USD
VAT(付加価値税) (19%): 9.5 - 66.5 USD
合計: 59.5 - 416.5 USD
開発者用
45 - 315 USD
締め切り
最低 2 最高 5 日