- Search Energy EXCH
-
NowAndLater replied Sep 8, 2009Fantastic VolumeTrader! — Just popping in to say that your efforts are very much appreciated
. Keep up the great work
!Volume Trading
-
NowAndLater replied Sep 7, 2009This I think might work for the 15 min apart rule. Let me know if it doesnt
Can any body add this functions to my EA
-
NowAndLater replied Sep 6, 2009You are right, just in case there should be the extra IF ordersend is true, and tnx for correcting the typo
avoid multiple orders at the same time
-
NowAndLater replied Sep 6, 2009If you only want it to open one sell and one buy order each day at 04.00 then this is an easier way: extern double Stoploss=0.01; extern double Limit=0.03; int dayOfTrade = -1; int init(){return(0);} int deinit(){return(0);} int start() { if(Hour() ...
avoid multiple orders at the same time
-
NowAndLater replied Sep 5, 2009TickValue gives you what the minimum change in the base currency is worth in dollar, and the tickvalue is what the minimum change in the currencypair value is worth when you are trading 1 standard lot. For EURGBP it's calculated like this: Base ...
Types of MM code?
-
NowAndLater replied Sep 2, 2009Instead of looking at maximumloss, why not just have as an input the minimum accountsize that you can accept? You know what the account starts at, so by typing in minimum account size you control the max loss as well. Should be easy to code. All you ...
Can I stop an EA by itself
-
NowAndLater replied Aug 28, 2009No problem, do post it here once you are done, it might be useful

Maths (ratio) problem
-
NowAndLater replied Aug 28, 2009A simple loop-function inside your code should do it, don't know how to get it otherwise. Some simple code like this I suppose might work: int findInteger(double PriceToLow, double PriceToHigh){ int integer, i, integerStart; if(PriceToLow > ...
Maths (ratio) problem
-
NowAndLater replied Aug 28, 2009Have you taken half of yet? If you have I suggest moving the other half to a few pips below 1.6325 to secure some profits and leave it running from there. Reason for moving stops already would be because it's sort of a countertrend trade considering ...
The DIBS Method... No Free Lunch continues
-
NowAndLater replied Aug 28, 2009Well good that we are on the same page
. The ratio is simply done like this: do the calculation PriceToLow/PriceToHigh. At point D this is: 0,0085/0,0030 = 85/30. Find the highest whole number (integer) that you can divide both the nominator and ...Maths (ratio) problem
-
NowAndLater replied Aug 28, 2009Just read about it. Yes a good complement indeed.

Maxmizing Your Returns
-
NowAndLater replied Aug 28, 2009Tnx mate. Should I take a look at "Risk of ruin" before coming up with it on my own
? Will have a look at it. Cheers!Maxmizing Your Returns
-
NowAndLater replied Aug 28, 2009Haha... I just read through the wiki-article and it seems that my man Warren Buffet uses this theory as well. Man I pretty damn smart
. I'm always playing around with mathematical formulas, just love math
.Maxmizing Your Returns
-
NowAndLater replied Aug 28, 2009Lol, I thought my findings was gonna change the world. Turns out I'm 50 years to late
.Maxmizing Your Returns
-
NowAndLater replied Aug 28, 2009I hope this is what you mean. You need to calculate these: TodaysRange = HighToday - LowToday LeftToMove = AverageDailyRange - TodaysRange PotentialLow = LowToday - LeftToMove PotentialHigh = HighToday + LeftToMove PriceToLow = CurrentPrice - ...
Maths (ratio) problem
-
Maxmizing Your Returns
Started Aug 27, 2009|Trading Discussion|16 replies
I was playing around with mathematical formulas in Excel (which I do from time to time
) and ...
-
NowAndLater replied Aug 4, 2009Hi all! I have for a while been thinking about this hedging thing and wanted to test the hedge system found here url to see if it could possibly be played in a winning way. Maybe Jm1941 could help me with the programming.
Hedge and Correlation Strategy
-
Hedge Trading Indicator
Started Aug 4, 2009|Platform Tech|10 replies
Greetings earthlings
! I would really appreciate if someone had the time to help me out and ...
-
NowAndLater replied Jun 10, 2009I'm glad you are finding success here. I mentioned that PC also filters his IB's, which is why I have tried to learn how to filter mine as well and it also suits my personality to trade less. If you feel that it's better for you to take every trade, ...
The DIBS Method... No Free Lunch continues
-
NowAndLater replied Jun 10, 2009You bring up a very good word here: know I don't know if you have read all of PC's posts, but here's an excellent point on the word know: http://www.forexfactory.com/showthread.php?p=1984802#post1984802. About the filtering part, PC uses a filter ...
The DIBS Method... No Free Lunch continues