Discussion of article "Visual strategy builder. Creating trading robots without programming" - page 12

 
Congratulations, this is a great job !!!
 
Caladois974:

Hi Andrey, great job !!! bravo.

I tried to compare two rsi (5 and 14) but it did not work. no curves. I do not understand why.

Hi, please send me more detailes via PM.

Andrey
 
Andrey Barinov:
Hi, please send me more detailes via PM.

Andrey
I understood why. I tested it in strategic testerI guess by buying the full version, it will work
 
Caladois974:
I understood why. I tested it in strategic testerI guess by buying the full version, it will work
No, there is no difference between the full version and the demo in terms of generated codes performance. 
Please, PM me more details. What you are trying to do and how you are doing it.
 

One of many points:
The restriction with 511 characters in #property description is ridiculous.
It should be at least 1024 characters.
Then a reasonable program description is possible,

 
Otto Pauser:

One of many points:
The restriction with 511 characters in #property description is ridiculous.
It should be at least 1024 characters.
Then a reasonable program description is possible,

How is it related to the visual strategy builder described in the article?

P.S. Try using multiple #property_description items to get as long total description as you need.

 

Hello mate!

Very good tool. It will help me a lot and, I believe, other people too. Congratulations!

Could you give me a tip?

I'm thinking of making a Robot that only executes Buys, i.e. it opens a buy and according to some Stop Loss and Take Profit parameters it would close that position, opening another one afterwards.

Do you have any examples of this type of strategy that could be built with this tool?

Thank you very much in advance!

Sds,

Flávio

 
flavio_125:

Colleague!

Very good tool. It will help me a lot and, I believe, other people too. Congratulations!

Could you give me a tip?!

I'm thinking of making a Robot that only executes Buys, that is, it opens a buy and according to some Stop Loss and Take Profit parameters it would close that position, opening another one afterwards.

Do you have any examples of this type of strategy that could be built with this tool?

Thank you very much in advance!

Sds,

Flavio

Hello,

there are some built-in examples. They do both buys and sells but if you need to do only buys you can remove selling part of the scheme.

Please, study the built-in schemes and the article above. Let me know if you have any specific questions along the way!

Best Regards.

Andrey.

 
flavio_125:

Colleague!

Very good tool. It will help me a lot and, I believe, other people too. Congratulations!

Could you give me a tip?!

I'm thinking of making a Robot that only executes Buys, that is, it opens a buy and according to some Stop Loss and Take Profit parameters it would close that position, opening another one afterwards.

Do you have any examples of this type of strategy that could be built with this tool?

Thank you very much in advance!

Sds,

Flavio

Flavio,


Your strategy is relatively simple to code. Do you already programme in the MQL5 language?

If not, and you want to implement it quickly, I suggest looking in the freelance area: https://www.mql5.com/en/forum/260957.

If you're not in a hurry, you can study the language and develop. I suggest starting with the following articles and documents:


https://www.mql5.com/en/articles/367

https://www.mql5.com/en/articles/240

https://www.mql5.com/en/docs/basis


[]'s

 
Andrey Barinov:

Hello,

there are some built-in examples. They do both buys and sells but if you need to do only buys you can remove selling part of the scheme.

Please, study the built-in schemes and the article above. Let me know if you have any specific questions along the way!

Best Regards.

Andrey.

Thank you for your attention, Andrey!

Yes, I will study!

Best Regards.

Flávio.