I'm not sure what is the problem right now. What do you exactly need?
Posts made by l'andorrà
-
RE: Trailing TP does not workposted in Questions & Answers
-
RE: EA not closing tradesposted in Questions & Answers
Then I recommend to create 3 completely separate structures doing that. Combining all of them can be an interesting programming exercise but IMHO the most important thing is making it works as requested instead.
-
RE: GAP detecting not correct?posted in Questions & Answers
Can you please share the link to your project?
-
RE: How to have trade(s) Closed in a pre-specified percent(%) of balanceposted in Questions & Answers
I see this is the second thread you used to ask for this. Please don't duplicate threads and focus on one only. The problem is that you used a Constant on the 'Adjust' tab. The only way for that to work is selecting a string type constant instead a double or int type. Then you can type the fraction number you need.
-
RE: What is the best scalper EA that you have come across?posted in Questions & Answers
This is the second thread you created for the same request. Please don't duplicate threads.
-
RE: close open order at spesific %posted in Questions & Answers
Can you please share the link to your project?
-
RE: once per bar ..... and a bit moreposted in Questions & Answers
Could you please share the link to the project instead of uploading a picture? That would definitely help.
-
RE: Reverse positions for onceposted in Questions & Answers
I'm afraid I don't fully understand the logic you need. So if a trade is closed with a loss, a trade in the opposite direction should be immediately open. Is that correct? I don't get the part where a profit or loss is then considered.
-
RE: Close trades on x profitposted in Questions & Answers
Could you please create a new separate thread for your question? It is not related to this thread.
-
RE: How do I measure the distance zigzagposted in Questions & Answers
Are those highest/lowest points consecutive Zigzag high/lows? Or can they be separated several positions ahead?
-
RE: Support and Resistance Zonesposted in Questions & Answers
Creating such a huge project would require an immense amount of time and effort. Are you sure you are ready to dedicate it in order to do it on fxDreema? And more important, are you completely sure that is worth your effort? I'm telling you this because I've seen so many people asking for projects like you and then discovering it wasn't worth their time.
-
RE: Test and Retestposted in Questions & Answers
Ok. Let's do it step bt step. Firrt separate blocks 9 and 4. Then use a 'once per bar' block on top of block 4. and try it again.
-
RE: Please can someone help me with the basic concept of this EAposted in Questions & Answers
Have you created any initial project to begin with?
-
RE: Please help me after my EA run there is two reason the EA reset my lot size in the MT4posted in Bug Reports
What you need is technically possible but its implementation is not easy. You can search for the open trades lot size when the EA is running again on the chart and store that value on a variable. You should use the 'on init' tab to do it. Then create a new structure on the 'on tick' tab by using tha variables' value.
-
RE: PHONE NOTIFICATION, ENTRY POINT, SL AND TP BASE ON FIBONACCHI LEVELposted in Questions & Answers
Did you create an initial project to begin with?