Advertisement
Edit Your Comment
How To Log Data to file and Check it When MT4 Platform Restart/Re-login ?
Apr 20, 2010 부터 멤버
게시물808
Aug 11, 2014 at 00:38
Apr 20, 2010 부터 멤버
게시물808
Problem of EA facing is when Platform restart or EA disconnect and re-initialize result calculation store in RAM lost.
Example :
I want to turn off Turbo Lot for 1 Days after facing 2 continuous loss.
I record the Bars as LossBar=Bars; if( Bars > LossBar + 1440) Turbo=True;
Problem will happened if sudden shut down of Platform.
So how to log the Bars value in file? When initial(), import this value as LossBar=Bars ? Then will solve the data loss error.
Example :
I want to turn off Turbo Lot for 1 Days after facing 2 continuous loss.
I record the Bars as LossBar=Bars; if( Bars > LossBar + 1440) Turbo=True;
Problem will happened if sudden shut down of Platform.
So how to log the Bars value in file? When initial(), import this value as LossBar=Bars ? Then will solve the data loss error.
Information is Gold when come to organised.

*상업적 사용 및 스팸은 허용되지 않으며 계정이 해지될 수 있습니다.
팁: 이미지/유튜브 URL을 게시하면 게시물에 자동으로 삽입됩니다!
팁: @기호를 입력하여 이 토론에 참여하는 사용자 이름을 자동으로 완성합니다.