I deleted this indicator line of code. http://prnt.sc/c7w3ph . It works usually just does not appear.
Posts made by Leandro Allmer
-
RE: appearing several times the same indicatorposted in Questions & Answers
-
RE: appearing several times the same indicatorposted in Questions & Answers
solved the problem. I turned off the command line in the codes of indicator for not showing up.
-
RE: appearing several times the same indicatorposted in Questions & Answers
Yes, see when I add another indicator. http://prnt.sc/c6mote
-
RE: appearing several times the same indicatorposted in Questions & Answers
Please someone help me? Every time I mention a indicator in a block he repeated viewing. http://prnt.sc/c50lte
Have any way to hide or leave invisible?
-
RE: Please help to close positions after reaching profit / lossposted in Questions & Answers
I found out because some blocks are not working properly. You have an error in reading the closed positions. So the block "check profit (period of time)" is not closing the positions properly.
https://picasaweb.google.com/108561293887245046669/6304030654714999425#6304030653042176914
-
RE: Please help to close positions after reaching profit / lossposted in Questions & Answers
I found out because some blocks are not working properly. You have an error in reading the closed positions. So the block "check profit (period of time)" is not closing the positions properly.
https://picasaweb.google.com/108561293887245046669/6304030654714999425#6304030653042176914
-
RE: Please help to close positions after reaching profit / lossposted in Questions & Answers
__What symbol are you working on? I can see in one of your projects that you have lot sizes like 1. This is huge lot size for symbols like EURUSD. The result I got is that my positions are closed after less than 1 minute.
For those "Draw..." blocks, note that you have set them in a way to make brand new object every time they run. As a result, tousands of objects are created and the backtest runs so slow. Look at the first two options in these blocks. Try with No - Yes instead of No - No.[/quote:3d6mdfr4]
Wow, I changed the option to "NO - YES" according to their orientation and "backtest" became much faster. Thank you.
Too bad today win my license and could not address the issue of closing position profit / loss. Just missed it to finish my EA.
-
RE: Please help to close positions after reaching profit / lossposted in Questions & Answers
Use in the Brazilian futures market (WINFUT), the minimum lot here is 1. I see in relation to the "Draw". Thank you.
-
RE: Please help to close positions after reaching profit / lossposted in Questions & Answers
Thanks a lot for the help. Your example works perfectly when road here, but when I do exactly the same in my robot does not work. I do not know what can be. He closes before.
https://fxdreema.com/builder/ -
RE: Please help to close positions after reaching profit / lossposted in Questions & Answers
If there is any indicator that shows the profit / loss of the day, you could use it to close the trades.
-
RE: Please help to close positions after reaching profit / lossposted in Questions & Answers
__You want the profit made by few history trades + the current unrealized profit? I think that "Check profit (period of time)" can help with this.
Or if you want to get the actual value, then Buckets. Unfortunately there is no Bucket block for both - closed positions and the current position, so there are two separate values. Try this - https://fxdreema.com/shared/Pra5mTsZ[/quote:2wumjvw9]
the block "Check profit (period of time)" is only considering the open positions, it is not adding to the closed position. In the example showed me https://fxdreema.com/shared/Pra5mTsZ[/quote] can not use these values to close positions
-
RE: Please help to close positions after reaching profit / lossposted in Questions & Answers
I've tried all possible combinations and could not. I have used formulas, condition and any works. It only remains that to complete the EA. The condition needs to add the profit / loss of the closed and open positions and gather into a single value to compare with the input constant and close the position if it meets.
I noticed in the forum that this is a question many users. So someone could help showing us an example. Thank you
-
RE: stop-loss with double the current positionposted in Questions & Answers
__I will add option in this block to also work with the current trades[/quote:2upew5tq]
thank you!
-
RE: stop-loss with double the current positionposted in Questions & Answers
But as I do to get the sum of the closed and open positions? I need you to shut down the EA when the total balance of the day (closed and open positions) reaches a certain amount.
I realized that this issue has been discussed several times in the forum, but I've tried everything and could not. Lack just that to complete the EA.
-
RE: stop-loss with double the current positionposted in Questions & Answers
I'm using the block "check profit (period of time)" but is not working.
https://fxdreema.com/builder/ -
RE: stop-loss with double the current positionposted in Questions & Answers
Thank you for your attention but I got a configuration that is working perfectly, even got an alternative way to use "breakeven". Now I am facing difficulty in closing the position when it reaches a certain value on the day (gain of the day). Before was running normal, now he only considers the current position.
-
RE: stop-loss with double the current positionposted in Questions & Answers
can anyone help me? I need to make a loop with stop-loss at twice the current position but do not want to use "pending order". Even managed to do but when triggers the "break even" it loses the loop and unset. I want a loop reversing position when reaching the "stop-loss". For example if I am purchased with 1 lot, to achieve the "stop-loss" sells 2 lots, it closes the buy position and opens a position to "sell" at the same time.
PS: Sorry my English, I am Brazilian and I am using google translator
-
RE: Heavy EA in backtestingposted in Questions & Answers
I created an EA that is apparently working right, but when running backtesting in "every tick" it is too heavy and takes a long time. Am I perhaps put the blocks in the wrong place? What is the tabs (on init, on timer, on tick, on trade, onchart, on deinit)? I put all the blocks on the "on tick". Does this not let the EA too heavy? thank you.
-
RE: Heavy EA in backtestingposted in Bug Reports
I created an EA that is apparently working right, but when running backtesting in "every tick" it is too heavy and takes a long time. Am I perhaps put the blocks in the wrong place? What is the tabs (on init, on timer, on tick, on trade, onchart, on deinit)? I put all the blocks on the "on tick". Does this not let the EA too heavy? thank you.