- Search Crypto Craft
- 7 Results
-
jmca replied Mar 17, 2009Looking at your results, it looks that you are not using a stop loss or SL exit criteria. Don't be fooled by the no stop loss inflated profits. Your account will eventually crash or be margin called when the market turns against you in a bad way. ...
First EA Version1 Near Completion- Need Help
-
jmca replied Feb 26, 2009To totally abort you do what magnumfreak said but instead: if(spreadvalue > whatever_value_I_Decide_To_Use) return(0);
Spread limit
-
jmca replied Feb 9, 2009Here's another example. This is how I include my expiration time: datetime eaExpirationTime; string expiredString = "You are shit out of luck"; int init() { eaExpirationTime = StrToTime("2009.2.10"); return(0); } int start() { //check for EA ...
How do you protect an EA or Indicator?? (A working way)
-
jmca replied Feb 9, 2009Yes you can trade multiple pairs simultaneously within the same EA AND within the same account (you will need a separate API to trade multiple accounts at once). You will NOT be able to use the EA in the strategy tester because the tester does not ...
About EA's
-
jmca replied Feb 6, 2009double orderLowestPipsDrawdown(int orderTicket) { OrderSelect(orderTicket, SELECT_BY_TICKET); int orderOpenBar = iBarShift(OrderSymbol(), PERIOD_M1, OrderOpenTime(), true); int orderCloseBar = iBarShift(OrderSymbol(), PERIOD_M1, OrderCloseTime(), ...
unrealised drawdown script for mt4
-
jmca replied Jan 9, 2009If anybody's interested I started a kind of trading room thread for the BTS system: url
A Basic Trading System (BTS)
- Posts by Trader Search: 'jmca'