anyone ?
Latest posts made by fabiovilan
-
RE: How to calculate buy volume based on balance and stock price ?posted in Questions & Answers
But even ignoring the way to round the number, is there any BUY option that will give me the 100.000 / 19.20 = 5208,33 ? Tried many options but found none, seems to me that every option is designed for forex, always ignoring the price of the stock. Or am I missing something?
-
How to calculate buy volume based on balance and stock price ?posted in Questions & Answers
I´m writing a EA that will work on stocks (not forex/pips) and suppose I want to buy/sell 100% of balance
In the MT5 strategy test I set a initial deposit of 100.000 (BRL).
Suppose the stock is at 19.20 price. So the first trade (buy)
100.000 / 19.20 = 5208,33I have to buy/sell multiple of 100, so it would be 5200.
How can I code this in the BUY option to match this exact volume dynamically ?
Thanks
-
RE: "Save as" or "new project copy" neededposted in Questions & Answers
I know I can export to .mq5 and then import as a new project but that takes time. I also know there is a "history" button on the right....
But what would be really usefull is a "save as" or " new project copy" that would allow me to save the project with another name OR create a new project based on the "running" project without the need to start from scratch or export/import.
Just a suggestion... Or am I missing something here ? is there another way to do that ?
Thanks in advanced, and, as always, congratulations for the suberb job on fxDreema...
-
RE: 2 small bugs / custom indicators.posted in Bug Reports
First I would like to congratulate you for the superb job on fxdreema, I have been programming for decades in many languanges and you´re saving me a lot of time using fxdreema as I can focus all my energy in the market, not in programming...
That said, I started using fxdreema this week and I found 2 minor bugs:
1 - When I open "My indicators" and use the "delete" button it works but it isn´t refreshing the window. I have to close and open "my indicators" again to see it deleted. (using latest Chrome)
2 - When using "indicator tester" (inside "output and communications") when editing the box it doesn´t work as it should if I have only 1 indicator, because it doesn´t show the indicator "list". It actully show the right parameters for the only custom indicator avaible but when I click in "update" it just doesn´t work (doesn´t save the coolor, or buffer, and hangs in the "updting" icon). When I have 2 or more custom indicators added it just work fine. (it shows the list and the update works fine). (Hope you can understand)