Good
day
I am looking for someone who can create automatic trend
line trading EA (trading robot) that will be able to open trades on either buy or sell on trend line BREAKOUT
or BOUNCE
that will include at support and resistance, I should be
able have two trend line on the chart example triangle /wedge or flag,
The
conditions are as follows:
1
The licence duration to be unlimited hence the modification will be done at cost
2
The robot should close the trade at profit of 200 pips if possible, I must be able to modify
this figure
3
The stop lose should be at 100 pips if possible, create trailing stop loss (this will help not to lose
any gains on the existing profitable trade)
Note
the risk management will be 2:1 (reward/risk) per trade
4
I would like to control the lot size, if not possible 0.02 will be recommend if possible, I must be able to
modify this figure
5
I should be able to use this robot at more than 10 different pairs at one account
6
The robot should be able to work in more-than two different accounts or brokers
7
No limitation on trading time as long as the market is open the robot should do the
work.
8
The robot should be able to be deactivated or activated on chart.
The entry rule is simple:
.
If a trade is on a pattern
in an uptrend, place a Buy Stop just above the upper trend line at 5 pips above the trend line just for sporting the real breakout. If you trade a
pattern in a downtrend, you do just the opposite.
Yanıtlandı
Arabuluculuk
39
26%
/
56%
Benzer siparişler
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
Hello great developers, I need a very fast and hardworking deliver who know both back end and front end of trade copier system. I need a web based trade copier application, i already create the website aspect, only need the copier to be included. I actually have a limited time, and no room for unprofessional developers, kindly send your applications if you can actually get it done in the space of 2 days and my budget
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","