Page 2 of 3

Re: Buy_and_Sell_EA

PostPosted: Fri Nov 29, 2019 5:46 am
by Apprentice
Your request is added to the development list.
Development reference 373.

Re: Buy_and_Sell_EA

PostPosted: Wed Dec 04, 2019 5:14 pm
by Apprentice
Don't understand the 2).
Martingale - opening more trades while moving against a favorable direction
I don't understand how it relates to SL

Re: Buy_and_Sell_EA

PostPosted: Sun Dec 08, 2019 9:47 am
by Ludo69
Hi,
2: if the last trade is finished by a SL the next order need to have a double lot to rebuild money until the trade finish by TP after that , restart to 1 Lot.

it's like roulette black or red if you try 1 to red and black is coming the next play you put 2 in red

1,2,4,8,16,32,64,etc.... until the good option arrives.
after that, restart to 1.

it to secure money

because in roulette game we have RED, Black or green for the 0. so it's not a 50/50.

in Forex TP/SL = 50/50

Re: Buy_and_Sell_EA

PostPosted: Wed Dec 11, 2019 9:13 am
by kluge123
Hi, could anyone help me add to ea :? . I need to add to the code when to close the store when sl.tp is at zero. A Tralingstop

Re: Buy_and_Sell_EA

PostPosted: Wed Dec 11, 2019 5:06 pm
by Apprentice
Sure,kluge123 .
Can you provide a bit more information?
If this is NOT a problem, post your request here.
viewforum.php?f=27

Re: Buy_and_Sell_EA

PostPosted: Thu Dec 12, 2019 5:25 pm
by Apprentice
Buy_and_Sell_EA.mq4
(39.2 KiB) Downloaded 435 times

Re: Buy_and_Sell_EA

PostPosted: Sun Dec 15, 2019 8:50 am
by Ludo69
Thanx for it.


Is-it possible :

1) To have it with 5 digits like Gbp/Usd = 1.35102

2) To include an open and close Trade Time like:
- start to trade at the open Trade Time
- Stop to trade at the Close Trade Time with possibility to close all open position or not at this close time.

3) To do not Trade if Spread is > XX

After i thing it'll be very nice EA

Regards.


Regards.

Re: Buy_and_Sell_EA

PostPosted: Sun Dec 15, 2019 9:59 am
by Apprentice
Your request is added to the development list.
Development reference 440.

Re: Buy_and_Sell_EA

PostPosted: Wed Dec 18, 2019 5:07 pm
by Apprentice
Buy_and_Sell_EA.mq4
(45.93 KiB) Downloaded 451 times

Try this version.

Re: Buy_and_Sell_EA

PostPosted: Mon Dec 23, 2019 7:29 pm
by Ludo69
Hi,

Is it possible to start new order ( Buy & sell limit ) only when the last position is closed.

in attachment you'll see that the order 3 and 4 are placed before the order 2 is closed.

order 1 and 2 are buy and sell limit.
2 is active so 1 is deleted.
but before to made new order ( like 3 and 4 ) is it possible to wait the end of the plan ( TP or SL ).

regards,

Ludovic