Thanks J* - I have PM'd you....*
Posts made by Morpheus_0
-
Enum Problems*posted in Questions & Answers
Hi All* - I have searched the forum but cannot find this particular issue:
How do I code an enum to display '15min, 30min, 1hr, etc...' in the drop down menu...?
Also it won't compile the 'Off' option because 'Off' has already been used in a previous enum... *



Just can NOT figure it out...

-
RE: Vertical Lines*posted in Questions & Answers
@l-andorrร - Thanks for your reply. The pink line is actually drawn in the future. It's just the price has already passed it in the photo....
But anyway, I think I got it to work. It just doesn't seem to work too well in the Tester and I think there was a gap in the candles when I was testing it*
-
Vertical Lines*posted in Questions & Answers
Hello All*
Once again I've been at this for hours!
The EA is drawing the Lines in the future as I want it, but how do I get the EA to recognise when it reaches the Line??
It should not be placing trades between the Pink and the Green Lines...
Please Help!
https://fxdreema.com/shared/rBE9OBhmb
-
RE: I have the best strategies for EA!!!posted in Questions & Answers
I'll keep an eye out too...But yes, we need to know what the strategies are before we can code them*
-
RE: Several EA's, same instrument.posted in Questions & Answers
You would have to duplicate your Blocks and use different Group Numbers for each strategy used....*
You could also used the Comment section in the Buy/Sell Blocks to see which strategy is placing the trades*
-
RE: Multiplier lot size based on trade countposted in Questions & Answers
In the 'For Each Trade' block there is an option 'Every "n" Trade'.....
Perhaps have a play around with that*
-
RE: Number of tradesposted in Questions & Answers
Perhaps try a combo of the Once a Day and Once Per Trades blocks....?
-
RE: Create bot with closed total ordersposted in Questions & Answers
On Trade tab> Trade/Order Closed> Close all orders....*
-
RE: '::' - comma expected - Pt 2*posted in Questions & Answers
Thanks jstap for always replying....
I believe I may have almost solved it....Just hours of trial and error....as you can relate to

-
RE: '::' - comma expected - Pt 2*posted in Questions & Answers
@jstap said in '::' - comma expected - Pt 2*:
Another thing enum's need to be above where you use them, you have this correct but in case I put them at the top of the list. It is so that when added to the terminal the enum lists are loaded before they are used.
Ok...I might try putting all the enum's at the top and see if that makes a difference....
Also, I've tried with no space after comma...Same result...
Thanks again for replying*
-
RE: '::' - comma expected - Pt 2*posted in Questions & Answers
Thanks for the reply....But I want the words Fixed and Percentage in the drop down menu....
Strange thing is it was working before, and then I changed something and now it's not

-
'::' - comma expected - Pt 2*posted in Questions & Answers
Ok. I've been at this for hours!!
I'm trying to compile my EA but keep getting the '::' - comma expected' error msg between Fixed and Percentage...
But there IS a comma there...!
So what am I missing....!?

-
RE: Rounding Account Balance*posted in Questions & Answers
Yes that seems to be what happens. So when you have trades open, the Equity is constantly changing....
So it's not perfect and it's still pretty ugly, but yes your code does seem to work...Regards*
-
RE: Rounding Account Balance*posted in Questions & Answers
It didn't work for Equity....It just happened to be that way. If a trade were to open Equity would print 10 decimal places too.... :.)
Must be a way coz as I said, BossMan Dreema did it when he coded the Comment Block....
Appreciate the help....*
-
RE: Rounding Account Balance*posted in Questions & Answers
@jstap said in Rounding Account Balance*:
Not sure exactly what you need, but this would do it:


-
RE: Rounding Account Balance*posted in Questions & Answers
Well I can try that thanks....
So we're not even using the Formula Block then....*
-
RE: hammer candleposted in Questions & Answers
Do you mean a block to recognise when there's been a hammer candle printed...?
There's a few free custom indicators out there which will highlight hammer candles which you can then add into your indicators list in your builder....
Regards*
-
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
