Experts: manual trade by keyboard

 

manual trade by keyboard:

After looking for many Trading concepts and requirements of my own tried to code an EA. First collected many EA's and tried their codes I re-designed the following codes for my own needs to use for trading. Hope you also find the EA helps you .. Have healthy life and succesfull trades within your life.

Author: nail sertoglu

 
A wet dream of a lonely scalping-affine retail-trader just came true! - ;) - This functionality, to be able to trade via keyboard-shortcuts, is absolutely brilliant and long overdue in MetaTrader. - Thank you SO much!
 
THX for your comment Rene; your welcome, it is also cheaper than 30 bucks.. :) :) 
 

Hi Nail

         Our motive are same :) i did some modification in your code !

Additional functions are:

it will close trade at specific given profit on single symbol.

it will close trades at specific given profit of whole account.

it will close all orders pending or active if specific profit scenario meets.

its superb now !

 

Hi ShafaQ,

revision coded for your needs, that was I wanted. Well Done ShafaQ..

PS : Look at your private message..

 

Attention of All people downloaded / interested with EA, please check your downloaded codes if you found in close PROFIT++ section

….. && (OrderSymbol() > Symbol())        /// ERROR

change the codes with the following:

…… && (OrderSymbol() == Symbol())       /// should make this comparison


PS : YESTERDAY, I revised codes and uploaded again..

 
nail sertoglu:

Hi ShafaQ,

revision coded for your needs, that was I wanted. Well Done ShafaQ..

PS : Look at your private message..

Thanks for Consideration and Correction !
 

Hi, 

Please change the following original lines

...

// ----------------------   
   MOVETOBREAKEVEN();
// ----------------------

...

as Follows 

so it can be controlled action by EA :

...

// ----------------------   
   if( USE_TRAIL_STOP == true ) MOVETOBREAKEVEN();
// ----------------------

...

 

This EA uses your key pressing effort to execute what you want to do.. 

There is no GLOBAL ACTION which will effect your account and other chart in which do not contain this EA;

Please be careful about TO ADD GLOBAL ACTIONS/EXECUTIONS (which will effect your account / portfolio) into ANY EA ; since I have terrible experiences to do so..

I RECOMMEND USE ANOTHER EA FOR THAT EXECUTIONS..

PS : ShafaQ be careful about coding :) :(

 
nail sertoglu:

This EA uses your key pressing effort to execute what you want to do.. 

There is no GLOBAL ACTION which will effect your account and other chart in which do not contain this EA;

Please be careful about TO ADD GLOBAL ACTIONS/EXECUTIONS (which will effect your account / portfolio) into ANY EA ; since I have terrible experiences to do so..

I RECOMMEND USE ANOTHER EA FOR THAT EXECUTIONS..

PS : ShafaQ be careful about coding :) :(

Hi,


thanks for it.

Would be nice to have an MT5 version too ; )

Reason: