Latest posts made by gcfusco
-
RE: pips away on 3 trade not placing the trade at the correct entryposted in Questions & Answers
this is the whole project
-
pips away on 3 trade not placing the trade at the correct entryposted in Questions & Answers
I have an EA that places the first trade (buy) at a specific time. Then closes the trade if it achieves $50 profit per lot. If the market goes against it by 25 pips it places a sell 5 times the size of the original position. If the market goes against us another 25 pips (ie to the original entry) it places a 3rd trade (buy). The first 2 trades work perfectly, however the 3rd trade does not open at the 25 pips from the sell or original buy open price no matter what I change the variable value to. Can someone look to see what is wrong with the 3rd position programming?
-
RE: Why did the EA only loop 2 times then stopposted in Questions & Answers
thanks for your help....
i have the EA working and opening two trades consistently. however once i add the block "modify stops" or "modify stops of trade" anyway after the "pips away" block. it does not modify the stop.
i want to modify the TP in the first tree to TP2 which is a constant.
thanks for all your help
-
RE: Why did the EA only loop 2 times then stopposted in Questions & Answers
sorry still the same results. only the first to trade cycles are open then the rest of the days no trades are open.
-
RE: Why did the EA only loop 2 times then stopposted in Questions & Answers
thanks
I'll give it a try
-
RE: Why did the EA only loop 2 times then stopposted in Questions & Answers
Same Problem... The first 2 trades (opened at 0:00) worked fine, but after the first 2 open trades it does open any more trades
here is the modified EA
https://fxdreema.com/shared/KhIZXEs6b -
RE: Why did the EA only loop 2 times then stopposted in Questions & Answers
@l-andorrà I'm sorry i still don't understand...Can you give me an example?
-
RE: Why did the EA only loop 2 times then stopposted in Questions & Answers
I'm sorry I don't understand what that means? Can you explain with an example?
-
Why did the EA only loop 2 times then stopposted in Questions & Answers
Can someone help answer why this EA only ran the first 2 trades then stopped running after that.
its suppose to enter a trade at 0:00 broker time then add a position every time it passes the "pips away block"
the EA worked fine yesterday then i added the modify stop block and its stopped working. i removed all the modified stop blocks and its still does not run.
https://fxdreema.com/shared/3Gt2erSyb
Can you tell me what i'm doing wrong?