Coding Of Expert Advisor Based On Fibonacci Levels

Lavoro terminato

Tempo di esecuzione 17 giorni
Feedback del cliente
He is an excellent programmer, quick, professional and good communication. Would highly recommend.
Feedback del dipendente
Very smooth working experience

Specifiche

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


Con risposta

1
Sviluppatore 1
Valutazioni
(77)
Progetti
94
43%
Arbitraggio
4
50% / 50%
In ritardo
2
2%
Gratuito
2
Sviluppatore 2
Valutazioni
(11)
Progetti
16
6%
Arbitraggio
3
33% / 67%
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
(36)
Progetti
45
2%
Arbitraggio
6
33% / 17%
In ritardo
1
2%
Gratuito
4
Sviluppatore 4
Valutazioni
(3)
Progetti
1
0%
Arbitraggio
2
0% / 100%
In ritardo
0
In elaborazione
5
Sviluppatore 5
Valutazioni
(21)
Progetti
25
36%
Arbitraggio
1
0% / 0%
In ritardo
1
4%
Gratuito
6
Sviluppatore 6
Valutazioni
(37)
Progetti
45
33%
Arbitraggio
6
17% / 33%
In ritardo
8
18%
In elaborazione
7
Sviluppatore 7
Valutazioni
(62)
Progetti
193
73%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
8
Sviluppatore 8
Valutazioni
(72)
Progetti
80
10%
Arbitraggio
36
8% / 53%
In ritardo
6
8%
In elaborazione
9
Sviluppatore 9
Valutazioni
(119)
Progetti
169
38%
Arbitraggio
9
78% / 22%
In ritardo
15
9%
Gratuito
10
Sviluppatore 10
Valutazioni
(4)
Progetti
6
0%
Arbitraggio
4
25% / 75%
In ritardo
0
Gratuito
11
Sviluppatore 11
Valutazioni
(300)
Progetti
449
65%
Arbitraggio
5
40% / 0%
In ritardo
4
1%
In elaborazione
12
Sviluppatore 12
Valutazioni
(3)
Progetti
9
22%
Arbitraggio
9
56% / 44%
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
(351)
Progetti
372
70%
Arbitraggio
4
100% / 0%
In ritardo
0
In elaborazione
Ordini simili
https://github.com/theshadow76/PocketOptionAPI https://lu-yi-hsun.github.io/pocketoptionapi/ i need someone to help with with connecting to this API and recieving signals from telegram channel i have created the app but can't make it connect with SSID and start trades and veiw these trades in realtime on the app if someone can help i would be thankful telegram : @sadscan
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
I have an EA developed by Strategy Quant. I want to add a grid system along side with the normal operations. User can choose either the operations with grid system and without grid system. CONDITIONS: 1- There are 6k lines so If you don't know and experience with SQ EA modification do not answer. Do not accept the job if you can not do it. 2- If you modified only simple EAs before and not so complicated codes DO
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an
Check if you understand my explanation crypto bot or make it mt5 bot Once it opens buy and move positively to buy let it use auto trailing to follow the trend and if it opens buy and move negatively let it martingale I will choose the amount it will open with example I can set it to open with $1 In martingale I can set it on fix that’s any martingale position will still be $1 if I choose fix then it will martingale
Martingale Strategy EA 50 - 300 USD
Dear , I hope this message finds you well. I would like to request the development of a trading robot (Expert Advisor) that incorporates the following strategies and features: Strategy Requirements: 1. Martingale Strategy: The robot should include a Martingale system to increase trade sizes after losses in order to recover losses and generate profit. 2. Trend-Following: It should also be able to detect and follow
Excellent trade 30 - 40 USD
I need a developer that will modify an EA that is made using 4 indicators, example, volume, average true range,RSI and MFI, this EA is user input and input adjustable, any programmer that can do this job should Apply and lets proceed
Hi, Scalping ea is required in mql5 for JPY currency pairs(usdjpy, audjpy,gbpjpy,cadjpy) and USD currency pairs (audUSD,EURUSD, gbpUSD, NZDUSD, USDcad, USDCHF, xauusd). Scalping ea should be profitable. Please help on this
I want a developer to create the below attachments which consists of the Supertrend indicator and the Trendseeker indicator. The parameters for the indicators are also in the attachments below. The indicators must be able to work at all times frames from 1 mins to monthly time frames. I need the codes upon completion of order. Thank and regards
I'm seeking a Forex HFT Scalping EA that operates on live streaming tick data and candlestick patterns, executing a high frequency of trades without balance restrictions. The EA should be compatible with major currency pairs like EUR/USD, GBP/USD, USD/JPY, AUD/USD, GBP/JPY, GBP/AUD, and XAU/USD, as well as US30 indices. Given its HFT nature, it should focus on the 1-minute, 5-minute, 15-minute, and 30-minute

Informazioni sul progetto

Budget
30 - 100 USD
IVA (21%): 6.3 - 21 USD
Totale: 36.3 - 121 USD
Per lo sviluppatore
27 - 90 USD
Scadenze
a 5 giorno(i)