Forum

I want to get the highest bar from

1PM to 4PM for example, I know that I need to use : High[iHighest(NULL,0,MODE_HIGH,20,4)]; but instead of from 4 and 20 what should I put? Thanks

Inseret news filter into EA

Hi, I've got this file(CSV), it contain data about the news from 2007-2010, in this format: DateTime;Currency;Impact;Descripton;Actual;Forecast;Previous;RevisedFrom;Unit now I want to put in my EA the option that, X minute before and after the news, the EA won't trade... how can I do it? someone can

when I'm backtest in 15M Timeframe

how the backtester know if the price went up first or down? does it take the 1M data and check this from there? Thanks

Trying to call icustom for Pivot

Hi, I'm trying to build an EA that use Pivot point and when I called the indicator with the Icustom I'm getting differnt levels from what I'm seeing in the chart. someone can help me with it, or just give me a link for a good PIVOT indicator that I can call him from my EA and get the same result as

Neural network indicator

hi, I tried to use this Indicator https://www.mql5.com/en/code in live trading but it doesn't changed with new bars, someone know how to make it work. thank you

need some help with coding Neural Network

Hi all, I'm not programmer I just know the basic of it.. so I would like to ask you please if you can help me with a litlle problem with coding. I want to add to this EA, https://www.mql5.com/ru/code/9386 the option of Max number of trainning and the minimum of MSE (Mean square Error), like he made