The logic is correct. Is this the whole project or just part of it?
Posts made by l'andorrà
-
RE: EA is only buying and selling 1 timeposted in Questions & Answers
-
RE: why sometimes add more than you wroteposted in Questions & Answers
This is the second thread you opened for the exact same question. I replied to the other one. Please don't duplicate threads.
-
RE: Cycle counterposted in Questions & Answers
@sajadamani1377 You need to do it in the 'on trade' tab:
-
RE: wrong open positionposted in Questions & Answers
Can you please share the link to your project?
-
RE: highest(or lowest) for closed price or open priceposted in Questions & Answers
There is no such function doing that on fxDreema. You will need a custom loop searching for that info.
-
RE: Can#t trace the custom indicatorposted in Questions & Answers
Yes, I mean exactly that. Now the question is. Can you trust the indicator on candle ID 1 and beyond? If so, maybe there is still hope but in that case the bot will only be reliable from candle ID 1 and beyond. Does that fit your expectations?
-
RE: Successfully Implementation on Divergence without importing External Indicatorsposted in Questions & Answers
Thank you very much for sharing.
-
RE: file dosen't dawnloadposted in Questions & Answers
Can you please share the link to the project?
-
RE: Buffer Number into Variable use ID (Semafor, ZigZag Fractals) to draw TrendLinesposted in Questions & Answers
I'm afraid I don't know how to use the buffer as you need. You will need a programmer, sorry.
-
RE: Global takeprofit for gridposted in Questions & Answers
Yes, but you don't need a visual line to do that. Can can use a variable and store the value in it.
-
RE: I want to martingale last closed loss tradeposted in Questions & Answers
Then you should use a bool variable (true/false) to confirm the 1st condition is true. Then you need to combine the second condition to be also true if and only if the first one is true. That they d not need to be checked at the exact same time.
-
RE: Convert MT5 to MT4posted in Questions & Answers
He means you need to create it block by block on your builder. There is not an automatic tool to do that.
-
RE: Successfully Implementation on Divergence without importing External Indicatorsposted in Questions & Answers
Impressive! Could you please share the link to that feature?
-
RE: Write to the Custom column in optimization results MT5posted in Questions & Answers
I'm afraid that I cannot be of any help here, sorry. I'm not a programmer. I hope someone else can help.