
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
It's not that simple. In general, how do you define simplicity, if you do not understand programming?
I don't know how much time they spent on this demi-bot, they sent me a part of code in less than two days, then for some unknown reason they asked for money and I kept part of it, so the demi-bot turned out to be less than half-bot )))))). Without the "start" button I managed to open orders using the "auto-trade" button MT4, in the code myself I added new levels, so in this way half bot partially works, puts orders, TP, SL and trawls TS but sometimes it has its own life, not always puts all 11 orders, but as it pleases..... I have already tried to close all orders with a free script"close all orders". So-so.... Now I'm trying to learn programming, but as a retiree, it's probably too late. I am trying to make a panel with 2 buttons.... )))) That's how I determined that it's not really a difficult task for experts....
Depends on who ...., I was promised to make a fully functional bot according to my TOR, I sent the TOR, I do not know how much time was spent on this half-bot part of the code was sent to me in less than a couple of days, then for unknown reasons they asked for money and part of the code was left with me, so that the autobot is less than half-bot )))))) Without the "start" button I managed to open orders using the "auto-trade" button MT4, I added new levels myself in the code, so in this way half bot partially works, puts orders, TP, SL and trawls TS but sometimes it lives its own life, not always puts all 11 orders, but as it pleases..... I have already tried to close all orders with a free script"close all orders". So-so.... Now I'm trying to learn programming, but as a retiree, it's probably too late. I am trying to make a panel with 2 buttons.... )))) That's how I determined that it's not really a difficult task for experts....
Specs will want money, infek
Specs will ask for money, infekta 100%
Hmmm..., then one wonders why they promised to do it for free....
Can you help me for free?
(Code for MQL4)
I cannot code my EA to open and close trades in hours, minutes and seconds.
It works only in hours and minutes, like this:
string TIME = TimeToStr(Time[0],TIME_MINUTES);
if(TIME == "03:46")
{
...
}
Who knows how to add seconds to hours and minutes, please advise...
Can you help me free of charge?
(Code for MQL4)
I cannot code my EA to open and close trades in hours, minutes and seconds.
I can only change it to hours and minutes:
string TIME = TimeToStr(Time[0],TIME_MINUTES);
if(TIME == "03:46")
{
...
}
Who knows how to add seconds to hours and minutes, please advise...
Can you help me for free?
(Code for MQL4)
I cannot code my EA to open and close trades in hours, minutes and seconds.
It works only in hours and minutes, like this:
string TIME = TimeToStr(Time[0],TIME_MINUTES);
if(TIME == "03:46")
{
...
}
Who knows how to add seconds to hours and minutes, please advise...
Please tell me, wouldn't it be easier to open the documentation and read a few lines instead of wasting so much time waiting for an answer on the forum?????
Full disclosure...
THE IDEA IS THIS.....
RSI advisor. There are quite a few of them already invented. For some reason all settings of RSI advisor write code for opening orders, when the order, for example on the Sell, open when the price crosses the oversold RSI line from Upside down (ie, when the price has already left the oversold RSI zone).
I would like a deal to be opened on a Sell after the price has crossed the RSI line, on the contrary, DOWN to UP (i.e. when the price has ONLY entered the oversold RSI zone) with an option to set a filter from the moment the price has crossed this line from 0 (when the deal opens right after crossing) to...... (when the price opens after a certain amount of points, after crossing).
To buy, similarly it is mirrored.
The idea has been tested and tested many times in manual trading. I will tell you right away that testing the Expert Advisor on the history will not give any results, because it has to be turned on and off at certain intervals, for each pair.