- Search Crypto Craft
- waltini1 replied Oct 27, 2009
Same Problem — Hi optojay, I had the same problem and reverted back to 2.1.
100% Win Math Grid Ea
- waltini1 replied Oct 18, 2009
Yes I have seen this — I have read a thread about this on another forum and they were using a Broco mt4 which offered futures or CFD futures( and forex of course) and it seemed to work well. I think the thread owner was reluctanct to open an ...
Potential futures system?
- waltini1 replied Oct 2, 2009
Currenex for Alpari UK — Thanks for the info. Strangely I just had a call from Alpari UK (and I am in Australia) saying they would be offering Currenex from next month. He seemed to be saying that it would be a separate platform. He was pretty ...
MT4/Currenex
- waltini1 replied Sep 1, 2009
Market Profile Indicator — This indicator can be handy. I believe it shows the amount of tics for each price level. A peak can act as resistance and the gaps tend to be filled. Similar to what you are trying to achieve (I think).
The Price Action 'Anomaly'
- waltini1 replied Aug 7, 2009
IBFX — The only broker that I know that uses the "m" on their charts is IBFX. All their mini account charts have a m after the letters of the chart just as you posted "GBPUSDm".
Show your best EA
- waltini1 replied Aug 6, 2009
Pivot Indicator — Hi acumen, I really appreciate your generosity in sharing your methods. I checked your old thread and also your website for the pivot indicator you use but with no luck. Would you or someone else mind posting it? The file on ...
Trading for a Living - Cliff Notes
- waltini1 replied Jul 29, 2009
Slooooow! — I find it very slow to backtest, seems to be using lots of CPU.
100% Win Math Grid Ea
- waltini1 replied Jul 29, 2009
I am watching — Keep testing, I am watching. Would you mind clarifying which version you are using and are you applying any time filter?
100% Win Math Grid Ea
- waltini1 replied Jul 17, 2009
You want statistics? — Hey Pipmuncher, if you want some stats check out this old thread. url
Where is the science? Where are the statistics
- waltini1 replied Jul 17, 2009
I think this is how I did it. — This is what I did if(TotalLots>SellLots) {UltimateLots=TotalLots-SellLots; RealPipValue=UltimateLots*MarketInfo(Symbol(),MODE_TICKVALUE); OrderProfits=OpenProfit + ClosedProfit; ...
Break even point code...
- waltini1 replied Jul 12, 2009
Thanks IamThAT — Many thanks IamTHAT for the ea, that is great thinking with the stop orders. I had a bit of trouble with the ea, is the StopGap covered by the five digit adjustment in the code?
Nanningbob 60x90 EA
- waltini1 replied Jun 21, 2009
Coders Guru — The famous Coders Guru once posted this indicator of his as a work around the 8 buffer limit.
More than 8 indicator_buffers
- waltini1 replied May 29, 2009
Use Point — OrderSend(Symbol(), OP_SELL, InitialLots, Bid, 3, Bid + StopLoss*Point, Bid - TakeProfit*Point, "First Sell", MagicNumber, Red); When typing out your order send see how I have put *Point after the stoploss and takeprofit. the * ...
Get iMA for the last bar
- waltini1 replied May 29, 2009
The easy way — double Var6 = iMA(NULL, 0, 50, 1, MODE_LWMA, PRICE_MEDIAN, 0); The easy way is to just put a zero instead of the time period and it will use the time period of the chart to which it is attached. I have changed the example above. ...
Get iMA for the last bar
- waltini1 replied May 29, 2009
Check the last figure — double Var6 = iMA(NULL, PERIOD_H4, 50, 1, MODE_LWMA, PRICE_MEDIAN, 0); The last figure, the zero, denotes which bar in history it looks at. 0 means the current bar which is still forming. 1 means it looks at the value ...
Get iMA for the last bar
- waltini1 replied May 27, 2009
try these — Some of these might be what you need
time left on current bar until a new one on MT4
- waltini1 replied May 20, 2009
I'm not a chart reader but — I don't profess to be a chart reader but it appears to me that the only way for the Aud/Nzd is down? It has recently formed a triple top and we are on the right hands side of a head and shoulders pattern. I closed ...
Trading aud/nzd successfully
- waltini1 replied May 7, 2009
Have you seen this indicator? — Tokyomaster, Many thanks for sharing your strategy. I have attached an indicator which shows the historical balance and equity which may help you when you look at ways of protecting your profit.
EURUSD & USDCHF Hedge EAs
- waltini1 replied Mar 16, 2009
Any Indicators? — Hi Shamus, Would you mind posting any indicators you believe might be helpful as well? Many thanks waltini
Trade Using VSA (Volume Spread Analysis)
- waltini1 replied Mar 11, 2009
Can you try this? — Hi Tjpld, instead of writing my own ea I have amended the 30 x 20 ea to work on MB trading. I dont want upset bob by posting different ea's on his thread can you pm me with your email and I will send it to you.
Trading aud/nzd successfully