Page 1 of 1

Do you write code on request (TRO)

Posted: Tue May 09, 2017 10:59 am
by Disqplay
I have a questions do you write code from scratch as a request / for fee?

Disqplay

Re: Do you write code on request (TRO)

Posted: Tue May 09, 2017 1:05 pm
by TheRumpledOne
Disqplay wrote:I have a questions do you write code from scratch as a request / for fee?

Disqplay


It depends on what the request is.

Re: Do you write code on request (TRO)

Posted: Tue May 09, 2017 2:10 pm
by Disqplay
I am looking for an EA that will place trades based on conditions involving time and open prices based on the server time.

the times would have to be able to be inputted by the user but for an example lets assume the following

1) Open price at server time value 0:00.
2) Close price at server closing time of value 02:00 candle
3) Close price at server closing time of value of 04:00 candle
4) This is for the H1 time frame of MT4

Logic:
condition one
close price time 02:00 > open price 00:00 and close price time 04:00 > open price 00:00 = buy
or
close price 02:00 < open price 00:00 and close price time 04:00 > open price 00:00 = buy

Condition 2
close price time 02:00 < open price 00:00 and close price time 04:00 < open price 00:00 = sell
or
close price 02:00 > open price 00:00 and close price time 04:00 < open price 00:00 = sell

condition 3
Set take profit at 100 points plus the spread.

Condition 4
Only one buy of the currency pair when placed on the chart per session be it asian london or usa.

Re: Do you write code on request (TRO)

Posted: Tue May 09, 2017 4:10 pm
by TheRumpledOne
I do not code EAs.

Re: Do you write code on request (TRO)

Posted: Tue May 09, 2017 4:19 pm
by Disqplay
Well could you provide an indicator that would draw the line (open) and the verticals that a buffer could at least provide the closing prices and the open price so I could stop having to place / draw by hand?

Robert

Re: Do you write code on request (TRO)

Posted: Wed May 10, 2017 2:16 am
by TheRumpledOne
Already had these coded.

Re: Do you write code on request (TRO)

Posted: Wed May 10, 2017 2:18 am
by TheRumpledOne
Looking at your logic, the close of 02:00 is irrelevant.

Re: Do you write code on request (TRO)

Posted: Wed May 10, 2017 10:53 am
by Disqplay
Ok thanks for your reply and insight on what i was asking for

Robert