I will write the indicator for free - page 111

 

Greetings, gentlemen.

Doesn't anyone have a script that opens trades at the right time? Just open buy or sell at the right time. Without takeovers and stops. Or maybe someone can give me a link?

 
ALEXEY NIKOLAEV:

Greetings, gentlemen.

Doesn't anyone have a script that opens trades at the right time? Just open buy or sell at the right time. Without takeovers and stops. I do not know the exact time of opening, but I would like to know if I could use it as a reference.

What is the deal direction, volume?

 
ALEXEY NIKOLAEV:

Greetings, gentlemen.

Doesn't anyone have a script that opens trades at the right time? Just open buy or sell at the right time. Without takeovers and stops. I have no idea how to open orders at the right time.

Opening orders at the right time

 
Valeriy Yastremskiy:

Opening orders by time

Thank you

 
MakarFX:

and the direction of the trade, the volume?

Well, you can probably enter these parameters in the settings before you start. Simply, you need to buy or sell at night. The opening price is not important. It's the opening time that matters. Well, plus requoting.

I sleep at night. Work in the morning. I need automation. At least for one trade. I can't find it anywhere. I thought kodobase was supposed to have one. I can't find it.

 
ALEXEY NIKOLAEV:

Greetings, gentlemen.

Doesn't anyone have a script that opens trades at the right time? Just open buy or sell at the right time. Without takeovers and stops. Or can anyone give me a link?

this is what i use - very convenient for mehttps://www.mql5.com/ru/code/30444

It's where you set the time.

Time command

And then you pick a command.

//+------------------------------------------------------------------+
//| ENUM_TRADE_COMMAND                                               |
//+------------------------------------------------------------------+
enum ENUM_TRADE_COMMAND
  {
   Turn_Off=0,        // TURN  OFF
   Close_AllExt=1,    // CloseAll + ExpertRemoves
   Close_All_All=2,   // CloseAll
   CloseAll_Profit=3, // CloseAllProfit
   close_tpl_b=4,     // Close Sell + Open Buy + '.tpl'
   close_tpl_s=5,     // Close Buy + Open Sell + '.tpl'
   tpl=6,             // '.tpl'
   close_all_tpl=7,   // Close Buy's Sell's + '.tpl'
   UpName=8,          // Line UpName
   DownName=9,        // Line DownName
   UpName_s=10,       // Line UpName + Open Sell
   UpName_b=11,       // Line UpName + Open Buy
   DownName_b=12,     // Line DownName + Open Buy
   DownName_s=13,     // Line DownName + Open Sell
   close_buys=14,     // Close All Buy's
   close_sells=15,    // Close All Sell's
   close_all=16,      // Close All Buy's and Sell's
   open_buy=17,       // Open  Buy
   open_sell=18,      // Open  Sell
   close_open_b=19,   // Close Sell + Open Buy
   close_open_s=20,   // Close Buy + Open Sell
   open_buy_sell=21,  // Open  Buy and Sell
  };
//+------------------------------------------------------------------+
 
Hello! Please write an indicator that will draw levels from maximum or minimum when you hover the mouse pointer and press the button, which is set in the settings, the distance between the levels, their number, length and colour is also set in the settings. Sample
 
SanAlex:

this is what I use - very convenient for mehttps://www.mql5.com/ru/code/30444

You set the time here.


and choose a team.

Thank you. (chuckles)

It's on a five.

I'm working on a four.

 
ALEXEY NIKOLAEV:

Thank you.

It's on a five.

I'm on four.

I haven't tried it myself - but I think it can do the same on mt4https://www.mql5.com/ru/code/31667

cm Lines
cm Lines
  • www.mql5.com
Советник открывает позиции по трендовым линиям. На графике кнопки – buy, sell, sl, tp они определяют наличие соответствующих линий
 
https://www.mql5.com/ru/forum/361511


Someone write him an indictment, please
Reason: