Forum

Indicator that count time in half candle

Hi, does anyone have indicator that show how much time in precentage price spend in lower and upper half of the candle? I think we could get nice result if we could compare that value to volume of upper and lower half of candle

AT indicator from tradinview

Hello, anybody saw indicator like this: But with options to se the past result for each candle? For example in histogram version

How to change that

Hello, i have that code. It split CCI value by RSI value. Question is someone know how to change it to split Volume/ATR value? input int Period1 = 14 ; // CCI Period input int Period2 = 14 ; // RSI Period input bool Reverse = false ; // Reverse #property indicator_separate_window #property

Vwap with stdev

Hi, im looking for vwap with standard devation band in mql4 or mql5? Maybe someone have

GannSwing - indicator

Hello, i found this indicator: https://www.mql5.com/en/code/22793?fbclid=IwAR1rAfsRxdLyJ0x6ezqSim1JrFw9J6PgDOlqg5SYCf3vPhomiFHBLnpRgV8 And my question is if someone have that same indicator which don't look at wicks but only on open/close price ? Or maybe anyone knows how to change this indicator

CSV tick data, how to read

Hi, i've got question. How to read the csv file with tick data. I import this file into sotware which is reading this and in the program i can se that there is 64 tick volume at 20:17 but i have no idea how the program read this from this csv file. Someone could explain me this

iCustom

Hi, i've got simple question about programming. I'm trying to write simple script that will split one indicator by another one. I know how to do this with indicator installed in Mt4 but i have no idea how to use iCustom function for custom indicator. Can someone give me some advise how to do this