MQL4 - automated forex trading   /  

Forum

confirmation before executing Order

Back to topics list To post a new topic, please log in or register

avatar
1
asoka 2008.04.13 11:19 

HI seniors,

I'm a junior here Just a quick check, is there any tools that can be added to MT4 platform, so that whenever we try to execute

any order the system would need to reconfirm, coz most of the time i forgot to change the lot size end up i executed the order .


Plz advice thanks

article

Expert Advisors Based on Popular Trading Systems and Alchemy of Trading Robot Optimization (Cont.)

In this article the author continues to analyze implementation algorithms of simplest trading systems and introduces recording of optimization results in backtesting into one html file in the form of a table. The article will be useful for beginning traders and EA writers.


avatar
396
ukt 2008.04.13 13:12 

can use dll's

but not see why not able confirm inside EA before OrderSend() ?


maybe what you interested in is here MQL4 Reference - Common functions - MarketInfo


eg, MarketInfo(Symbol(),xxx);

where xxx is MODE_...

MODE_LOTSIZE, Lot size in the base currency

MODE_MINLOT, Minimum permitted amount of a lot.

MODE_LOTSTEP, Step for changing lots.

MODE_MAXLOT, Maximum permitted amount of a lot

above in MQL4 Reference - Standard constants - MarketInfo


interesting icon.

???

Ashokan was the name of a Catskill Region village that is now mostly covered by the Ashokan Reservoir.



avatar
27
oshaban 2008.04.17 01:12 

Go to Expert properties >>> Common >>> Live Trading >>> (check) Ask manual confirmation !


avatar
396
ukt 2008.04.17 11:47 
oshaban wrote:

Go to Expert properties >>> Common >>> Live Trading >>> (check) Ask manual confirmation !

Oh man... am I the forgetful one!

I go to back of class and write 100 times: "read post > pause > read post again > think > read post again > think more and now maybe... write answer"


1000 apologies for not doing above and this taking soooo long - yet so simple


:o)))


Back to topics list  

To add comments, please log in or register