Trading Robot - An Expert Advisor for MetaTrader4/5 and Binance Platform (Normal & Margin Trading)

Lavoro terminato

Tempo di esecuzione 121 giorni
Feedback del cliente
Keep up the good work Farrukh! Your commitment to completion of challenging projects is amazing. Interestingly, you offered me after "project" support which is very rare.
Feedback del dipendente
Thank you Nwachukwu for your patience and excellent communication.

Specifiche

Deliverables:

1.       Trading Robot - An Expert Advisor for MetaTrader4/5 and Binance Platform (Normal & Margin Trading) *

2.       Source Codes **

3.       Full Integration to MetaTrader 4/5 and Binance (Normal & Margin Trading)

4.       Trade Alert Notification on Mobile device/Email Notification

5.       Data Analysis - %Profit vs %Loss and number of trades in each category

6.       Manual Override (To stop entering new trades)


Requirement –

·         Dedicated Gmail account – Indicator alerts which serves as input trading and decision-making signals to the trading robot - viewsontradering@gmail.com

·         Alert Structure – name of currency pair, timeframe, Indicator, trend description, “comment” – see sample Gmail Alerts below

·         Python – Trading Robot/Objects

·         Binance – Trading Platform

·         Meta Trader (MT4 and MT5) – Trading Platform


Sample Gmail Alerts - refer to attached document:

a.       Alert: AXSUSDT 1Month RVGI Bearish Trend

b.       Alert: AXSUSDT 1W RVGI Bearish Trend

c.       Alert: DOTUSDT 4H RVGI Bearish Trend

 Alert: AXSUSDT 1H-4H RVGI Bearish Trend


 

ACTION 1:

Setup / User Interface

1.       Fund the trading accounts on each trading platform

2.       Select Currency Pair and Platform from a drop-down menu of built User Interface (upto two different currency pair trading simultaneously in each Platform)

3.       Select lot size for MetaTrader Platform

4.       Select between

·         Margin Trading - Select Own leverage as a percentage (%) of fixed leverage for each currency pair on Binance Trading Platform

·         Normal (Non-Margin) Trading

5.       Percentage Trailing Stop Loss – 80% upon activation

6.       Equity & Risk – Trade between 50% - 90% of Available Trading Funds

 

ACTION 2: SELL TRADE EXECUTION

Trading Robot –

1.       Identify and Reads New Month Timeframe Trend from TradingView alert notifications through a dedicated Gmail API connection – Input Trading Signal

While

a.       Alert: AXSUSDT 1Month RVGI Bearish Trend “Moving Down”

b.       Alert: AXSUSDT 1Month WWV Bearish Trend “Less than Zero”

(And no Bullish alert recorded in between of either (a) or (b), otherwise reset)

 

2.       Trend Confirmation on Week Timeframe

While

a.       Alert: AXSUSDT 1W RVGI Bearish Trend “Moving Down”

b.       Alert: AXSUSDT 1W WWV Bearish Trend “Less than Zero”

(And no Bullish alert recorded in between of either (a) or (b), otherwise reset)

 

3.       Entry (Sell Position is Opened)

a.       Alert: AXSUSDT 4H RVGI Bearish Trend “Crossing”

b.       Alert: AXSUSDT 4H RVGIX Bearish Trend “Crossing”

c.       Alert: AXSUSDT 1H-4H WWV Bearish Trend

 

 

4.       Stop Loss (Activate Trailing Stop Loss at 80% Profit Gained)

a.       Alert: AXSUSDT 1H-4H WWV Bullish Trend

 

5.       Exit (Close Sell Position by Take Profit)

a.       Alert: AXSUSDT 4H RVGI Bullish Trend “Crossing”

b.       Alert: AXSUSDT 1H-4H WWV Bullish Trend “Greater than Zero”

 

 

 

ACTION 3: BUY TRADE EXECUTION

Trading Robot –

6.       Identify and Reads New Month Timeframe Trend from TradingView alert notifications through a dedicated Gmail API connection – Input Trading Signal

a.       Alert: AXSUSDT 1Month RVGI Bullish Trend “Moving Up”

b.       Alert: AXSUSDT 1Month WWV Bullish Trend “Greater than Zero”

(And no Bearish alert recorded in between of either (a) or (b), otherwise reset)

 

 

7.       Trend Confirmation on Week Timeframe

a.       Alert: AXSUSDT 1W RVGI Bullish Trend “Moving Up’’

b.       Alert: AXSUSDT 1W WWV Bullish Trend “Greater than Zero”

(And no Bearish alert recorded in between of either (a) or (b), otherwise reset)

 

 

8.       Entry (Buy Position is Opened)

a.       Alert: AXSUSDT 4H RVGI Bullish Trend “Crossing”

b.       Alert: AXSUSDT 4H RVGIX Bullish Trend “Crossing”

c.       Alert: AXSUSDT 1H-4H WWV Bullish Trend

          

 

9.       Stop Loss (Activate Trailing Stop Loss at 80% Profit Gained)

a.       Alert: AXSUSDT 1H-4H WWV Bearish Trend (x 5minutes)

 

 

10.   Exit (Close Buy Position by Take Profit)

a.       Alert: AXSUSDT 4H RVGI Bearish Trend “Crossing”

b.       Alert: AXSUSDT 1H-4H WWV Bearish Trend “Less than Zero”


Con risposta

1
Sviluppatore 1
Valutazioni
(32)
Progetti
41
68%
Arbitraggio
5
0% / 60%
In ritardo
14
34%
Gratuito
Ordini simili
Hello Developers , I want to add support & resistance levels to my EA input using below concept , Current EA input panel Want to extract like this and add to the input
Hi, I would like someone to develop a trading bot. That capable of doing fast scalping trades on Asian highs and Asian lows 1 min time frame in London and New York session There will be 4 entry conditions: Key Steps and Considerations in Developing the Bot: Define the Asian Session High and Low : The bot will calculate the Asian session high and low values based on specific hours, typically defined as 00:00 - 06:00
Design a simple trading robot that trades binary options on pocket option and quotex. I have a robot that can relay pocket option and quotex binary chart on metatrader 4. I want a robot that can thus identify signals using indicator and place trade on my pocket option account automatically
CashCash 35+ USD
I need a bit that indicates where to go short from with highest probability and where to go long from also with the highest probability. This should be Able to order and close trade
The EA will be able to open at least 5 to 10 pending orders or grid positions within a predefine range. I am able to provide more details on how the EA will perform. This strategy is simply based on price action nothing too fancy or complicated please
A+ Revesal 50 - 200 USD
i want someone who can develop an EA based on my strategy logic, i have a sample algorithmic structure to follow, details will be discussed later. This is a comprehensive strategy! Here’s how to structure the algorithm for your EA, including each component you shared. I’ll provide pseudocode to represent the logic for each step, so it will be straightforward to implement. ### 1. Define Market Conditions Define
KS B&C indicator 30 - 50 USD
//+------------------------------------------------------------------+ //| MyBot.mq5 | //| Created using MQL5 | //+------------------------------------------------------------------+ #include <Trade\Trade.mqh> CTrade trade; // Create a trade object // Define input parameters input int FastMAPeriod = 10; input int SlowMAPeriod = 50; input int RSI_Period = 14; input int
Hi, I need a developer to convert pinescript to MQL5. The script attached can also have some features removed (highlighted in yellow) you would need to remove all relevant code to those parts. the finished code i will need to test before approving it and I will need the final source code on completion to make further adjustments Please can you let me know if you are able to do this
Functional specifications in English (see attached .zip file) Spécifications fonctionnelles en français (Cf. ci-dessous). Je possède actuellement 3 indicateurs distincts pour MT4 que j’utilise séparément, mais pour lesquels j’aurais souhaité réaliser une fusion fonctionnelle, afin de répondre au besoin spécifique décrit ci-après. Tout d’abord, les 3 indicateurs (Cf. programme mql4 source file ci-joints) sont : 1 er
Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current && macd_previous<signal_previous). Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases

Informazioni sul progetto

Budget
200+ USD
Per lo sviluppatore
180 USD
Scadenze
da 2 a 5 giorno(i)