Coding Of Expert Advisor Based On Fibonacci Levels

工作已完成

执行时间17 天
客户反馈
He is an excellent programmer, quick, professional and good communication. Would highly recommend.
员工反馈
Very smooth working experience

指定

We are looking for an EA for MT4 platform using Fibonacci Levels


 Fibonacci


A fib is a candle in one direction or a series of candles in the same direction. We draw the fib from the wick of the last candle to the body of the first candle. Examples:



Bullish Fibonacci


 

Bearish  Fibonacci




  • If we have a candle in the same direction as an existing fib, and it made a new high, we adjust the fib, as soon as the candle closes.

  • We only adjust the fib on candle closes

  • If there is a candle in a different direction, then the fib doesn’t change anymore.

  • If there is a “neutral candle”  (the body of the candle is null) the fib doesn’t change anymore.


Timeframe: Adjustable (We need to be able to select any timeframe)

Order rules:


  • To place a limit order, we need the fib size (0 to 100% of the Fibonacci) to be within a specific range of pips. That number has to be a variable we can type in.

  • We remove the limit order when a specific number of the Fibonacci level is reached. That number has to be a variable we can type in. We also need an option to add or subtract pips (for spreads, etc.)

  • Once an order becomes a position, we then remove all the opposite orders.

  • We don’t place new limit orders that are in a different direction than open positions. Limit orders in the same direction are OK.



Entry:


  • The entry of the limit order has to be at a specific number of the Fibonacci level. That number has to be a variable we can type in. We also need an option to add or subtract pips (for spreads, etc.) 

  • Limit order risk management: We need a field where we type the amount of the capital we want the bot to have available. Then we need a field where we type the percentage of the capital that will be used in the order. For example, if we type in $1000 and then in the box next to it, we select 1%. Then the order will have a risk of $10.



Stop Loss:


The stop loss of the limit order has to be at a specific number of the Fibonacci level. That number has to be a variable we can type in. We also need an option to add or subtract pips (for spreads etc.)


Take Profit Level 1:


The Take Profit Level 1 of the position has to be at a specific number of the Fibonacci level. That number has to be a variable we can type in. We also need an option to add or subtract pips (for spreads etc.) and an option to change the % of the position that we will close.




Take Profit Level 2:


The Take Profit Level 2 of the position has to be at a specific number of the Fibonacci level. That number has to be a variable we can type in. We also need an option to add or subtract pips (for spreads etc.) and an option to change the % of the position that we will close.



Break Even:


The position needs to be set at break even at a specific number of the Fibonacci level. That number has to be a variable we can type in. We also need an option to add or subtract pips (for spreads, etc.).



News options:


  • X minutes before RED news (according to forex factory) we stop placing orders, and we remove all the existing orders. 

  • X minutes before RED news we close all open positions.

  • This feature needs to have an On/Off “switch”


Time Schedule:


  • We want to have a time schedule for when the bot is active. We need 24 boxes, 1 for each hour, which we can activate/deactivate as we please.


Order Sweep time:


At a specific time of the day, we want the bot to clear all the pending limit orders. This field needs to be filled in. If it’s blank, then the bot doesn’t delete the orders.


Alerts:


We need an alert feature with an On/Off switch for every event


  • When an order is placed

  • When an order is deleted

  • When an order is X pips away from being triggered

  • When a position opens

  • When a position closes (including the resulting loss / profit, in $)

  • When a position is set on Break Even


反馈

1
开发者 1
等级
(69)
项目
85
40%
仲裁
4
50% / 50%
逾期
2
2%
工作中
2
开发者 2
等级
(11)
项目
16
6%
仲裁
3
33% / 67%
逾期
0
空闲
3
开发者 3
等级
(36)
项目
45
2%
仲裁
6
33% / 17%
逾期
1
2%
空闲
4
开发者 4
等级
(3)
项目
1
0%
仲裁
2
0% / 100%
逾期
0
工作中
5
开发者 5
等级
(21)
项目
25
36%
仲裁
1
0% / 0%
逾期
1
4%
空闲
6
开发者 6
等级
(36)
项目
44
32%
仲裁
6
17% / 33%
逾期
8
18%
工作中
7
开发者 7
等级
(56)
项目
175
71%
仲裁
4
100% / 0%
逾期
1
1%
空闲
8
开发者 8
等级
(68)
项目
77
8%
仲裁
33
9% / 55%
逾期
6
8%
工作中
9
开发者 9
等级
(119)
项目
169
38%
仲裁
9
78% / 22%
逾期
15
9%
空闲
10
开发者 10
等级
(4)
项目
6
0%
仲裁
4
25% / 75%
逾期
0
空闲
11
开发者 11
等级
(290)
项目
432
64%
仲裁
5
40% / 0%
逾期
4
1%
已载入
12
开发者 12
等级
(3)
项目
9
22%
仲裁
9
56% / 44%
逾期
0
空闲
13
开发者 13
等级
(333)
项目
352
71%
仲裁
4
100% / 0%
逾期
1
0%
工作中
相似订单
I want to make a new dashboard using 3 common indicators and the ADX indicator , which you must supply I have a MA dash which you can strip & reuse if it helps you I tried to cover all questions in the attached but i'm sure there'll be more
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for

项目信息

预算
30 - 100 USD
VAT (21%): 6.3 - 21 USD
总计: 36.3 - 121 USD
开发人员
27 - 90 USD
截止日期
 5 天