- Search Energy EXCH
- 214 Results (27 Threads, 187 Replies)
- asgard2 replied Apr 11, 2010
Hi All, I have sat around all day and gone through the boot camp CDs posted here and I have gone back over the charts for comparison setups and results. I have been trading with volume for a long time but somewhat differently. To be honest some of ...
Trade Using VSA (Volume Spread Analysis)
- asgard2 replied Apr 10, 2010
Naturally, I can't comment on what you should do except to say, it is supposed to be an investment, not a gamble. What I do is try to put myself in the position of the market maker and the banks. I have been doing this a while now and something that ...
Trade Using VSA (Volume Spread Analysis)
- asgard2 replied Apr 10, 2010
I have been studying this myself. I would like to get in early and go long but I don't think those Volumes can push through. It worries me that the highest volume hour bar is a dojie(spinner) while all three markets were open. To me that means each ...
Trade Using VSA (Volume Spread Analysis)
- asgard2 replied Apr 9, 2010
Hmm, Do you think this might just be another system with no more or less merit than another? Just to stray off topic for a second. If a market maker hedges each trade with a trade in the opposite direction to the trader the net value of the market ...
Fibonacci tool
- asgard2 replied Apr 8, 2010
Yes, to be safe place it above your OrderSend code. If you are not opening buystops or sellstops, that code will be ok. If you are opening buy/sell stops in addition to instant executions you need some thing different. good for you having a go..
How do I allow only 1 open trade at all times?
- asgard2 replied Apr 8, 2010
There probably is something out there but I have not seen it and it, no doubt will not use your indicators. This is beyond my skills but I like your idea, will be interesting to see if anyone can come up with something.
Trailing Stop EA help needed
- asgard2 replied Apr 8, 2010
Hi Sangmane, Excellent example! Thanks so much for your help, I think you saved me about a week.

Reading News from a CSV file
- asgard2 replied Apr 8, 2010
Ok.. so a couple of questions.. no on second thoughts; does anyone know of a piece of code that they could point me to that I could use as an example?
Reading News from a CSV file
-
Reading News from a CSV file
Started Apr 8, 2010|Platform Tech|6 repliesHi All, The idea I have is that, once a week I download a csv file with the high impact news ...
- asgard2 replied Apr 6, 2010
I found a good explanation of the volume indicator here. It might be useful for someone url
Forex Metatrader + Volume Indicator
-
indicator that compares pairs
Started Mar 27, 2010|Platform Tech|1 replySomewhere here there is an indicator that compares the price differential between pairs to see ...
- asgard2 replied Mar 27, 2010
So you are selling this..am I correct?
MQL4 Coding and Fractal EA for you
- asgard2 replied Mar 26, 2010
This should work the way you want. total = OrdersHistoryTotal(); for(i = total - 1; i >= 0; i--){ OrderSelect(i, SELECT_BY_POS,MODE_HISTORY); if(OrderSymbol() == Symbol()){ if(TimeCurrent() - OrderCloseTime()==1){ if(OrderClosePrice() == ...
How to know if the last closed order
- asgard2 replied Mar 26, 2010
So given the pivot code running like this double PivotPoint =(YesterdayHigh + YesterdayLow + YesterdayClose)/3; you think that NY has a different yesterday close than everyone else? This is just a question.. personally I am just interested to see if ...
Daily pivots indicator
- asgard2 replied Mar 26, 2010
I think I have failed to be explicit in my meaning. If I was to define a trend that was other than a dictionary meaning it would go like this. In forex a trend is a bunch of traders trading in the one direction. For the most part it is a self ...
Defining Trend
- asgard2 replied Mar 26, 2010
If a pivot works on the Day Close, I think it would not matter what the broker time is.. does it? I have two brokers 2hrs apart but they still report the same close price for the day but it is not exact.. there is about a point or less difference. ...
Daily pivots indicator
- asgard2 replied Mar 26, 2010
url // it works url I have some snippets or pieces of code I have written to do certain things that might help you but there are so many I would rather post what you need exactly. Dont make it too complicated or you will need more help that i ...
Starting with MT4 programing
- asgard2 replied Mar 26, 2010
I agree, the way to get the most consistent results is to determine what leads to the mathematical probability of a trend change. Leads to the next question of which trend. On a simpler note step 1 is determine the past trend/s along with the ...
Defining Trend