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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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 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
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?
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 approximately similar principle of construction.
.
I don't really understand what automatic strategy building means....