trivates / Publications
Forum
Does anyone have an EA that produces CONSISTENT profits?
Seriously, in all charts. Is there actually a mathematical strategy that works? It seems to me that if someone produced a program that made windfall profits - or even just tiny steady profits all the time, it would be all over the news. I see the movements and the pivot points. I always feel like
Trying to figure out what this indicator is looking for.
Hey folks, I've found an indicator that probably deserves to be turned into an EA. It's under the Code Base as "ZigZag.mq4" but I'll repost it here for easiness of laziness ;) On anything higher than an hourly chart (M30 or less is no good), this thing seems to be hyper-intelligent at picking
DayTrading Silver = big bucks?
Ask is here They buy the ask (somebody else sold at this price) Somebody places order "Buy Market!" Bid is here Ask is here Somebody places order "Sell market!" Bid is here The sell the bid (somebody else bought at this price) Question: WHO IS SOMEBODY ELSE AND HOW CAN I BE SOMEBODY ELSE? More
Sound Strategy, Faulty EA - Logic works, Program doesn't
Hello folks. After a very laborious day and an hour-long session of cross-editing with RaptorUK, my Expert Advisor placed one trade, in the very wrongest place ever and never took me out of it. This is the strategy: (I tried this in Excel, it yielded 200% in two months with a maximum draw down of
Don't you just wish sometimes?
WishfulThinking=iMA(NULL,PERIOD_M1,24,0,MODE_SMA,PRICE_WEIGHTED,-1); pfffff
Something notable
Greetings Forex Friends! After spending about half a week on the drawing board, I've found something that seems to work in Excel. Gonna try my hand at coding this sometime today. I manually charted sixteen trades on USDCAD H1 chart between the end of June and the end of August 2011. Results were
Middle Bollinger Band
Is this the correct code to get the value of the Middle Bollinger Band ? double MiddleBand=iBands(NULL, PERIOD_M15,144,2,0,PRICE_WEIGHTED,MODE_MAIN,0); Also, how do I get the value for the last bar? Thanks
Send order to market only on Open
Hello Folks. I am trying to create a condition that will send an order to market but I don't want it to happen on EVERY TICK . (arrgh!) What do I have to do the following in order to make the value of RisingPrice change ONLY if the current tick is in fact the opening tick? (RisingPrice=0 before the
EA won't trade in strategy tester (MQ4 file attached)
I'm confounded. My program's strategy is fairly simple: I'm using a 5-bar bollinger band on H1 charts. Entry Strategy: When the middle band shows that the average price is moving up, the program is to place a long trade on the opening tick. When the middle band shows that the average price is moving
Need Help Developing an EA
Hello folks. I think I've finally learned a subtle nuance of moving averages that I was missing before. This is probably not new to anyone but I want to share in case anyone else has the same misconception I did before today. For a very long time I used to assume that if a fast moving average