- Search Energy EXCH
- 163 Results (16 Threads, 147 Replies)
-
Postrock replied Mar 25, 2009I'm kinda having fun coding EA's theese days..so i coded this simple system into an EA..i did a backtest on eurusd and i doesnt seem to do badly. image My EA is set after the initial rules posted in this thread (plus 3 time filters), i have not ...
Ihour Indicator free
-
Postrock replied Mar 25, 2009hi everyone..i made some little changes to the EA..you can take it here: url HOWEVER KEEP IN MIND THAT THE EA HASNT BEEN PROPERLY TESTED I have made magic number function, but i'm afraid it still doesnt work if EA is used on multiple charts at the ...
Cornflower Hourly System
-
Postrock replied Mar 25, 2009I modified the EA, i added a few user defined variables..the following are the old ones: stoploss = insert number of points target = insert number of points timeframe = insert minutes...example if u want to test on 4 hour candles you will insert a ...
Special request: Can someone make a Cornflower EA for us?
-
Postrock replied Mar 24, 2009I made it so that it only can take one long trade and one short trade at a time. You said you use it on multiple timeframes wich is something i didnt even consider when i wrote the EA. The problem is probably that if a Long (for example) is already ...
Special request: Can someone make a Cornflower EA for us?
-
Postrock replied Mar 24, 2009I see a simple error on both sides for now. I didnt properly explain myself as i said "insert pips" and not "insert points". You have put a stop loss of 15 (points) and a target of 30 (points)..in Alpari that setting equals a Stop of 1.5 pips and a ...
Special request: Can someone make a Cornflower EA for us?
-
Postrock replied Mar 23, 2009Please post the EA settings you use on Alpari. (Funny that it doesnt work there...i wrote it on the Alpari platform..lol) ...aaannd..did i really read correctly? You asked me: "what is a value?" Do you really not know what a value is? If that is ...
Special request: Can someone make a Cornflower EA for us?
-
Postrock replied Mar 22, 2009hey TRK..did you share somewhere your hedging method? Dont mean the EA but the trading sys itself..
Show your best EA
-
Postrock replied Mar 22, 2009So how does it work? I only backtested it after finishing the code..was looking for some feedback on how it goes on forward testing and on different brokers. PS. I guess i could make the angle thing you ask...but i have no will right now. Maybe next ...
Special request: Can someone make a Cornflower EA for us?
-
Postrock replied Mar 22, 2009I dont get a few things: 1-MA "A" - MA "B" only on "primary" timeframe while MA "C" - MA "D" only on "secondary" timeframe? 2-LOW/HIGH of what? Of the last closed candle in "primary"? 3-What you mean for: TP and SL to be treated separately for each ...
EA Coder For MT4
-
Postrock replied Mar 20, 2009Not to sound harsh but..what's the point of such a thing?
idea for hedge-ea
-
Postrock replied Mar 20, 2009here is my first try at coding the system you explained...for now i didnt even think about the angle thing u were saying.. I backtested the EA and it seems to work. Those are the variables you can change from the input menu (or whatever its called ...
Special request: Can someone make a Cornflower EA for us?
-
Postrock replied Mar 19, 20091. Yes 2. Option already present in Metatrader itself 3. Yes
Special request: Can someone make a Cornflower EA for us?
-
Postrock replied Mar 18, 2009I'm willing to try and code this thing IF you please condense in 3-4 SHORT sentences everything i need to know about the system. I have given a look at the post u linked but its wordy and i already have to read PLENTY of stuff in this period, plus ...
Special request: Can someone make a Cornflower EA for us?
-
Postrock replied Sep 29, 2008Back up!!! I know this isnt a trading behaviour that one could have trading more than just pennies...but leaving all my losing positions open for 2 months paid off in the end...think it the way you prefer.. this is just testing..so one can have some ...
Testing Parabolic breakout
-
Postrock replied Aug 13, 2008I just posted the "heart" of the script, just to make people understand what it was like..the full section is like this...just a few parenthesis more and the return 0..wich i now slashed.. //moveall S.Loss for (int ...
EA problem
-
Postrock replied Aug 13, 2008i solved it..but the solution makes no sense to me...i just removed the "return 0" and it suddenly worked...if anyone is willing to explain me why i would be grateful... does the return somehow break the operation?
EA problem
-
Postrock replied Aug 13, 2008i hear that the Aspire One is much better than the eepc..i red somewhere its faster and has about the same size and cost.. aniway..how do u get to install xp with no cdrom? do u need a disk image on an external flash maybe?
Anyone watch their trades at work with an eePC?
-
Postrock replied Aug 13, 2008i'm very tempted to buy one for this very task..MT4 doesnt run on linux does it?
Anyone watch their trades at work with an eePC?
-
Postrock replied Aug 13, 2008ok i changed the test to be similar to your suggestion...and it now works..ONCE! I realized that even before not mnore than one order would be modified, while the same modify would be triggered forever. Now that is solved but it still works for one ...
EA problem
-
EA problem
Started Aug 11, 2008|Platform Tech|6 replies
EDIT...i solved it..but the solution makes no sense to me...i just removed the "return 0" and ...