Disliked{quote} Ok I looked into this and it looks simple. What exactly is supposedly not automatable? I will not do the whole strategy, that would be workOn forex, we don't have volumes. Meaning as mentioned there, it's for stocks?
Ignored
1
Forex Education 75 replies
forex education 24 replies
Education IRA (forex)? 2 replies
Just finished forex education, what should be my next path? 12 replies
Disliked{quote} Ok I looked into this and it looks simple. What exactly is supposedly not automatable? I will not do the whole strategy, that would be workOn forex, we don't have volumes. Meaning as mentioned there, it's for stocks?
Ignored
Disliked{quote} The lowest is where a frequent poster in the TMS thread thought the Y-axis on an MT4 chart was in $ (instead of being a ratio). And the highest was the recent post in my Focal Points thread where I pointed out that backshifting wasn't necessary. @captalTrader -- you happy now?Ignored
Disliked{quote} In MT4 we have "tick volume" -- it's a pseduo-volume. Consider "tick volume" good enough for the purpose of implementing Lazer83's strategy.Ignored
Disliked{quote} OH SO YOU'RE THE KING OF THE JUGGLE AROUND HERE??????? It explain a lot. Here I thought it was RickM all along. OK I agree I really dropped the ball way too low! What must happen now? should I delete this thread and disappear? how one go about deleting a thread anyway?Ignored
Disliked{quote} That's not a same thing master I think your're making a huge mistake. Please reconsider it. Mql5 implemented a real volume not long ago, the REAL VOLUME which is calculated only on the current broker. Stupid, yes, but better than nothing. Then there's tick volume, which is just nonsense that cannot be used too since, there are machine limitations, a lot of ticks are missed. So ticks volume measure is not accurate and I personally believe they're uselessIgnored
Disliked{quote}So ticks volume measure is not accurate and I personally believe they're uselessIgnored
Disliked{quote} We're talking about MT4, right? What choice do you have for data? Let me think a moment -- wait, it is coming to me -- hey, how about price. As far as I know, all we have is tick data. I don't know -- maybe you're aware of other data that those brilliant Russians stream to our terminals. So, genius, we're talking about price (not hydrogen). Okay -- I'll make it even simpler for a 5-year old: 1. chart a moving average. 2. when the moving average is N pips above the close of Bar[1] then open a BUY trade. 3. when the moving average is N pips...Ignored
Disliked{quote} WTF and this is all???????????????????????????????? But you just coded it yourself? if (MA[1] - Bar[1] >= N) Buy WTF I'm sure I'm missing something, it must be tougher than this. What exactly I'm missing?Ignored
DislikedOk here is a challenge for you, try to automate Market profile strategy. Problem with any coder was a definition of a trend, so all MP strategies are notorious for coding. {file}Ignored
Disliked{quote} Don't try to sneak out of it. You asked that I explain it for a 7-year old. I did better than that -- I explained it for a 5-year old. Now, code it like you promised. And include the part that only trades when it is "dark". After you code it then we'll get to your statement that any strategy can be autotraded and experience doesn't matter.Ignored
Disliked{quote} I did code it sir. What is missing there? and what is this dark you keep mentioning ?Ignored
Disliked{quote} I did code it sir. What is missing there? and what is this dark you keep mentioning ?Ignored
Disliked{quote} No -- you didn't code it. You simply rearranged my pseudo-code. That is not MQL code. I was requesting that you code it as one of your night strategies. https://www.forexfactory.com/thread/...2#post13963572Ignored
Disliked{quote} Okay -- let's pretend that you coded it, though you didn't. Let's begin by attaching it to a chart and running it. What's the first thing that happens?Ignored
Disliked{quote} Man what is wrong with you? There is only one night strategy I'm pretty sure its not mine. There was people trading it way before 2015. So much hate! I guess it would make it even worse if I tell you that I'm a African Zulu man? You just decided to come here to hate! why why?Ignored
Disliked{quote} It will depend on the period of the MA if period is shorter, price will keep moving > < MA, a lot of buy and sell trades. if period is longer however, price might never be >< MA, no trades at all.Ignored
Disliked{quote} You're getting warmer. So -- what period should we use. Enter a value as as input setting. And what threshold value should we use. Enter a value as an input setting. Now, tell me, what values did you choose? Be specific -- no hand-waving. This is algebra and algebra requires real numbers.Ignored