@leka-0 didn't fully understand, but I think you want to change the "Group Mode"

Posts made by roar
-
RE: percentage of account at riskposted in Questions & Answers
-
RE: How can I close two or three deals out of ten or more deals?posted in Questions & Answers
@khalids222 thats a very ambigious question.
So you have 10 trades, and the EA needs to check if ANY 2 trades sum to 0?
Trade 3 and 7 sum to zero, trade 10 and 1 sum to zero, trade 9 and 8 sum to zero ... ?
There are 10!/(2^5*5!) = 945 different cases to check.Happy building lol
-
RE: How to read Multi column and row CSV file and search each lineposted in Questions & Answers
@jamesdaly ok, I'll try this myself once I got some free time..
Also, what do you need the data for? Is it okay if I load the data into 6 arrays, can you use those? -
RE: percentage of account at riskposted in Questions & Answers
@leka-0 its a bit complicated, but here
https://fxdreema.com/shared/omHNw9vFc -
RE: Too many requests bugposted in Bug Reports
Slightly off topic: if you have more than 1000 blocks, I'm smelling some kind of repetition - you could probably decrease your project size by using arrays, loops and other higher level stuff
-
RE: Trading costs toolposted in Tutorials by Users
Do you think that patterns on the bitcoin are as much respected as on the forex ?
Obviously I dont have any statistics for that, but yeah I would think so. Psychology probably has even more of an impact to crypto than forex.
Forex prices are affected by international trade balances, central bank operations, interest rates, etc... None of those affect directly to crypto, so it could be "cleaner" for patterns
-
RE: Plot MACD swings on chartposted in Tutorials by Users
@seb-0 yes, its basically ATR without the lagging effect of taking average from past values. I didn't continue that project any further
-
RE: How to read Multi column and row CSV file and search each lineposted in Questions & Answers
@jamesdaly its a bit difficult to "dumb down" such a long piece of code

The key thing you are missing is Symbol() function, that returns the current symbol you are using -> then you can scroll through that list and find a match
-
RE: Trading costs toolposted in Tutorials by Users
@l-andorrร it does nothing, I started with it because thought it would be a single-block project (no block connections)
-
RE: Trading costs toolposted in Tutorials by Users
@alex222 Yeah, I would trade the 1-2% symbols (basically EURUSD and GBPUSD, sometimes bitcoin, etc), that gives the most "bang for the buck"
-
Trading costs toolposted in Tutorials by Users
Something to keep in mind while choosing your symbol to trade:
When you compare the ratio between spread and ATR, you get a number that tells you how costly it is to trade that symbol - how difficult it is to keep trading profitably.During the London session, this ratio for EURUSD is around 1-2%.
At the same time, this ratio for a minor pair such as NZDCHF is 5-8%.
This essentially means that NZDCHF is about three times more expensive to trade as EURUSD. In other words, finding profits in NZDCHF will be three times harder than in EURUSD.https://fxdreema.com/shared/BbQ7b3gvd
I should also add commissions to the calculation, maybe I (or someone) will in the future.

-
RE: "Import Project" option not runningposted in Bug Reports
@joao all right. I can only guess its some server problem
-
RE: How To Make 2 EAs Work Independently In One Accountposted in Questions & Answers
@lanrayy use different group numbers for each EA
-
RE: "Import Project" option not runningposted in Bug Reports
@joao are you importing a project made in fxdreema or just some random mql code?