Questions and Answers to Programmers on MQL 4 - page 5

 
slavamir >>:

1.Ситуация:

В чем может быть причина? Глюк терминала или что? Как этого избежать?

this is a glitch in the algorithm. show me the deletion loop.

2. also sometimes error 4058 - Global variable not found,

this one is trickier because probably the name you think you are calling gv is either wrong or not initialized. - do a priming in all suspicious places of these names you call. and look for a bug in your code.

 
drknn писал(а) >>


https://www.mql5.com/ru/code/7975

https://www.mql5.com/ru/code/7657

Google help - there are about 600 responses to a query about such advisers.


Thank you very much for Googling - have to remember.
 
Vladon писал(а) >>
This refers to the rights to the material. You cannot post or sell this indicator under your name.

I see. Thank you for your reply.
 
A tip, please. using zigzag. 1. If zigzagbufer is zero, then go through the bars until we find the point where it is not reversed (i.e. inflection point), 2. remember the point 3. return to the original bar 4. when checking the last bar, do not enter the check, so as not to clog variables 5. after the inflection itself, check the zigzagbuffer again using the corresponding bar number
 

Please advise how to delete unnecessary topics from your profile ?

 
alex12:

Please advise how to delete unnecessary topics from your profile ?

The threads you have created yourself can be deleted by successive deletions of your posts, if no one else has posted.
 

I've already helped a little: I deleted the topic https://forum.mql4.com/ru/33055, copying https://forum.mql4.com/ru/33054.

You can delete the https://forum.mql4.com/ru/33054 thread yourself, as long as it's just your posts. You can delete it from the thread itself, not from your profile.

 

Hi all !

If you can install WebServers on your computer to create and edit sites offline, then

Probably also can be done for MT4 to trade forex on weekends on your computer without going online -

- for training on historical quotes data.

If anyone knows something similar - please share the links.

 

Hello, I have a question: I'm writing an EA and I can't figure out orderselekt.

The meaning of the expert advisor when a buy signal to open a buy order and put pendants buy stop and sell stop exactly when opening a sell order.

How to make the second one get deleted when one pending order triggers ?????

 

Woz here is an analogue of what you roughly need - "When one order is triggered, the other is removed"(c).

Look it up as an example :

http://www.kimiv.ru/index.php?option=com_remository&Itemid=13&func=fileinfo&id=39