PDA

View Full Version : Hanovers EA: Modifiion Question



ccvj
02-14-2013 16:00, 04:00 PM
Hey Men H

I am attempting to alter one of Hanover's first indiors, Expert Background, but I am running into issues.

Basically I want the previous value exported double. So the previous value from the CSV cloned.

E.g.

02-14-2013,23:55,1.33610,1.33650,1.33600, 1.33640,19
02-14-2013,23:55,1.33610,1.33650,1.33600, 1.33640,19

How can I achieve this?


~WW
https://www.nigeriaforextrading.com/attachments/15272143031960977097.mq4

ccvj
12-06-2021 18:21, 06:21 PM
Thanks Cyber,

Works like a charm :~)

jalip
12-06-2021 19:42, 07:42 PM
Hey Guys H

I am attempting to alter one of Hanover's initial indiors, Expert Background, but I am running into issues.

Basically I need the previous value exported double. So the value in the CSV cloned.

E.g.

02-14-2013,23:55,1.33610,1.33650,1.33600, 1.33640,19
02-14-2013,23:55,1.33610,1.33650,1.33600, 1.33640,19

How can I accomplish this?


~WW wickedwin-

Inserted Code Loe this line: FileWrite(handle, DateToStr(dt,DateTimeFmt), open, high, low, close, vol); right after include this: if(I== NumBars-1) FileWrite(handle, DateToStr(dt,DateTimeFmt), open, high, low, close, vol);