Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1046

 
Aleksandr Egorov:

i thought i might have a bad hand, tried everything and your function works fine,

I've got it figured out where to get the commission)) I'm new to MT5 so I'm not too keen on it, but I'd better check it if it's not right

I do not know if I am right or not.

I think I have a good idea how to use it. I have no idea what to do with it. The only thing you need to set the maximum speed of all functions, otherwise you will be terribly slow in the tester. The correct way is to write two variants: one for real, the other for Tester.

 

Tried to download a free EA from the marketplace, no luck...

Can you tell me how easy it is, I'm still new to it.

Where to click and what to understand ?

I AM STILL NEW TO THIS AND DON'T KNOW WHAT TO DO WITH IT.

 
akarustam:

Tried to download a free EA from the marketplace, no luck...

Can you tell me how easy it is, I'm still new to it.

Where to click and what to understand ?

THANK YOU.

Go to Market and read the help:

Watchtutorial video on Market on YouTube

How to buy a trading robot or indicator

 
Can you tell me what is an analogue of
MarketInfo(NULL,MODE_LOTSIZE) from MQL4 ?
 
Evgeny Dyuka:
Can you tell me what is an analogue of
MarketInfo(NULL,MODE_LOTSIZE) from MQL4 ?

ArticleMoving from MQL4 to MQL5

 
Vladimir Karputov:

ArticleMigration from MQL4 to MQL5

Found it, thanks
 
Vladimir Karputov:

Go to Market and read the help:

Watch the Markettutorial video on YouTube

How to buy a trading robot or indicator

Got it, THANK YOU!

 

The question is, is it possible to pause by condition in the code in the tester?

Tired of sitting and catching the right moment to debug!

 
Roman Sharanov:

The question is, is it possible to pause by condition in the code in the tester?

Tired of sitting and catching the right moment for debugging!

Yes, you can. If you start debugging.

if(условие)
 DebugBreak();
Or just set a breakpoint.
 
Alexey Viktorov:

You can. If you start debugging.

Or just set a breakpoint.

And without debugging? Just, set the date in the tester to the exact minute and wind it up quickly?

Reason: