Forum

How to make this scripts to display the forex new on left top corner of my chart

This Script is capable of downloading forex news from the website( https://nfs.faireconomy.media/ff_cale... ) and uses two includes files that helps it with downloading the news . As you can see it uses PrintFormat to write the news. So what I want it to do is to display news on my chart top left

Forex Fundamental indicator or Expect Advisor

Hi guys anyone who has the codes or any way on how to add or download forex news to your EA or indicator and open the trades based on the impact that specific news has on specific currency pairs that are affect by the news

how should fix this error(int -name expected) while compiling this code and (unbalance parenthesis)

//+------------------------------------------------------------------+ //| trailing stop.mq4 | //| Copyright 2022, MetaQuotes Software Corp. | //| https://www.mql5.com |

Can I have help on How to call iCustom indicator from my EA mql4. I have been trying to tell my EA to send orders when the price riches UniqueprcLineup or UniqueprcLinedown.

#property indicator_chart_window #property indicator_buffers 0 #property indicator_plots 0 input int inpPeriod = 5; // Period for month string inpUniqueID = "Unique"; int period; bool initFailed = false; //------------------------------------------------------------------ // Custom indicator