have problem, mean total come 2. this 'value' is always change 2 or 0 repeat again
print(_BuyTotal > value); <<i try to print the record as this script above, always change 2 > 2, 2 > 0, 2 > 2, 2 > 0...
if(_BuyTotal > value)
and
print(_BuyTotal > handle); the totals is come 2, and buytt.dat record 2, but handle only get 1. if(2 > 1)?
if(_BuyTotal > handle)
can anyone help, what wrong with it?
egt520
print(_BuyTotal > value); <<i try to print the record as this script above, always change 2 > 2, 2 > 0, 2 > 2, 2 > 0...
if(_BuyTotal > value)
and
print(_BuyTotal > handle); the totals is come 2, and buytt.dat record 2, but handle only get 1. if(2 > 1)?
if(_BuyTotal > handle)
can anyone help, what wrong with it?
egt520

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
https://docs.mql4.com/files/FileClose
I just want a simple write-in and read-out of total buy and sell in data memory hold, but i still get no ball above site.
I try to write simple and test, many problem in below.