Topic: Manual trading

Hi,
How can i make my strategy to send buy/Sell signals (messages) instead of autotrading?

Re: Manual trading

any help?

Re: Manual trading

Our experts are designed to trade automatically.

The only way to make them rising signals is to modify the code.

You can search the "OrderSend" and "OrderModify" functions in the expert. They are used for the actual trading. You can replace these functions with the function "Alert", which is designed to show alert box with text. You have to compose a particular text message as an argument to the Alert function.

Re: Manual trading

Thank you