Add arrows to an EA (MQL4)

Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 1 giorno

Specifiche

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);
  }
 } 

} 

Con risposta

1
Sviluppatore 1
Valutazioni
(473)
Progetti
1138
44%
Arbitraggio
51
31% / 33%
In ritardo
500
44%
Gratuito
2
Sviluppatore 2
Valutazioni
(71)
Progetti
254
53%
Arbitraggio
16
50% / 38%
In ritardo
83
33%
Gratuito
3
Sviluppatore 3
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(27)
Progetti
47
38%
Arbitraggio
6
17% / 50%
In ritardo
30
64%
Gratuito
5
Sviluppatore 5
Valutazioni
(8)
Progetti
38
47%
Arbitraggio
6
33% / 50%
In ritardo
10
26%
Gratuito
6
Sviluppatore 6
Valutazioni
(272)
Progetti
394
63%
Arbitraggio
70
53% / 26%
In ritardo
198
50%
Gratuito
Ordini simili
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

Informazioni sul progetto

Budget
10 - 50 USD
Per lo sviluppatore
9 - 45 USD
Scadenze
a 1 giorno(i)