PA-Value EA

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 3 gün
Müşteri tarafından geri bildirim
Excellent coder. He wrote program with all specs as I request. I will open future project with him without any hesitation.
Geliştirici tarafından geri bildirim
Perfect sheets , Everything is awesome . Unbelievable how you made complicated Idea to be clear as crystal . I'm very happy to work with you . Thanks

İş Gereklilikleri

 Expert Advisor Request  

I need EA based on price movement only. No indicators used.    It’s based on High, Low, Closing of the bar and using these 3 prices, buy and sell signal is trigger.  I need this project ASAP (within 3 days to completion).

If you currently have working projects and do not have the sufficient time to do this job in timely manner, PLEASE DO NOT APPLY

(Important Note:  I am sure Coder and I will be in different time zone, so in order to make this project on time with specified rules, Coder must to open communication, by email  or agreed method and reply in timely manner.  I am in US, GMT-6 Zone)

 But, I want the clear comments in the body of the code.  Formula will be provided when project is assigned to programmer.  But, please note that formula that I will provide to coder is still working in progress.  The reason that I need this EA is to run the test before finalized the formula. 

This is important note and coder should understand this.  So, what I am expecting from coder is

  To put comments before the code.  Example:  I provide spread sheet pertaining all formulas used to code,

 this EA to calculate signal to go long value = (high-low+close/2)*100.  So, Value = (1.50000-1.40000+1.45000)/2 =77.5.    

So, what I am expecting to see in the code is, just simple comments before the code for this formula.

Example: 

//Initial PA-Value

~~~~~~ Code~~  InitialPA-Value == 20;

//To calculate Signal to take ‘long’ formula

~~~~~~ Code ~~  (high-low-close,etc, etc, etc)~~~

//To calculate AutoExit

                ~~~~~~ Code~~  (add this and that, etc. etc…) ~~

 

EA must meet following criteria.

****    This is very important:   

This EA must have FIFO rules implement. This strategy should open multiple orders time to time and for US Traders. So, FIFO rules must.   If need, I can provide the code for this.

·            EA must close all open orders before place new orders. Since US Traders can’t hedge on same pair, this is very important that no open orders should  exit before opening new sets of orders.

·         EA has to be back testable.

·         EA should work on Live or Demo and all MT4 brokers' platform.

·         Must work on all digits – 3-5 digits or 2-4 digits (depends on brokers), All currency pairs, and I want EA to recognize suffix of currency.  i.e. EURUSDpro, EURUSDm, etc. (some brokers still uses suffix)

·         I need ‘Point’ to work correctly (example:  using TradePoint = Point*10) for All TP/SL for 3-5 digits. In other words, I want to put 10 pips for 10, not 100  for 5 digits platform.  This also should apply to MaxSpread, EntryPipDifferenceAllowance, etc (whatever requires digit difference related to trading)

·          

·         I need to show on screen with following text (pretty much same info on extern settings of EA):

o   Magic#

o   Total Margin used = in U$

o   Exit Settings: SL = xx, TP = xx, CombTP = xx; BE=Y or N, AutoExit = Y or N

o   TradeTF = 5 (or whatever I input in EA)

o   Trade Direction = Long or Short

o   Number of Open Position = x  (This should update if more orders triggers)

o   Status:  Waiting for Signal  or Trade in Progress

o   Tradingtime = Y or N   (This information  should be from Start/Stop Trading time)

 

 comment tab

EA Extern Inputs needed as follows:

// General EA settings

Magic# = xxxx;

Lotsize = xx;

TradingBarTimeFrame = x; 

MaxSpread = xx; 

PipEntryDifferenceAllowance = x;

 

// Trading Method Settings 

TradeLongDirectionOnly = true/false; 

TradeShortDirectionOnly = true/false;

 

// SL-TP settings

AutoExit = True /False;

BreakEven = true/false; 

CombinedTP = xx;

IndividualTP =xx;    

IndividualSL = xx ; 

 

// Trading Hours

EnableTradingTime = true/false; 

StartTradingTime = HH:MM 

StoptradingTime = HH:MM

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(133)
Projeler
185
30%
Arabuluculuk
77
9% / 73%
Süresi dolmuş
77
42%
Serbest
2
Geliştirici 2
Derecelendirme
(879)
Projeler
1392
67%
Arabuluculuk
117
32% / 42%
Süresi dolmuş
215
15%
Serbest
3
Geliştirici 3
Derecelendirme
(52)
Projeler
133
44%
Arabuluculuk
14
50% / 29%
Süresi dolmuş
55
41%
Serbest
4
Geliştirici 4
Derecelendirme
(258)
Projeler
395
28%
Arabuluculuk
69
19% / 49%
Süresi dolmuş
120
30%
Serbest
5
Geliştirici 5
Derecelendirme
(2)
Projeler
2
0%
Arabuluculuk
13
8% / 92%
Süresi dolmuş
1
50%
Serbest
Benzer siparişler
Indicator in use: Bollinger Bands Mechanism: (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal) 2. Enter sell ONLY on the next candle if price breaks below the trigger candle LOW (using the e.g. above- if next candle price
hey guys, im looking for an auto mt5 license system through a web app i have already, i simply want it so a unique license key is generated for memebers, they input this onto the EA input and then it checks if its valid. active license per user capped at 5. i already have an mt5 coder and dec team for the app so i dont know if youd prefer to intergrate onto the webapp yourself or simply provide the code and doc so my
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how
We are seeking a skilled developer who can convert a Tradingview indicator written in Pinescript to a NinjaTrader indicator written in C#. The goal is to create a profitable trading strategy using this indicator. The successful candidate will have expertise in both Pinescript and C# programming languages, as well as a strong understanding of trading indicators and strategies. The main responsibilities will include
I am seeking an experienced MQL5 developer to create a user-friendly manual Grid Trading Expert Advisor (EA) with the following key features: Dynamic Grid Trading: Adjustable Grid Distance: Traders can manually input grid distance in pips via an intuitive, movable table. Take Profit Management: Fixed TP for the initial positions (e.g., first 5 trades). Stop-Loss (Optional): Traders can choose to use a stop-loss with
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5

Proje bilgisi

Bütçe
10 - 40 USD
Geliştirici için
9 - 36 USD
Son teslim tarihi
from 1 to 3 gün