Open a trade with keyboard
-
Can I open a trade with keyboard? how to use a key to manage orders?
-
this is fairly easy to achieve , just go to on chart tab and from there select the option " keyboard pressed" and there you will have two options , either to detect any key pressed or filter the keys by key code , in your case just use the key code and add the key code that you wanna use , for example b for buy and s for sell , search their codes online (i think by key code it means asci codes of the keys ) then attach the remaining block like buy now or sell now for the required task to be accomplished
-
@zackry MANY THANKS
-
@zackry Thank you so much for mentioning the ASCI codes in your answer. I was having trouble figuring out hot to make my hot keys work, and this solved my problem. Thank you!
-
@Zackry
hi, i had same problem too, but as i tried to export it, it somehow didn't work. any suggestion?(here's the demostration)
shared/7Wf2JALZ -
As mentioned in the post above yours, you need to find the ASCII code for those keys, not the key itself.
On the other hand, that trailing stop block will never work on the 'on chart' tab. It needs to be moved to the 'on tick' tab to work correctly.