Experts: Expert NEWS - page 2

 
Or what code should be written to move the stoploss for example, etc.
 
Vladimir Karputov:
In MetaEditor you need to place the mouse on the word you are interested in and press "F1" - you will be taken to the MQL5 Help.

Thank you. We will look into it.

I also wanted to ask if trading on demo and real is different? If the demo and real have the same volumes. If the robot works on demo, will it work on real?

 
Vasily48:

Thank you. We'll look into it.

I also wanted to ask if trading on demo and real is different? If demo and real have the same volumes. If the robot works on demo, will it work on real?

There is no difference on Forex, but on the stock exchange the difference between demo and real is like between heaven and earth.
 
Vladimir Karputov:
There is no difference in forex, but on the stock exchange the difference between demo and real is like between heaven and earth.
There is a difference, yes. An Expert Advisor built for demo and working successfully on demo account will fail on real account even in the tester. And the quotes are a bit different.
 
Vladimir Karputov:
In forex there is no difference, but on the stock exchange the difference between demo and real is like between heaven and earth.

Shit, I trade on the Fords derivatives market. But there is no difference between demo and real in terms of volume and price, I compared. why is there a difference?

 

Hello Vladimir,

nice EA, is there a chance that if one order is triggered the other order will be automatically cancelled, means OCO...?


Thanks...!

 
vallisch:

Hello Vladimir,

nice EA, is there a chance that if one order is triggered the other order will be automatically cancelled, means OCO...?


Thanks...!

???

 

OCO

One cancels the Other

So if there is a pending order and a market order is generated then the pending order is cancelled.

T

 

Hello! Please clarify what the parameters affect

input ushort InpNoLoss = 0; // transfer to breakeven at a given number of profit points, if 0, there is no transfer to breakeven.

input ushort InpMinProfitNoLoss = 0; //minimum profit at breakeven.


Thank you.

 
Алексей Никифоров #:

Hello! Please specify what parameters are affected.

input ushort InpNoLoss = 0; // transfer to breakeven at a given number of profit points, if 0, there is no transfer to breakeven.

input ushort InpMinProfitNoLoss = 0; //minimum profit at transfer to breakeven


Thank you.

That's how it is written