Basket Trading EA

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 6 gün
Müşteri tarafından geri bildirim
Hooshang made the entire experience seem easy, and responded quickly, when modifications needed to be made. He quickly provided the updated version. Great Job, Thanks JKW

İş Gereklilikleri

Need a Basket Trading EA based on the following:

INPUTS: (Available to change)

  • Currency Pairs: A comma separated list of currency pairs.
  • Candles Back: (0 - current candle, 1.....)
    • Looks at the number of previous candles (per currency pair)
       zero would look at the current candle only based on the time selected, if selecting 1 or larger, the current candle would not be looked at. 1 at the previous candle only, 2 at the two previous candles.
    • Runs a formula and determines long or short for each currency pair. (Will provide on work awarded)
  • Trade Type: Long, Short, Both -- Only do long trades, short trades, or both
  • Trade Time: 6:00 PM -- (Based on Broker Time)
    • This time would be the current candle time to look at. The EA would also only execute when this candle closes.
    • Also based on the Chart window time. Example, if a 30 minute chart. At 6:00pm, the close of the 30 minute candle (so 6 pm to 6:30 pm candle) the agent would then look at the Candles back, run a formula, then determine long or short.
  • Pending Pips: A pending order will always be opened. This is the number of Pips above the current candle to place the order. Current candle means the current closed candle set at the Trade Time. So for example, if 6pm Trade Time and 30 minute chart, at the close of the 6pm to 6:30 pm candle, once Trade Type is determined, a Pending order would be placed above or below the closed candle. The number of pips placed above or below is this setting.
  • Add Spread:  Enable/Disable - This would add the current spread to the Pending Pips. So as an example, if the close of the 6:00pm to 6:30 candle, and the formula indicated to do a buy, and the Pending Pips was 20, and the spread enabled, if the spread was 3, then the pending buy order would be 23 pips above the close of the Trade Time Candle. 6:00pm to 6:30pm candle. 
  • Stochastic RSI Settings. (This agent will use the Stochastic RSI) Want inputs for the settings.
  • Enable/Disable RSI -- This will enable or disable the use of RSI as part of the formula
  • Stop/Loss Pips: Initial Stop Loss in Pips if Add spread enabled, adds the spread.
  • Trailing Stop Pips: Number of Pips to Trail by 
  • Activate Trailing Stop:  Initial Pending, After Breakeven, Disable, Use Average True Range
  • Pending Location: High-Low or open-close This would use either the High for buy, Low for Sell, or the body of the Trade Time Candle for the pending order. For example, If I set to high-low, the pending order would be 23 pips above the High for a buy or 23 pips below for a sell. However, if I set to open-close, the trade would be pending order would be placed 23 pips above or below the open or close (depending if the order was a buy or sell, and if the candle was bullish or bearish). Looking for the trend to go above or below the candle body in the direction of the pending order.
  • Stop/Loss additional info -- Use ATR for the stop loss & trailing stop - an option. Initial stop loss should be able to also use Pending location. Example,  stop-loss 10 points above Trade Time Candle close or body.  
  • Take Profit in Pips - Number of pips for Take Profit
  • Trade size:  Trade size to take. Example: .01, .1 or 1 ..
    • Check margin before taking trade. If not enough margin, don't do the trade.
  • Close Pending: Time to close all pending orders
    • Close Pending Order: Enable
  • Other items:
    • If trade on one of the currency pairs is already active, don't do a new trade. For example, from the previous day
    • Notification: send email or push alert of trade, including close pending.

  • Basket Direction: Enable/Disable/Enable-Notrade --  check the basket for overall direction. Example, if 4 of the 6 currency pairs said buy, then the other two currency pairs (short) would not trade. If the currency pairs were equal - 3 buy - 3 sell, have an option for no trade. If just enabled, it would do 3 buys and 3 sells....

I will provide the trade formula once the work is awarded.


















































































Yanıtlandı

1
Geliştirici 1
Derecelendirme
(205)
Projeler
210
28%
Arabuluculuk
0
Süresi dolmuş
3
1%
Serbest
2
Geliştirici 2
Derecelendirme
(1235)
Projeler
2820
80%
Arabuluculuk
156
22% / 43%
Süresi dolmuş
488
17%
Serbest
3
Geliştirici 3
Derecelendirme
(647)
Projeler
1295
67%
Arabuluculuk
84
26% / 49%
Süresi dolmuş
338
26%
Serbest
4
Geliştirici 4
Derecelendirme
(414)
Projeler
670
33%
Arabuluculuk
60
17% / 32%
Süresi dolmuş
113
17%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(365)
Projeler
412
36%
Arabuluculuk
35
26% / 57%
Süresi dolmuş
63
15%
Serbest
Benzer siparişler
Develop a profitable MQL5 trading bot for MetaTrader 5. Support BTCUSD, XAUUSD, and GBPJPY pairs on the M1 timeframe. Implement any effective strategies/algorithms with flexible order types. Include take-profit (TP) and stop-loss (SL) settings. Apply risk management to limit 3% of account balance. Provide full source code upon completion
Hi, I'm a developer, and I'm looking for a freelancer to help me create a custom criterion in the OnTester function. I want this function to return the result of (Profit Factor - Z Score) . In other words, I need the OnTester function to calculate and return (Profit Factor - Z Score)
Hey, are you familiar with the trading software called PREDATOR? If yes, are you also familiar with the automated reversal fitcher? I really need to get connected with someone who's well skilled in coding to help me out, thanks
Copy signals 30+ USD
I need 2 robots that copy mt5 signals to mt5. 1 master robot that will be installed on an MT5 platform and will send entry, exit and pending order signals 1 slave robot that will be installed on another platform that will receive the signals The slave robot must also have the option to reverse orders and change the batch
Hi all talented coders among you. Very simple ask. enum Strats { RSI_Overheat = 0, //RSI Overheated CCI_Overheat = 1, //CCI Overheated Stochs_Overheat = 2, //Stochs Overheated NONE //No strategy } input Strats S1 = 0; input Strats S2 = 2; input Strats S1 = 3; //use default inputs for these built in indicators input RSI_OH = 80; input CCI_OH = 100; input Stoch_OH = 80; Declare handles Populate buffers Function for RSI
Two Phase EA 50 - 100 USD
Please, try and read till the end. Thanks. T he EA should have a customized Login Page - Account and Password protection, ownership plus Expiry Date. The EA should have 2 Buttons. (A) for "Automatic Execution” (AE) and (B) manual mode for "Send Signal Only” (SSO) Basically, it’s the same EA, but should have automated trade execution and a manual mode which will send signals, only. Both should not be activated at the
Fix my EA errors and compile it and run it so that every coding is working perfectly I need to check your work on Demo after you fix the errors and if every thing is ok send me the Demo to check and confirm your work
buy order should be placed when ema 9 crossed over sma 20 and price retrace below or equal to ema 9 and stochastic %k length 50 and smooth 1 is above 50 . after buy stoploss should be trailed by lower donchian channel of period 16. Exit position when price crossing down lower donchoan channel. sell order should be placed when ema 9 crossed below sma 20 and price retrace above or equal to ema 9 and stochastic %k
hi are you familiar with the trading software called "PREDATOR" by sabar trading .?(probably building a new bot that works with the" predator" software ) if you do i want to add a condition for the automatic function of the reversal pattern trigger a condition of different time frame/renko , to the trade . is that something you can do
I have an MT4 expert advisor with source code. When I put the EA on, it only buys. I have no idea what the problem could be. Could you check and fix the problem. It is unable to identify the trend as in the code

Proje bilgisi

Bütçe
30 - 80 USD
Geliştirici için
27 - 72 USD