- Search Energy EXCH
- 964 Results (27 Threads, 937 Replies)
-
newyear498 replied Jan 1, 2011Heres the EA... — I just slapped this thing together.. its working properly and good for some insights into the method.. but... and a big but... the information from the document "Predicting Price Action" or whatever its called.. I found it ...
Need MT4 indicator for Current Candle Length
-
newyear498 replied Jan 1, 2011could you kindly just mark an example of entry / exit on a chart so I can confirm, Thanks!
Ok, Lets do it - Developing a Highly Profitable System
-
newyear498 replied Jan 1, 2011Oh I agree.. haha.. its just sometimes your mind gets burnt and you overlook the simple things

Ok, Lets do it - Developing a Highly Profitable System
-
newyear498 replied Jan 1, 2011UPDATE — Same as indicator before.. except instead of arrows it puts a bar in a seperate window.. easier to see I would suspect

Need MT4 indicator for Current Candle Length
-
newyear498 replied Jan 1, 2011UPDATE — Thanks Nub's... totally overlooked this simple idea.. thanks again here is same thing except it draws in separate window a histogram bar rather than an arrow

Ok, Lets do it - Developing a Highly Profitable System
-
newyear498 replied Jan 1, 2011Where is the ebook for this "Predicting Price Action" I did a quick search could not find and about to leave house for a bit.. I read it in past but would like to find again thanks
Need MT4 indicator for Current Candle Length
-
newyear498 replied Jan 1, 2011Ok Zen.. I will do an EA on the price report.. it will be very crude and straight forward expect it within the next 12-24 hours when I feel like coding it what part of the world you from my friend!?!

Need MT4 indicator for Current Candle Length
-
newyear498 replied Jan 1, 2011You can actually test if you start an EA and attach the indicator while the EA runs (visual mode ofcourse)

Need MT4 indicator for Current Candle Length
-
newyear498 replied Jan 1, 2011Indicator — Here the same one I made for Yead it just has an alert attached.. two user setting variable which by default are... distance = 0.0010 (which is 10 pips for example as EUR/USD) and onOff = "on" (set to "off" if don't want alert) ...
Need MT4 indicator for Current Candle Length
-
newyear498 replied Jan 1, 2011Indicator per Request — Here is the indicator you were looking for... you can set the distance in pips you are looking for.. default is 0.0010 which is 10 pips for EUR/USD it will draw a yellow arrow underneath the candle if the candles ...
Ok, Lets do it - Developing a Highly Profitable System
-
newyear498 replied Jan 1, 2011Ok — Does Zen Low indicator work for what you wanted.. if not leave me a comment.. also.. if you still need an indicator please specify this.. this is something you want to detect for the current candle correct.. so I could ignore the candles ...
Need MT4 indicator for Current Candle Length
-
newyear498 replied Dec 31, 2010Honestly.. I don't know why it waits a bar until updating.. just notice that myself.. AccountProfit() updates every tick if you plug that in.. would this give results your looking for? try Profit = AccountProfit();
while loop in EA causes 100% CPU
-
newyear498 replied Dec 31, 2010Sorry, I only looked at the code real quick.. but the way Ido has it set up its only returning unrealized gains.. this is because it will only return profit for the selected trade.. and since your EA appears to always have an open trade your always ...
while loop in EA causes 100% CPU
-
newyear498 replied Dec 31, 2010Yaed, This is an easy indicator.. I would be happy to help you.. please PM me if your still interested.. OP.. you wrote this a while ago.. easy indicator as well.. PM if you still want but your probably moved on

Need MT4 indicator for Current Candle Length
-
newyear498 replied Dec 31, 2010The code looks correct.. I think your misunderstanding OrderProfit() OrderProfit() is only going to show unrealized profits for your open trades.. once your trade closes it will go back to 0 on next open trades.. and start over.. maybe your looking ...
while loop in EA causes 100% CPU
-
newyear498 replied Dec 23, 2010By the way — I'm downloading some additional tick data and historical spread data to up the ante on the back tests.. but anyways forward testing overall is on its valuable time consuming way

Thinking Outside the Box!?!
-
newyear498 replied Dec 23, 2010If thats true its probably because I came from stocks/swing trading to Forex/ daytrading and I'm caught in the whole transition where otheres maybe came straight to forex and day trading.. lol anyways appreciate it.. and yeah I know I don't know a ...
Thinking Outside the Box!?!
-
newyear498 replied Dec 23, 2010Ok nubs you say, "you keep alternating between making posts where you try to sound like your shit don't stink and you are so clever and know what trading is all about and you are just a clever clever little guy and we should all give you tonnes of ...
Thinking Outside the Box!?!
-
newyear498 replied Dec 23, 2010Consistent Results (what am I doing wrong then?) — The back tests have given consistent results on 4 different currencies.. like I said I have max bars, downloaded historical data.. and 90% mock up accuracy hook this bad boy up on another ...
Thinking Outside the Box!?!
-
newyear498 replied Dec 22, 2010the EA is programed to handle slippage.. so.. it wont except anymore slippage than I allow for.. (but I have to note slippage wont account for in backtest which is why forward testing is needed.. had to cover that real quick because I know your ...
Thinking Outside the Box!?!