- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Dec 23, 2009I wasn't sure how you were going to manipulate the lot size, so I showed you where that would happen--if it did. LotScript is a string, not a variable. I also made an assumption that you will trade different lot sizes for different pairs, so the ...
Order entry Script with memory?
-
Ronald Raygun replied Dec 23, 2009I should probably point out that in the week that I released this EA, it has only taken 14 trades, 8 win, 6 loss.
Old Dog with New Tricks
-
Ronald Raygun replied Dec 23, 2009double LastLotSize = 0; //Set the last known lot size to 0 double LotAddOn = 3.14; //This adds to whatever the most recent lot size was if(GlobalVariableCheck(Symbol()+"LotScript")) //Check if there is a global variable that already has the lot ...
Order entry Script with memory?
-
Ronald Raygun replied Dec 23, 2009wh1zz0's right, this EA is designed to find the optimal places to trade based off of the criteria generated. Also, what is your Testing Quality on that TF? And, no the EA is perfectly capable of taking a trade on its own, provided "SignalsOnly" is ...
Old Dog with New Tricks
-
Ronald Raygun replied Dec 22, 2009That's a little (ok no, a LOT) more advanced than what I used...but maybe it'll yield a better result.
Old Dog with New Tricks
-
Ronald Raygun replied Dec 22, 2009Now you're thinking!
The success score is severely biased to positive profit systems (winning trade is greater than losing trade), so that's not really the strongest metric to measure against. Breakouts more frequently turn to trends than ...Old Dog with New Tricks
-
Ronald Raygun replied Dec 22, 2009Webserver is back online. Hopefully this new host can handle the traffic I'm throwing at it.
Old Dog with New Tricks
-
Ronald Raygun replied Dec 22, 2009I just opened an new account with WebHostingPad.com Hit it with everything you got!
Tick Database Version 2
-
Ronald Raygun replied Dec 22, 2009Have the script save the last lot size used as a globalvariable
Order entry Script with memory?
-
Ronald Raygun replied Dec 22, 2009Yes This EA is trying to communicate with a webserver.
Old Dog with New Tricks
-
Ronald Raygun replied Dec 21, 2009double ATRValue = iATR( string symbol, int timeframe, int period, int shift); OrderSend( string symbol, int Cmd, double volume, Bid - ATRValue, int slippage, double stoploss, double takeprofit, string comment=NULL, int magic=0, datetime ...
ATR coding question
-
Ronald Raygun replied Dec 21, 2009The EA is trying to connect to my website, but JustHost suspended my account. I'm currently trying to find a new webhost for the EA to access The EA is capable of running without the website, so there's nothing much to worry about.
Old Dog with New Tricks
-
Ronald Raygun replied Dec 21, 2009Bandwidth should be minimal, around maybe 10GB/month uploading ticks and exporting them to a free host. CPU usage might be a problem. When JustHost suspended my account, they told me I was using 30% of the CPU. The database was around 800 insert ...
Tick Database Version 2
-
Ronald Raygun replied Dec 21, 2009Well, if it is ECN-based, then the trade has to be placed first and then the trade is modified with the SL and TP. From what I currently know, the OrderModify function didn't work as expected. What I want to know is if there was an attempt at ...
Old Dog with New Tricks
-
Ronald Raygun replied Dec 21, 2009What do the stats on the left say? Most likely, one of those values is 0
Old Dog with New Tricks
-
Ronald Raygun replied Dec 21, 2009Need to reroute traffic through port 80
Backdoor to Proxy and Firewall
-
Ronald Raygun replied Dec 21, 2009Interesting...was there an attempt at a stoploss in the journal? Was ECNBroker set to true?
Old Dog with New Tricks