EA for Trade Execution/Management and Change Timeframe/Zoom in Chart

İş tamamlandı

Tamamlanma süresi: 4 gün

İş Gereklilikleri

EA for Trade Execution/Management and Change Timeframe/Zoom in Chart


I need an EA with the following features. The EA is for setting trades with stoploss and target with a fixed percentage of the account balance AND has the ability to zoom in and out all open charts which has the EA inside(about 20 charts) together at the same time AND switch timeframe on all open charts with the EA inside together. I mean if you change the zoom or the timeframe in one chart, all the other charts are zooming or switching the chart too.


Closing or opening a trade in one chart does not affect the other trades in other charts. Every trade is treated unique.


The EA runs on every open chart.


The EA has this buttons:


Zoom Out | Zoom In

TimeFrameUp | TimeFrameDown (TF Up | TF Dw)

SetBuy | SetSell

Trade | Close



The process to set a trade is as follows:


Click the “SetBuy” button and a line for the stoploss displays on the chart under the closing price(Initial distance from the closing price is 30 percent of the daily ATR(20) of the underlying). Now you can take the line and set it anywhere in the chart UNDER the closing price(it’s the buy direction). The EA calculates the risk always with 2% of the account balance.


After that, if the slide is set(always 2%), you can click “Trade”. Now the trade is running. The “Close” Button closes the trade OR clears the lines from the action of the “SetBuy” slide button, if I don’t want to start the trade for any reason. The same procedure for short trades!


The target is set automatically with 3 times the distance of the slide .


The Buttons must be positionable in different corners.


Important: The base currency is EURO, so all calculations must match the risk in Euro. I trade with OANDA. Please download a demo from there for the right symbols.


These are the symbols for trading. The risk must always fit the 2 percent of the actual account Balance in Euro:

EURUSD, GBPUSD, AUDUSD, EURAUD, EURGBP, USDJPY, USDCAD, USDCHF, USB30YUSD, USB10YUSD, DE10YBEUR, CH20CHF, FRA40EUR, SPX500USD, US2000USD, BCOUSD, WTICOUSD, DE30EUR, US30USD, XAUUSD, XAUEUR, USDCHF, EURJPY, AUDJPY, GBPJPY, NATGASUSD, EUR50EUR, NL25EUR, NAS100USD, UK100GBP


The external variables are:


Slide in percent of the account balance(change the risk for the single trade),

change automatic target,

switch corners,

adjustable width and high of the buttons,

change text of the buttons,

background color of the buttons,

font-style,

font size.


Maybe you have to programm a seperate DLL.


Please provide the EA's code.

The Code is for Metatrader 4 Plattform.

The project is private!

The exclusive rights of the code/software belongs to us, the customer.








Yanıtlandı

1
Geliştirici 1
Derecelendirme
(620)
Projeler
680
57%
Arabuluculuk
25
16% / 60%
Süresi dolmuş
228
34%
Serbest
2
Geliştirici 2
Derecelendirme
(590)
Projeler
789
71%
Arabuluculuk
9
33% / 33%
Süresi dolmuş
22
3%
Serbest
3
Geliştirici 3
Derecelendirme
(108)
Projeler
138
43%
Arabuluculuk
19
16% / 53%
Süresi dolmuş
20
14%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(236)
Projeler
440
26%
Arabuluculuk
125
21% / 57%
Süresi dolmuş
96
22%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(1235)
Projeler
2820
80%
Arabuluculuk
156
22% / 43%
Süresi dolmuş
488
17%
Serbest
6
Geliştirici 6
Derecelendirme
(258)
Projeler
395
28%
Arabuluculuk
69
19% / 49%
Süresi dolmuş
120
30%
Serbest
7
Geliştirici 7
Derecelendirme
(221)
Projeler
369
66%
Arabuluculuk
10
50% / 0%
Süresi dolmuş
46
12%
Serbest
8
Geliştirici 8
Derecelendirme
(188)
Projeler
212
58%
Arabuluculuk
9
11% / 89%
Süresi dolmuş
8
4%
Serbest
9
Geliştirici 9
Derecelendirme
(43)
Projeler
72
49%
Arabuluculuk
4
0% / 50%
Süresi dolmuş
19
26%
Serbest
10
Geliştirici 10
Derecelendirme
(128)
Projeler
236
65%
Arabuluculuk
30
37% / 23%
Süresi dolmuş
49
21%
Serbest
11
Geliştirici 11
Derecelendirme
(320)
Projeler
522
66%
Arabuluculuk
52
21% / 38%
Süresi dolmuş
166
32%
Çalışıyor
12
Geliştirici 12
Derecelendirme
(549)
Projeler
826
73%
Arabuluculuk
15
53% / 13%
Süresi dolmuş
193
23%
Çalışıyor
13
Geliştirici 13
Derecelendirme
(119)
Projeler
127
41%
Arabuluculuk
3
33% / 67%
Süresi dolmuş
0
Serbest
14
Geliştirici 14
Derecelendirme
(265)
Projeler
539
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
224
42%
Çalışıyor
15
Geliştirici 15
Derecelendirme
(49)
Projeler
134
27%
Arabuluculuk
62
13% / 53%
Süresi dolmuş
58
43%
Serbest
Benzer siparişler
I believe in Robotics as a major artificial intellect to function of growth of business.Therefore if you script there is a likelihood of bringing economies of scale.The retrospective of the dynamics of indulgence of work can be economics of scale
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I need a AI signal generating bot for forex trading. 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 whether they are buying or selling. If it is buying the arrow should be green and if it is
An EA based on Fibonacci 100 - 300 USD
I am in need of 2 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 38 percent of the Fibonacci..this will be present on the 2 EA, the 2 EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe ranging
DJANGO EA 30 - 1000 USD
I need smart, professional, and fast programmer for doing this project quickly, that have experience in EA with minimum 500 projects finish, and have good review and reputation from their client Share your link review, if you not qualified, dont apply! I will bidding the programmer from experience, review, reputation, price, and days working My EA using Moving Average, Average True Range, and using consecutives

Proje bilgisi

Bütçe
100 - 500 USD
KDV (19%): 19 - 95 USD
Toplam: 119 - 595 USD
Geliştirici için
90 - 450 USD
Son teslim tarihi
from 1 to 20 gün