[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 43

 
You can display messages on the screen using the Comment() command
 
drknn:
You can display messages on the screen using the Comment() command

I agree, but where do you get this name, in which library is it stored?

 
Help me calculate how many pips (in points) the price can go minus based on the available funds and the lot????
 
Aleksandr_8:

I agree, but where do I get this title, in which library is it stored?

It won't display the name of the parameter file, but the value of the parameters themselves will.
 
Aleksandr_8:

I agree, but where do we get this title, in which library is it stored?


You should start by reading a textbook before you start messing around on the forum. Respect yourselves first and foremost.
 
splxgf:
It won't display the name of the parameter file, but the value of the parameters themselves will.
how do you do this? line of code
 
Roman.:

You should start by reading a textbook before you post on a forum. Respect yourself first and foremost.

There are all kinds of textbooks. Can you tell me how to do it?

 
Aleksandr_8:

There are all kinds of textbooks. Can you tell me how to do this?



I can. Read the ABCs first - then the rest.

 
todem:
Help how to calculate based on available funds and the lot how many points (in points) the price can pass into deficit??? anyone have such a code???


the link formula: Lot=Money/(Staples*Tick)

money - earned/lost
StopLoss - in points
Tick - MarketInfo( MODE_TICKVALUE)

From here, spin it however you want:

Stopplus=Money/(Lot*Tick)

Money=Lot*Stopplus*Tick

 
Aleksandr_8:
can you tell me how to do this? code line
Comment("blah blah blah")