Kadar Khan / Publications
Forum
EA in mt4 to dynamically set tp of all trade to specific target.
help me write a script for ea in mql 4 input target = $20; double input lotSize = 0.01; double iniTPb = 0; // the price where target is acheived. double iniTPs = 0; // the price where target is acheived. double buypl = 0; // sum of all buy trades p/l double sellpl = 0; // sum of all sell trades p/l