good luck! I'm glad I can do damage with 10 blocks or I'd be out of the game.
Posts made by TipsyWisdom
-
RE: Wingdings with X & Yposted in Questions & Answers
-
RE: Wingdings with X & Yposted in Questions & Answers
@pheaktra-capo But is he a profitable trader is the question
-
RE: Strategy Results, Good? Bad? Okay?posted in General Discussions
@Deadllee I just posted a simpler EA in the tutorial section that is a good basis to begin to flow from.
-
Free EAposted in Tutorials by Users
For those of you who want a better understanding of how price action is implemented with an indicator, while not solely relying on either here is a free EA for you to observe and analyze.
-
RE: Where to place module to stop lossesposted in Questions & Answers
after "If Trade," I think is what he's looking for
-
RE: Trailing to Blockposted in Questions & Answers
the logic of the trailing must be, "If trade," then "Trail Stop." But if you don't preface with a block prior like "If Trade," it doesn't know to look for a trade to trail. I have not been able to make it work with other similar blocks, only the "If Trade," can come before the trail stop and break even block...but I'm not very good at the specifics of this software. I'm sure other things can make it work....I just stick to what I know works usually unless I have to find another way.
-
RE: Size Of Lots Not Impacting Buy Size in MT4posted in Questions & Answers
not sure what that is, I use 3 days performance in my trading and thats about all I used. price action only even when estimating take profit.
-
RE: Someone Please Help! - want to create a trial version for my EA (3monthposted in General Discussions
To start, your EA will not run with a name like that. I dont not believe you can use symbols...or spaces..something weird like that I've run into before. I'm still looking into the rest.
-
RE: Someone Please Help! - want to create a trial version for my EA (3monthposted in General Discussions
Compilation errors
'String' - declaration without type
'String' - declaration without type
'Symbol' - struct member undefined
'EURUSD' - undeclared identifier
'Symbol' - struct member undefined
'Symbol' - struct member undefined
'Symbol' - struct member undefined
'Symbol' - struct member undefined -
RE: Distance to Take Profitposted in General Discussions
in builder window, top left "Projects," -> "Create Shared Copy" -> Paste link here.
-
RE: Trailing to Blockposted in Questions & Answers
Dont forget to use "If trade" block before that trailing stop block.
-
RE: Trailing to Blockposted in Questions & Answers
block # 1,929,821,663?? lol! You are a very persistent person.
Be careful that blocks are in the correct number order in regards to logic!
-
RE: How to display a parameter value in a graph. Help!!posted in Questions & Answers
https://fxdreema.com/shared/r1U7FnZK
I personally only use 1 comment block per value I wanted displayed, but for each recurring comment block I want to see a line, I add 50 to the Y coordinate. to continue the rows down and to the left.
-
RE: issues with atr stop lossposted in Questions & Answers
https://fxdreema.com/shared/PxFOviRcd
That is the block required for an ATR SL of ATR * 2 (2.5 would be "*25000" in the adjust block)
-
RE: Size Of Lots Not Impacting Buy Size in MT4posted in Questions & Answers
@Moonkay
That is the amount of money per tick. So every time the pair moves in a direction 1 mark, 1 trade, (1 pip), you are either going to be gaining or losing 1%. -
RE: Size Of Lots Not Impacting Buy Size in MT4posted in Questions & Answers
Freeze 1% of Equity is the way to go.
-
RE: Strategy Results, Good? Bad? Okay?posted in General Discussions
^ @l-andorrĂ you saw how price came down to my robots call twice yesterday and repelled it? @ 2000 GMT it was 2 pips away and has been climbing since. I'm expecting to close the trade at 1.23062 for a 52 pip profit.
(I think it was 2000 GMT at least) MT4 is in server time, right? -
RE: EA self terminatedposted in Questions & Answers
Also, if you look at journal tab in MT4 software, it will tell you in red line what failed.