Voice commands

 

Is it possible:

With predefined stop-loss levels for buy and sell orders, risk per trade, etc.

to somehow

use voice commands with words "sell", "buy", "close half", "close all"

where EA would then execute the trades?

Can EA be connected with speech recognition apps or something similar?

 

xpeter:

Can EA be connected with speech recognition apps or something similar?


Yes, you can use a voice recognition application to send commands to your EA.


 
What's even better?
using JoyStick to control your trades. better than voice I say
 
Code2219 or probably 2319:
What's even better?
using JoyStick to control your trades. better than voice I say
Voice recognition systems are useful for people who may have a physical problem using their hands.
For example, It would be a viable option for someone who is paralyzed and wants to trade.
 
the way to implement it is through Chart Event handling , right?
(the voice recognition software sends KeyStrokes or whatever on charts and the EA executes the related codes for that event?)
Reason: