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

 

Hi Andrey Barinov


I would like to know if your programme configures a robot for buy or sell entries at specific times, for example, I trade OTC and I believe that on EUR/JPY at 10:30, 12:15 and 17:05, buy entry will be positive. Is it possible to set up a robot using your programme so that it makes entries at specific times?

Another question, is it possible to set up a martingale, for example: m5 chart, if at 10:30 to 10:35 there was a loss, I want to martingale from 10:35 to 10:40.

Thank you in advance!


João Vitor

 
Joao Vitor:

Hi Andrey Barinov


I would like to know if your programme configures a robot for buy or sell entries at specific times, for example, I trade OTC and I believe that on EUR/JPY at 10:30, 12:15 and 17:05, buy entry will be positive. Is it possible to set up a robot using your programme so that it makes entries at specific times?

Another question, is it possible to set up a martingale, for example: m5 chart, if at 10:30 to 10:35 there was a loss, I want to martingale from 10:35 to 10:40.

Thank you in advance!


João Vitor

Hi,

yes, you can specify time for entering trades.

yes, you can use martingale. Please, study built in templates, there is one with martingale.

Best Regards.

 

Hi Andrey,


How to prevent opening new position within one candle (same time frame), as the EA just closed the previous position within the the same candle?


I'm trying to build a strategy using CCI reading (example, open new position if the CCI reading is above 100 and close it once it reaches 200, time frame 1H). The condition can be fulfilled within same candle, while the condition to open the position is also still valid. This causing loop of open and close position in same candle.


Thanks,

August

 
a84031209:

Hi Andrey,


How to prevent opening new position within one candle (same time frame), as the EA just closed the previous position within the the same candle?


I'm trying to build a strategy using CCI reading (example, open new position if the CCI reading is above 100 and close it once it reaches 200, time frame 1H). The condition can be fulfilled within same candle, while the condition to open the position is also still valid. This causing loop of open and close position in same candle.


Thanks,

August

Hi,

there are multiple ways to go with this.

In your case, you just should not open the position if closing conditions are already met. I.e. open only if it is above 100 but still below 200. 

 
Hi @Andrey Barinov can this utility tool help me automate using tool such as gan fan and many other tools available to analysis?
 
Chris Mukengeshayi:
Hi @Andrey Barinov can this utility tool help me automate using tool such as gan fan and many other tools available to analysis?
Hi, current version does not support graphical objects
 
Is it possible to extend the set of modules/blocks by adding your own?
 
Ivan Titov:
Can I extend the set of modules/blocks by adding my own?

No, you cannot add your own.

 
I propose to think about the idea to automatically build a strategy, with some simplification, of course :) . I mean that there should be an automatic search for strategies with roughly similar construction principle.
I suggested it to others, nobody wants to do anything, they are lazy :) .
But your development is interesting.

 
Aliaksandr Hryshyn:
I propose to think about the idea to automatically build a strategy, with some simplification, of course :) . I mean that there should be an automatic search for strategies with approximately similar principle of construction.
.
I suggested it to others, nobody wants to do anything, they are lazy :) .
But your development is interesting.

I don't really understand what automatic strategy building means....