Experts: Expert NEWS

 

Expert NEWS:

Expert NEWS - MetaTrader 5 Expert Advisor. BuyStop and SellStop pending orders.

Author: Vladimir Karputov

 

The Expert Advisor works in the tester on OHLC on 1m and that's all, but on the real shit it is useless. At settings All ticks based on real ones it earns only at certain settings and then only in two months.

That's in October and in November it's also in the plus side so far. Unfortunately, when you trade on a demo account, he also does not earn on any days, but on the testor on this day trades with profit.

The concept of this robot is very good and I think promising, but it needs to be improved.

I ask the developer to write in detail what is responsible for what in the code to make corrections in the robot.

Thank you in advance!!!

 
Can you tell me where to specify to narrow the entry points?
 
Vasily48:
Can you tell me where to specify to narrow down the entry points?
First, test in "Every tick based on real ticks" mode.
 
Vladimir Karputov:
To start with, test in the "Every tick based on real ticks" mode.

I test on them. but when you trade the result is different for the same day

 
And the results are very different
 
Vasily48:
And the results are very different
Change the "distance from price" parameter.
 
Vladimir Karputov:
Change the "distance from price" parameter.

Thank you.

Could you tell me where to find information on creating robots in MQL5. Instructions on how to create codes, what code is responsible for what and what does what. Not this meagre information on creating robots that mql5 provides. If you know where to get the full information, please write or provide a link to it.

Thank you very much in advance!!!

 
Vasily48:

Thank you.

Could you tell me where to find information on creating robots in MQL5. Instructions on how to create codes, what code is responsible for what and what it does. Not this meagre information on creating robots that mql5 provides. If you know where to get the full information, please write or provide a link to it.

Thank you very much in advance!!!

  • Documentation,
  • CodeBase,
  • Examples directly in MetaEditor:
  • Experts - \MQL5\Experts\Examples\,
  • indicators - \MQL5Indicators\Examples\,
  • scripts - \MQL5Scripts\Examples\.
  • Articles
  • Forum
  • MQL5 Wizard - automatic generation of Expert Advisors in MetaEditor
Is this not enough? How can you say that there is not enough information?
 
Vladimir Karputov:

  • Documentation,
  • CodeBase,
  • Examples directly in MetaEditor:
  • Experts - \MQL5\Experts\Examples\,
  • indicators - \MQL5Indicators\Examples\,
  • scripts - \MQL5Scripts\Examples\.
  • Articles
  • Forum
  • MQL5 Wizard - automatic generation of Expert Advisors in MetaEditor
Is this not enough? How can you say that there is not enough information?

No, it's not that, it's the lack of information about codes, for example, what this code means and what it is responsible for.(screenshot)

Is there a code library that describes in detail what the code means and what it is for?

 
Vasily48:

No, it's not that, it's the lack of information about the codes, for example, what the code means and what it is responsible for.(screenshot).

Is there a code library that describes in detail what the code means and what it is for?

In MetaEditor you need to put the mouse on the word you are interested in and press "F1" - you will be taken to the MQL5 Help.