Include PSAR indicator in EA

İş tamamlandı

Tamamlanma süresi: 46 dakika
Geliştirici tarafından geri bildirim
Thank you!
Müşteri tarafından geri bildirim
Excellent developer. Very efficient and fast.

İş Gereklilikleri


Include PSAR indicator in EA F8_V5.9_FL.mq4 

 
 
Definitions:

EA F8_V5.9_FL.mq4 

==========================Understanding EA ========================================================================================= 

The algorithm of the EA:

  1. The EA checks if there are any orders it had previously opened.
  2. If there are no open orders, then the EA analyzes the chart, and if all the conditions specified in the settings are met, it opens the first main order.
  3. After opening the first main order the EA sets the Take Profit and Stop Loss levels (if those modules are enabled).
  4. If the first main order closes with a loss, then the next order may be opened with an increase in size.
  5. If the first main order is placed, the Step Up and the Step Down modules are enabled and the price reaches the specified values, then additional orders for these modules are placed. Additional orders for the Step Up and Step Down modules may only be placed in case the EA sees that it has previously opened the first main order or there are unclosed additional orders.
  6. This Expert Advisor has 2 operation modes:
    • a) 1 operation mode is that if the Fast MA is above the Slow MA, then the EA places buy orders, and once the trend changes (the Fast MA is below the Slow MA) all of the opened orders are closed and sell orders are placed.
    • b) 2 operation mode is that if the EA has opened buy orders and the trend changes (the Fast MA is below the Slow MA), then the orders remain opened. The EA may place sell orders only when the Fast MA becomes lower than the Slow MA and all of the EA's orders are closed (Take Profit, Stop Loss are reached, or closed "by hand").
  7. This Expert Advisor has a Trade time module, which, if activated, allows the EA to place the first main order only at the time period specified in this module. This module does not apply to additional orders for Step Up, Step Down and Turn modules. That is, if there are orders previously opened by the EA, and either of the Step Up, Step Down or Turn modules is activated, then additional orders for these modules will be placed regardless of the time.

====================================  Attention ============================================

If iCross = true the system open only one master order when MAs cross. iCross=False is not used.

===============================================================================================================================

 
This EA open new Orders using 2 Moving Averages – Fast and Slow. I want add PSAR to open new orders.

Open orders are closed using TP, SL, TS,  CloseValue or when signal change.


This is feature working perfectly and no action is required. 


=== Changes I want  in F8_V5.9_FL.mq4 - Begin ==========

=== Add New Parameters  ====================================================


use_psar – Boolean – If True system will use 2 MAs and PSAR indicator to open new orders;

psar_step – Double – step parameter used in PSAR;

psar_maximum – Double – maximum used in PSAR;



use_psar_entry – Boolean – If TRUE system open new orders when 2 MAs and PSAR have the same signal. 

Example: when 2 MAs indicate BUY and PSAR indicates BUY a new BUY order is opened.





use_psar_exit – Boolean – when TRUE and the Profit Order - a BUY order - is negative if PSAR changes direction - PSAR indicates BUY and changes to SELL - the order is closed.

This feature is to used only if Profit Order is negative. When Profit Order is positive order will close by TP, SL, TS, CloseValue or when signal change.

Example:

1) A BUY order is open;

2) PSAR indicates BUY;

3) Profit Order is negative;

4) If the PSAR changes from BUY to SELL this order is closed.




Dosyalar:

MQ4
F8_V5.9_FL.mq4
103.2 Kb

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(202)
Projeler
206
27%
Arabuluculuk
0
Süresi dolmuş
3
1%
Serbest
2
Geliştirici 2
Derecelendirme
(45)
Projeler
67
45%
Arabuluculuk
3
0% / 100%
Süresi dolmuş
0
Yüklendi
3
Geliştirici 3
Derecelendirme
(568)
Projeler
641
41%
Arabuluculuk
21
57% / 29%
Süresi dolmuş
47
7%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(63)
Projeler
84
26%
Arabuluculuk
23
22% / 48%
Süresi dolmuş
23
27%
Serbest
5
Geliştirici 5
Derecelendirme
(368)
Projeler
398
70%
Arabuluculuk
3
100% / 0%
Süresi dolmuş
2
1%
Yüklendi
6
Geliştirici 6
Derecelendirme
(87)
Projeler
114
26%
Arabuluculuk
7
29% / 57%
Süresi dolmuş
5
4%
Serbest
Benzer siparişler
I have the mq5 file, I need a buffer adding to the indicator, so it appears in the data window so I can reference it later in an EA. As the below screenshot shows, there is a median ray line from yesterday (the dashed horizontal line) - I want this value in the data window called Median Ray. I want this to be a single value per day, so todays Median Ray would be 17868, and so on each day. So I want all the Developing
I would like to develop my own indicator on metatrader 4 and tradingview. We would start with a basic version that we would improve later. It is an indicator based on several analyses and which would provide several indications. I am looking for someone who can develop on MT4 and Mt5, initially I would like to do it on mt4 and then on mt5. If you have expertise in pinescript it is a plus because I would like to
I urgently require swift assistance to convert a complex indicator into a fully functional scanner, capable of automatically sending real-time data, alerts, and notifications via email, ensuring seamless integration and prompt delivery of critical information to facilitate informed decision-making and timely action
I need to improve the code of an indicator that is too heavy and slow when running and when used with iCustom in an EA. No other changes to the indicator are requested: the original features of the indicator should remain as theay are. I'll provide the indicator after job acceptance. I request final source code mq5 file. Thank you Regards
I have a mt5 indicator that is working perfectly but I will like to make it an expert advisor to have an automated trade. I will be glad if I can get a well experienced developer to execute this project. Thanks
O TRABALHO CONSISTE NA MUDANÇA DO HISTOGRAMA DO INDICADOR TREDN DIRECTION AND FORCE DSEMA SMOOTHED PARA O HISTOGRAMA DA FOTO ANEXA, OBEDECENDO AS TRES CORES VERDE (UP, VERMELHOR(DOWN) E CINZA(TREND). O MESMO TEM QUE ODECER O MESMO CALCULO E COLORIR DA MESMA FORMA POREM COM HISTOGRAMA DDE FORMATO DIFERENTE
If you are knowledgeable in hedging strategy we can chat. I created my simple EA using Fxdreema , so you only need to modify it for me. There are two parts of the EA , 1. Is the execution strategy 2. Is the money management strategy (hedging). I already created number 1 which is the execution of trades , I only need someone who can implement hedging in every orders the EA create. Additional Parameters needed. Trade
We are interested in a TradingView indicator that reads candlestick pattern shapes and shows the location of entry and exit points on a candlestick chart. What services do you provide related to this
Hello Im looking for professional trading developer who htf ready made trading with best and working strategy with low risk level with average of 30 to 60 percent profit margin, broker is not problem, any broker is welcomed and any trading pairs are welcomed as well
the sl doesnt work i want the tp logic to remain i need the trend direction fucntion tow ork i the trend is up then only buys if down only sells i need the fibo nacci fucntion to work as well and the flat zone function to work as well and i need the code to trade 1% of the balance //+------------------------------------------------------------------+ //| US500_EA.mq4 | //|

Proje bilgisi

Bütçe
30+ USD
Geliştirici için
27 USD
Son teslim tarihi
from 1 to 3 gün