Need help with coding please - page 15

 
olaniyitaiye #:
Thanks for replying
The line  would be drawn automatically 
And the orders also should be automatically

Probably with an EA
But I don't know how to code it😞😞
You will never get helped like this. Here is only help to learn how to code. And is not fair also for the freelance guys who make money from this. And it has been already answered to your question on another thread. Go to freelance section . 
 
Daniel Cioca #:
You will never get helped like this. Here is only help to learn how to code. And is not fair also for the freelance guys who make money from this. And it has been already answered to your question on another thread. Go to freelance section . 
Thanks so much
 
Daniel Cioca #:
You will never get helped like this. Here is only help to learn how to code. And is not fair also for the freelance guys who make money from this. And it has been already answered to your question on another thread. Go to freelance section . 
Not that I don't want to give the freelancers, but I don't think the strategy is worth it.
I'm not sure if the strategy is even profitable, so me giving freelancers money to create something that's useless is unnecessary.
Anyway thanks for the advice, I will continue looking for a solution myself, I hope I get it soon
Thanks anyway 🙏
 
olaniyitaiye #:
Thanks so much for the reply

But I've tried using the function, I am able to draw the line on the chart (in an ea) but I can't convert the line to a price so as to place sellstops on the line

That's what I need help with
bool  ObjectCreate(
   long         chart_id,      // chart identifier
   string       name,          // object name
   ENUM_OBJECT  type,          // object type
   sub_window   nwin,          // window index
   datetime     time1,         // time of the first anchor point
   double       price1,        // price of the first anchor point
   ...
   datetime     timeN=0,       // time of the N-th anchor point
   double       priceN=0,      // price of the N-th anchor point
   ...
   datetime     time30=0,      // time of the 30th anchor point
   double       price30=0      // price of the 30th anchor point
   );

if you have created a line, then you already know the price

 
olaniyitaiye #:

Do not double post!

I have deleted your other posts and moved replies here.

 
Keith Watford #:

Do not double post!

I have deleted your other posts and moved replies here.

Thanks so much
I'm just getting to know how things work here
 
Vladislav Boyko #:

if you have created a line, then you already know the price

Thanks so much for your help
Your help is very much appreciated 🙏
 
how do i get color of a Hull Moving average?
Reason: