Hello, I am currently using the fputs to write orders to a text file from Amibroker.
example: symbol, operation,lots,openprice,stoploss,takeprofit EURUSD,BUYSTOPLIMIT,0.2,1.4701,1.4594,1.47145 What i would like to do is generate a series of orders with 10 pip increment. EURUSD,BUYSTOPLIMIT,0.2,1.4701,1.4594,1.4721 EURUSD,BUYSTOPLIMIT,0.2,1.4711,1.4604,1.4731 EURUSD,BUYSTOPLIMIT,0.2,1.4721,1.4614,1.4741 and so on. Any ideas?. Thanks,Padhu
