sfm000 / Publications
Forum
can anyone help? Why do I get error 1409 with this code in mt4 to test OrderSend
input double TakeProfit = 15 ; input double Lots = 0.01 ; input double TrailingStop = 5 ; void OnTick ( void ) { int cnt,ticket,total; total= OrdersTotal (); if (total< 1 ) { { ticket= OrderSend ( Symbol (),OP_BUY,Lots,Ask, 3 , 0 ,Ask+TakeProfit* Point