[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 1037

 
costy_ , the line can be drawn up to shift -1, right?
 
eddy:
costy_ , the line can be drawn to shift -1, right?

No, up to 0 i.e. current bar not closed.

 
but a rectangle?
 
eddy:
And the rectangle?

Why ask, try setting the future time programmatically.

Only through strings of date times.

Manually no problem ;))

 

I did. That's why I'm asking what the minimum is.

In other words - how far beyond bar zero can you put the end of the rectangle?

 
eddy:
DhP ,his answer was that it is wrong to trade on signals, he is not lazy to answer where to get them, he just understands the wrongness of it. if you still do not get it - I have nothing more to say

I wasreferring to the answer at 16:57.

.... "it is wrong to trade on signals" - sounds ill-advised and overly "smart" ....

I hope you don't enter the market at random.

I suggest you stop the "discussion"....:)

GOOD EVENING TO YOU!

 
"reckless" is exactly the same as trading on signals. okay, if you don't want to understand, forget it.
 
eddy:
I did. That's why I'm asking what the minimum is.

0 bar

Enter, text below, into start and run.

Open the chart and find the rectangle there.

void start() {

  string no="aaaa_naDBuc";
  ObjectCreate(no, OBJ_RECTANGLE, 0, 0,0, 0,0);
  ObjectSet(no, OBJPROP_STYLE, STYLE_SOLID);
  ObjectSet(no, OBJPROP_COLOR, Red);
  ObjectSet(no, OBJPROP_BACK, True);
  datetime t=StrToTime("2020.12.13 20:00");

  ObjectSet(no, OBJPROP_TIME1 , Time[0]);
  ObjectSet(no, OBJPROP_PRICE1, Low[0]);
  ObjectSet(no, OBJPROP_TIME2 , t);
  ObjectSet(no, OBJPROP_PRICE2, High[0]);

}
 
Please advise automated trading system. it would be possible to start trading with 20 thousand rubles. and on what brokerage company better-5 or 4-figure.
 

Where can I get a script (or something else) that saves the optimisation results to a file?

Reason: