@l-andorrà .hi iandorra. I have revived a lot help from you. I sincerely appreciate it, For the topic of profitable EA. I would like to share my ideas. My opinion is that there is always a profitable ea with right conditions, but a bad Ea when the EA is in a wrong condition. an EA can not make money at wrong time . For my sideways market grid EA idea, I am trading it by hand. And I got more than 70% success rate on The pair eurgbp , as it is in the sideways market. The basic idea is that the EA cannot make money bythemself, but has to be manually find the right condition by human eye. Thanks . Wayne
Posts made by waynehan
-
RE: Do you use your EA for live trading?posted in Questions & Answers
-
RE: please help, Roar, YOU ARE the EXPERT, "WHY MY GRID EA HAS NO LIMIT ORDERS"posted in Questions & Answers
@l-andorrà ok, I got your idea, will try it. Thanks very much.
-
please help, Roar, YOU ARE the EXPERT, "WHY MY GRID EA HAS NO LIMIT ORDERS"posted in Questions & Answers
Hi Roar, Iandorra said you are the expert, may help me out. thanks in advance.
what I want is to get a EA trading in the sideways market.
let us say ,the market sideways range is 400 pips, say eurgbp , middle line is at 0.9000, up grid line's price 0.9200. down grid level is 0.8800.
start from 0.9000, create grid level s every 50 pips . so there would be 4 grid on top of 0.9000, 4 grid below 0.9000.
3, I want open 2 orders at same level, one buy and one sell at same grid level.
4, if the price goes up, the orders would be :
1>@0.9000 one buy and one sell , both with take profit at grid level of 50 pips. stop loss is fixed @ 0.8800 for buy order and 0.9200 for sell order.
2> @ 0.9050 , one buy stop, ST is 0.8800, one sell limit ST 0.9200., both TP 50 PIPS,
3>, @0.9100, one buy stop order, ST 0.8800, one sell limit order ST 0.9200
4 > @ 0.9150 , one buy stop order, ST 0.8800, one sell order ST 0.9200.
5, if the price goes down, the orders would be:1> @8950, one sell stop order, ST 0.9200,TP 50 pips, that is @0.8900.
one buy limit order ST 0.8800. TP 50 pips that is @ 0.90002> @0.8900 one stop sell ST 0.9200 TP 50 pips @0.8850.
one buy limit order ST 0.8800 TP 50pips @0.8950.3> @ 0.8850 , one stop sell ST 0.9200 TP 50 pips @ 0.8800,
one buy limit order ST 0.8800 TP 0.8900.
after price reached the top grid@ 0.9200 or lowest grid @ 0.8800, the whole EA would be terminated. then, I will do analysis again.
that is the idea I want create. but cannot do it.thanks so much, here is the link: https://fxdreema.com/shared/ovKUdGolb
0
l'andorrà 3 days ago
@waynehan Those blocks can only create stop oprders, not limit ones. You will need a whole block structure to open as many limit orders as stop ones. Are you sure this is what you want? You chart will be flooded with trades. -
RE: why my simple grid EA has no limit ordersposted in Questions & Answers
@l-andorrà . GOT YOU. BIG THANKS
-
RE: why my simple grid EA has no limit ordersposted in Questions & Answers
@l-andorrà . HOW CAN DIRECTLY ASK FOR HELP FROM ROAR? THANKS AGAIN
-
RE: why my simple grid EA has no limit ordersposted in Questions & Answers
@l-andorrà . what I want is to get a EA trading in the sideways market.
-
let us say ,the market sideways range is 400 pips, say eurgbp , middle line is at 0.9000, up grid line's price 0.9200. down grid level is 0.8800.
-
start from 0.9000, create grid level s every 50 pips . so there would be 4 grid on top of 0.9000, 4 grid below 0.9000.
3, I want open 2 orders at same level, one buy and one sell at same grid level.
4, if the price goes up, the orders would be :
1>@0.9000 one buy and one sell , both with take profit at grid level of 50 pips. stop loss is fixed @ 0.9800 for buy order and 0.9200 for sell order. 2> @ 0.9050 , one buy stop, ST is 0.9800, one sell limit ST 0.9200., both TP 50 PIPS, 3>, @0.9100, one buy stop order, ST 0.9800, one sell limit order ST 0.9200 4 > @ 0.9150 , one buy stop order, ST 0.9800, one sell order ST 0.9200.5, if the price goes down, the orders would be:
1> @8950, one sell stop order, ST 0.9200,TP 50 pips, that is @0.8900. one buy limit order ST 0.8800. TP 50 pips that is @ 0.9000 2> @0.8900 one stop sell ST 0.9200 TP 50 pips @0.8850. one buy limit order ST 0.8800 TP 50pips @0.8950. 3> @ 0.8850 , one stop sell ST 0.9200 TP 50 pips @ 0.8800, one buy limit order ST 0.8800 TP 0.8900.- after price reached the top grid@ 0.9200 or lowest grid @ 0.8800, the whole EA would be terminated. then, I will do analysis again.
that is the idea I want create. but cannot do it.
once again, thanks so much, you are a great man, thank you
-
-
RE: why my simple grid EA has no limit ordersposted in Questions & Answers
@l-andorrà 。 here its the right link https://fxdreema.com/shared/uwndjchbe
thanks so much.
-
RE: why my simple grid EA has no limit orders ?posted in Questions & Answers
@ambrogio , thanks a lot. I will do what you said. once again, thank you
-
why my simple grid EA has no limit orders ?posted in Questions & Answers
Hi all
I am crating a simple grid EA, the conditions as follow:
1, total grid orders less than 20,
2, grid size 25.
3, at every grid level, create two orders at same time, one is buy and the other is sell,I have done the project in the following link, but when I test it in a demo account, I found it create only stop buy, and stop sell orders, there is no limit orders .
what is wrong for my project??thanks in advance for the help.my project link:https://fxdreema.com/shared/CffXx7S1c
pls disregards the previouse question and link as its a wrong link.
wayne
-
why my simple grid EA has no limit ordersposted in Questions & Answers
Hi all
I am crating a simple grid EA, the conditions as follow:
1, total grid orders less than 20,
2, grid size 25.
3, at every grid level, create two orders at same time, one is buy and the other is sell,
4. I have done the project in the following link, but when I test it in a demo account, I found it create only stop buy, and stop sell orders, there is no limit orders .what is wrong for my project??
thanks in advance for the help.
pls see the link https://fxdreema.com/forum/category/2/Working-with-fxDreema
Wayne
-
RE: HOW TO BUILD A GRID EA WITH BUY AND SELL AT SAME GRID, CLOSE IT WHEN OVERALL RESULT IS IN PROFIT ?posted in Questions & Answers
@l-andorrà Hi I-andorra, its working now, thanks so much for the help. cheers.
-
RE: HOW TO BUILD A GRID EA WITH BUY AND SELL AT SAME GRID, CLOSE IT WHEN OVERALL RESULT IS IN PROFIT ?posted in Questions & Answers
@l-andorrà , THANKS AGAIN. Pls see my link below.
my logics or conditions are :
- total opened orders less than 40.
2, buys( stop and limit ) and sells (stop and limit ) at same grid level.
3, when the taltoal trades result in pfofit, lats say 100 $, close all opened trades, either in profit loss.
4, at same time , cancell all opend orders.
pls see the link .https://fxdreema.com/shared/rVgoIXA6e
BIG THANKS
- total opened orders less than 40.
-
RE: HOW TO BUILD A GRID EA WITH BUY AND SELL AT SAME GRID, CLOSE IT WHEN OVERALL RESULT IS IN PROFIT ?posted in Questions & Answers
@l-andorrà . thanks. I am new to the forum . the first thread was without web link, the second was without question. thats why I make this one with a full content questions and web link.
by the way, I followed blocks you showed on the first thread, but it appeared not working. the tester result showed zero trades. any sugestions ?
onece again, thank you Iandorra.
-
RE: HOW TO BUILD A GRID EA WITH BUY AND SELL AT SAME GRID, CLOSE IT WHEN OVERALL RESULT IS IN PROFIT ?posted in Questions & Answers
thanks a lot. but I followed the block you showed, it appeared not working. the test result showed nothing. total trades is zero, tester result is zero.
-
HOW TO BUILD A GRID EA WITH BUY AND SELL AT SAME GRID, CLOSE IT WHEN OVERALL RESULT IS IN PROFIT ?posted in Questions & Answers
HOW TO BUILD A GRID EA WITH BUY AND SELL AT SAME GRID, CLOSE IT WHEN OVERALL RESULT IS IN PROFIT ?
Wwaynehan 10 minutes ago
HII have newly purchased the the membership and want build a EA base on grid level.
conditions: 1,two trade ( or two orders) at same grid level, buy and sell
2, multiple orders or trades.
3. close all trades if the total result is in profit , for example :profit in $50this is what I did , pls see the link below, but it does not working,
I hope someone more experienced can help me with it.
thank you in advance for help.
here is the link, what I did https://fxdreema.com/shared/3AWKquFvd
wayne
-
how to build a grid EAposted in Questions & Answers
here is the link, showing what I did https://fxdreema.com/shared/3AWKquFvd
-
HOW TO BUILD A GRID EA WITH BUY AND SELL AT SAME GRID, CLOSE IT WHEN OVERALL RESULT IS IN PROFIT ?posted in Questions & Answers
HI
I have newly purchased the the membership and want build a EA base on grid level.
conditions: 1,two trade ( or two orders) at same grid level, buy and sell
2, multiple orders or trades.
3. close all trades if the total result is in profit , for example :profit in $50this is what I did , pls see the link below, but it does not working,
I hope someone more experienced can help me with it.
thank you in advance for help.
wayne
-
RE: why my EA not working on MT4 stretagy tester ?posted in Questions & Answers
@ramisignals . its working now, but my one is very slow, i only test 2weeks datd, take about 7 minetes. is the problem with my computer , an old one , bought in 2010, ? thanks again.
-
RE: why my EA not working on MT4 stretagy tester ?posted in Questions & Answers
thanks Roar and Ramisignals.
@ramisignals said in why my EA not working on MT4 stretagy tester ?:
1- did you download history data for the pair's you want to test is
2- did check if the MQL4 compile is ok
3- can you share your project i can test it for youthanks, Ramisgnals, how can I put on the copy of my crated project? so you cna see it ? thanks