Forum

Code Help to look at open and close of candles.

Hi, I was wanting to see if there was some quick coding shortcuts to find the 3 most recent DOWN and to be able to see if I can find the highest open of these 3 candles. These candles do not necessarily have to follow each other. Alternatively I wish to find the Lowest Open of the three most recent

BO copier

Can someone tell me if there is a commercial product to copy BO signals to non mt4 brokers such a marketsworld and others or even if such a copier can be built in the freelance section. Thanks

Remote Signal Service

Hi All, I need just a bit of advice. I am requiring a remote signal service product . Can anyone suggest a decent low cost product (commercial or otherwise) Or is someone able to code something for me in freelance area of course. I have been testing fxblue and i find it very unreliable. Either that

How to get 5 digit Heiken Ashi?

Hi, I was wanting to use Heiken Ashi Indicator in an EA, but I realised that the standard Heiken Ashi indicator only gives 4 digit values in its buffer. On 5 digit pairs this can sometimes give the same value for open and close when it obvious is not but the price hasn't moved the necessary 10

Strategy Tester

I am having difficulty getting accurate Strategy tester results. I am finding that the close represented is far higher than what is actual on the chart. I think this is a bug withing MT4 as it occurs with many EA;s including the standard test EA that comes with MT4 (MACD Sample0 Has anyone else

Does anyone have some code for Martingale next candle please

Hi, can anyone help with osme code to Martingale Binary Option EA on next candle. I have code from EABuilder which will Martingale n next signal but I was looking to make this an option for next candle or next signal This is the code from EABuilder.. Thanks

Code for EA to take only first signal of the day

Firstly I am not a skilled coder. I am trying to teach myself I am writing an EA where I am using a custom indicator where I only want to take the first signal of the day on a 1-hr chart. There might be 3-4 signals during a day but I need the system to ignore all subsequent signals. If someone can

how to use multiple shift in n indicator?

Hi, I an still learning ho to write code properly. What I was oping is for someone to help with an iCustom feature where given a set of circumstances I want the indicator to look back upto 5 candles. For example, assume I do an icustom for a particular indicator call test to trigger when it gives an

Change Indicator to give dots with straight line

Hi all, I am trying to change an indicator (NonLagMA) to be represented with dots and in a straight and on a different chart to the candles. I can do all this pretty easily by using DRAW_ARROW and using arrow number 116 for a dot. But the arrows are dran in a wavy line up and down like a normal MA

User Defined Timeframe in Indicator

Can some please help with the following. I want change an indicator so that the indicator timeframe is user defined. For example if I I may choose to use the value of the 15 min of an indicator on a 5 min chart in the iCustom part I will use PERIOD_M15 instead of PERIOD_CURRENT But how do I make