Forum

Advice on publishing

Background information I have some experience with coding and programming but I am not what I would regard, by any stretch of the imagination "one of the best". When it comes to ideas to implement, I would say I am probably "one of the best". I have worked with some of the coders and traders, both

MT5 Script to run script or loop within script?

I have a script which writes data from various indicator buffers to a CSV file given a start date and time, end date and time, list of instruments, timeframes etc. Because for some reason MT5 only allows this script to run across around 70,000 observations, I want to run the script multiple times

Custom indicator and printing function to chart

Hi excellent people, I am using this indicator (Kaufman MQ5) https://www.mql5.com/en/code/351 I tried this code to print the function to the chart but I only got -1 -1 -1 0 do you know what I'm doing wrong? This would work in MT4... Code is below and here is the chart and data window (which shows

Translating order code from MQL4 to MQL5 - half way there...

//Place a pending order sell using a fixed amount of account risk (1) void SellPendingOrderWithRiskFixed2() { double lotsize = MarketInfo( Symbol (),MODE_LOTSIZE) / AccountLeverage(); double pipsize = 1 * 10 ; double maxlots = AccountFreeMargin() / 100 * BalanceRiskPercent2 / lotsize *

Line of code from a multitimeframe indicator that won't compile properly

This line of code relates to a wingding that is responsive to RSI. Here are the relevant lines of code: item02 = Custom_Name + "DIR002"; CCI5W[i] = iRSI ( NULL , PERIOD_M5 , CCI5_Period, PRICE_TYPICAL , i); double CCI5WP = iRSI ( NULL , PERIOD_M5 , CCI5_Period, PRICE_TYPICAL

Email function works from desktop, but doesn't work from VPS.

I have read many threads on this, on this forum and outside of it, but haven't managed to solve it so far. I have an EA that sends an email on a new bar. The email function in Options works fine from my desktop. The emailing function in the EA works perfectly from my desktop. Applying exactly the

DMTP *Turning Points* The New Dynamic S/R Indicator - Linel EA

Dear Forex-TSD friends, I am not a great MQL coder, but I have some basic coding knowledge and was able to put together an indicator which I would love to become a crowd-created project, if anyone is interested. This is one indicator in a number I am working with at the moment. The premise is very

Simple Fibonacci numbers indicator

Dear all, I can code, but my MQ4 is not good. I have a simple request and wondered if anyone wants ot step in to be of assistance. It is probably a 10 minute job to a good coder. I am looking for an indicator or EA which does something very simple. Looks at a recent swing (defined by a number of

Live News TV or Feeds

Hi With todays Non-farm payroll being potentially pivotal in the market, I wanted to take the opportunity to find out about sources of live news. For example, there must be a significant delay in news being reported on sites such as forex factory or yahoo financial. I know of Tradethenews but it is

Camarilla.mq4 and camarilla AGH A.mq4

Hi I am looking for .mq4 version of Camarilla and Camarilla AGH A if anyone has it... Thanks S