[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 778

 
artmedia70:
Not working is an elastic term... What exactly is not working, what is going on, etc. etc.

1.6 installed by silence trades... and installed 1.8 and 1.9 does not...
 
Swetten:
And you don't need to trade.

not funny...
 
Pilligrim:

not funny...

You'll get the point later.

When it's not funny.

 

Of course we are all experts... but no one can really help a beginner to work with EAs with advice...?

 
Hi all! Question:
MODE_FREEZELEVEL only applies to pending orders, or to open positions too?
The point is that under certain conditions you need to change the stop level if the position is approaching that level. There is a losing position and when it approaches the stop loss at a given level, the free margin is checked and a number of decisions are made based on it. So I am wondering if I can change the level of stop if the open position has entered into MODE_FREEZELEVEL... ???

Thank you all... :)
 
Pilligrim:

1.6 set by silence trades... and set 1.8 and 1.9 does not...

Try 1.386 or 5.244*1.272... Or better still, to the power of a degree... :)

... no! Green is better!!!

 
Pilligrim:

Of course we're all experts ... but there's no real advice for a beginner working with EAs ...?

Did you understand what you're asking? Talking like this:

- Petya, instruments?

- ... 200 !!! ...

- Two hundred what?

- What about the instruments???

And what is the meaning ?

 

the question is what does it mean in the logbook what does it want from me how to solve this problem

The orders are correct.

13:58:15 2009.08.03 01:45 test_21 GBPJPY,H1: invalid price for OrderSend function
13:58:15 2009.08.03 01:45 test_21 GBPJPY,H1: OrderSend error 4107
13:58:15 2009.08.03 01:45 test_21 GBPJPY,H1: Error(4107) set order: invalid price parameter for trade function, try 1
13:58:15 2009.08.03 01:45 test_21 GBPJPY,H1: Ask=-0.92 Bid=-1.08 sy=GBPJPY ll=0.03 op=Buy Limit pp=-0.92 sl=-1.12 tp=-0.72 mn=777

I reset all the values to the beginning so to speak but still like this

14:11:04 2010.05.27 00:40 test_21 GBPJPY,H1: OrderSend error 4107
14:11:04 2010.05.27 00:40 test_21 GBPJPY,H1: Error(4107) set order: invalid price parameter for trade function, try 2
14:11:04 2010.05.27 00:40 test_21 GBPJPY,H1: Ask=129.36 Bid=129.28 sy=GBPJPY ll=0.03 op=Buy Limit pp=-0.92 sl=-1.12 tp=-0.72 mn=777
14:11:04 2010.05.27 00:40 test_21 GBPJPY,H1: invalid price for OrderSend function

 
artmedia70:
Hi there! Question:
Does MODE_FREEZELEVEL only apply to pending orders, or to open positions too?
The point is that under certain conditions you have to change the stop level if the position is close to that level. There is a losing position and when it approaches the stop at a given level, the free margin is checked and a number of decisions are made based on it. So I am wondering if I can change the level of stop if the open position has entered into MODE_FREEZELEVEL... ???

Thank you all... :)

Not according to the idea. Here is an excerpt from the textbook:

The freeze distance limits the ability to modify the stated open prices of pending orders, as well as the stated stop order prices of market orders that are in the freeze zone. For example, if the market price is 1.3800, there is a pending order with the opening price 1.3807 and the broker set the value equal to 10, then the pending order is in the "Freezed" zone, i.e. cannot be deleted or modified. When the market is calm, the freeze is usually not set, i.e. = 0. In the period preceding the release of important news, as well as with high volatility, the broker may set a certain value of the freezing distance. Under different conditions and at different brokers this value can be approximately 1 to 30 pips for basic financial instruments and take larger values for other instruments. Broker can change the value of freezing distance at his discretion at any time.

P.S.
About Petya, a hundred years old and still funny :)))

 
FoxUA:

question what this means in the log what it wants from me how to solve this problem

The OrderSend function has the wrong open/setting prices. If this error occurs, it is impossible to place orders correctly, which means that the EA wants to place more orders for some reason and cannot do so because of this error. Check if the pending prices are normalized, and if all orders are exactly in place.

Reason: