Add arrows to an EA (MQL4)

Indicadores Experts

Trabalho concluído

Tempo de execução 1 dia

Termos de Referência

I have an EA that I would like to have display arrows on the chart where it would have placed a trade with the current parameters.  Its like a visual backtest to see the affect of my parameter changes.  

Another option is to make an indicator that is virtually the same as the EA but displays arrows on the historical chart data. 

Oh, yeah, I also need this ASAP. 

 

Found this online, I just dont know how to use it.

 

void drawArrow(string iName,int signal,int margin) {

 string name=iName+TimeToStr(Time[0],TIME_DATE|TIME_MINUTES|TIME_SECONDS);
 double p=0;

 if(signal>0) {
  p=Low[0]-margin*Point;
 }

 if(signal<0) {
  p=High[0]+margin*Point;
 }

 if(signal!=0) {

  if(ObjectFind(name)==-1) {
   ObjectCreate(name,OBJ_ARROW,0,Time[0],p);
  }

  ObjectSet(name,OBJPROP_PRICE1,p);

  if(signal>0) {
   ObjectSet(name,OBJPROP_ARROWCODE,241);
  }

  if(signal<0) {
   ObjectSet(name,OBJPROP_ARROWCODE,242);
  }
 } 

} 

Respondido

1
Desenvolvedor 1
Classificação
(473)
Projetos
1138
44%
Arbitragem
51
31% / 33%
Expirado
500
44%
Livre
2
Desenvolvedor 2
Classificação
(71)
Projetos
254
53%
Arbitragem
16
50% / 38%
Expirado
83
33%
Livre
3
Desenvolvedor 3
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
4
Desenvolvedor 4
Classificação
(27)
Projetos
47
38%
Arbitragem
6
17% / 50%
Expirado
30
64%
Livre
5
Desenvolvedor 5
Classificação
(8)
Projetos
38
47%
Arbitragem
6
33% / 50%
Expirado
10
26%
Livre
6
Desenvolvedor 6
Classificação
(272)
Projetos
394
63%
Arbitragem
70
53% / 26%
Expirado
198
50%
Livre
Pedidos semelhantes
I have a full code ,, There are some errors in this.It does not add to the chart, does not show arrow marks, does not alert ,, fix this problem and work properly,, Contact on telegram @Gw_rakib1
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing
I have an indicator i will like to view in form of dashboard across various timeframes, i also will like a push notifications alert feature that will appear on my mt4 mobile to keep track of my trading pairs
Need a dashboard, which can monitor up to 30 selected pairs in selected time frames. It monitors AO, MACD and stochastic. In the cells of dashboard, if AO is positive in the relevant symbol/tf, it writes "UP". When one of AO is above 0 level AND Stochastic is in OS zone it writes "UPUP". When AO is above 0 and when stochastics is oversold minimum of two times,it will alert UPU2 if AO is negative below 0 in the
Looking for custom strength indicators I can add to my EA. An indicator that can measure the strength of buyer and sellers. Please show me what you have, thank you
Modify Indicator 30 - 40 USD
I need an expert who can assist me in modifying an open source PineScript indicator code to add additional features. Only applicants with prove of work should apply for more discussion
Hello i need an expert who can help me modify an open source PineScript indicator code to add additional features. ONLY EXPERT WITH PROVE OF WORK SHOULD CONTACT FOR FURTHER DISCUSSION ON THE PROJECT
احتاج شخص عربي يتكلم ويفهم العربية حتى يسهل شرح المطلوب للمؤشر لدي مؤشر واكسبيرت خاص بي بحاجة إلى تعديل الكود المصدري لدي والفكرة تحتاج فعم من المبرمج باختصار اريد مبرمج عربي يفهم ويتكلم العربية حتى يسهل الشرح وفي نفس الوقت صاحب خبرة وتجربة ومتداول على منصة ميتا تريدر حتى يضفي تحسينات على المؤشر ويستطيع عمل الفكرة بكل سهولة وإعطاء النصائح إذا وجد خطأ
Specification for Translating Pine Script Indicators to MQL5 Objective Translate multiple indicators written in Pine Script into MQL5. The translation should be implemented using an object-oriented and class-based approach. Additionally, the indicators should include some specific adjustments as detailed below. Requirements Object-Oriented Design Implement the indicators using an object-oriented paradigm in MQL5

Informações sobre o projeto

Orçamento
10 - 50 USD
Desenvolvedor
9 - 45 USD
Prazo
para 1 dias