I think I'm in over my head here....

Posts made by Morpheus_0
-
RE: Rounding Account Balance*posted in Questions & Answers
@jstap said in Rounding Account Balance*:
DoubleToString(AccountBalance(),2)+1 in left operand
How would I put that in the Formula block....? :.D
-
RE: Rounding Account Balance*posted in Questions & Answers
No....I want to round the account balance to 2 decimal places and put that into the variable....
Coz as you know, sometimes the account balance in MT4 shows as 570.632839273....for example....But I don't know which formula would round it down to 2 decimal places....
There must be a way because it does it in the Comment Block.... :.)
-
RE: Rounding Account Balance*posted in Questions & Answers
@jstap said in Rounding Account Balance*:
DoubleToString(570.632563,2);
So in Formula block, formula is Account Balance > ?
Regards*
-
RE: Close Pending after TPposted in Questions & Answers
@jstap said in Close Pending after TP:
on tick tab - nontrade/order
on trade tab - position created (purple block) - place pendingYes but I think he wants to delete remaining pending orders when trades are closed....
Sounds like he may be using Group Numbers or needs to select 'No Matter How' in the Trades Closed block....
Regards*
-
Rounding Account Balance*posted in Questions & Answers
Hi Dreemas*
I want to round the account balance to 2 decimal places and put that into a variable...
Any maths wizards out there who would know which formula to use to do that...?
Example: 570.632563 becomes 570.63
Regards*
-
RE: Close Pending after TPposted in Questions & Answers
Can you share a link to your project so we can see...?
Projects>Create A Shared Copy
Regards*
-
RE: Double lot size every time the account balance doubles.posted in Questions & Answers
Hello Matt*
Have a mess around with the Money Management features...>> https://fxdreema.com/documentation/builder/money-management
Alternatively it is probably possible using Variables and the Formula Block...
Regards*
-
RE: Sliding Pending Orders*posted in Questions & Answers
Hi @jstap ......
Replacing the Sliding Block with Trail Pending Order Block seems to have fixed the issue.....
....which makes me wonder what the difference is between the two...
But anyway, thanks again for your help*
Regards* -
RE: COMPOUNDINGposted in Questions & Answers
Try using a Variable instead of a Constant and use the Formula Block to adjust the amount....
Also, unless your trading 0.01 lot on a $100,000 account, Martingale is a death trap waiting to happen....Just saying : D
-
Sliding Pending Orders*posted in Questions & Answers
Hello Dreemas*
I am trying to slide pending orders relative to the Ask and Bid prices with a 2 pip gap.
The Pending Buy Stop Orders work fine but for the life of me I can't get the Pending Sell Stop Orders to slide properly!
In the attached pics you can see the Buy Order has the 2 pip gap but the Sell Order does not! Even if I put a 10 pip gap it still slides right on the price!
I have tried all different settings in the Slide Block....
Any ideas?

-
RE: Buy limitposted in Questions & Answers
Well you have only 3 orders allowed to open and 25 points as your grid size....?
-
RE: HOW TO MAKE A BOT FOR EMA CROSS REVERSE STRATEGY WITH NO STOP-LOSSposted in Questions & Answers
Have a look at this YT channel....>> https://www.youtube.com/@Boxxocode/videos You will probably find your answers there....
I think the main issue is how to know when the market is going into a ranging mode...
-
RE: Close Profit and Take Profitposted in Questions & Answers
You could try something like this....>>
The Check Age block would depend on what timeframe you're running the EA on.....

-
RE: Close Profit and Take Profitposted in Questions & Answers
What if the trade is not in profit in 2 candles....?
I'm not offended. Don't be so polite

-
RE: Grid Hedge HFT Trading Robotposted in Questions & Answers
I'm not too familiar myself, so have a play around with it....
I think though that positive number = Stop Orders and negative number = Limit Orders....
You can also click on the writing on the block to get further info about each parameter....
Sry, I gotta go to bed :-))
-
RE: Grid Hedge HFT Trading Robotposted in Questions & Answers
Interesting idea, being that most brokers operate with a 1-2 pip spread.....*
But anyway, you could try the Pending Orders In a Grid block.....*
-
RE: Close Profit and Take Profitposted in Questions & Answers
It is because your Lot Size is 0.01 which is minimum Lot Size in Forex.....There is no 50% of 0.01....
In testing, try Lot Size of 0.1 and see what happens*
-
RE: Close Profit and Take Profitposted in Questions & Answers
Yes you can try to separate the trades using Group Numbers....*
In the 'If Trade' blocks as well....*

