
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
Hi,
In my expert, when opening/closing a position,I add an arrow_color parameter in order for an arrow to be displayed in the terminal graph - something like:
OrderSend(Symbol(),OP_BUY, Lots,Ask,3,Ask-Stoploss*Point,Ask+TakeProfit*Point,"test1",16384,0,Green);
but no arrows appear in the graph even though there were buys and sells in the strategy. Someone knows why? (maybe there is a property for this somewhere)
Another thing,in mt3 double-clicking on a row in the expert results tab displays the buy/sell in the graph. Does mt4 has the same functionality?
thanks.