- Search Crypto Craft
- tigpips replied Aug 15, 2011
The bot seems ECN-compliant already. Try adding a "0" behind TakeProfit Pips TS_Buy TS_Sell if you're using slippage, you need to add a "0" behind "Slippage" as well. If you are still experiencing problems despite doing that, then it could be one of ...
Martin EA
- tigpips replied Aug 15, 2011
Hi jcalow, I have added 2 new variables. extern bool UseIsTrade = false; extern int Maxtrades=5; UseIsTrade : When this is set to false, it will ignore all your "IsTrade" variable declaration and any changes to its value. Opposite happens when it is ...
Little help needed with EA code
- tigpips replied Aug 12, 2011
hmm... let me see... You can actually just edit the EA. What you probably need is a time checking function to check the difference between the current broker server time and the OrderOpenTIme of your order(s) opened by your EA. A basic function ...
Time based position exit EA or Script
- tigpips replied Aug 10, 2011
This bot already has a function for ecn purposes. In the EA settings, in BrokerMode type in "2". In this way, the ea will operate with the same trading logic as the default Broker Mode "1", but it will work with ECN platforms. If you encounter an ...
change EA to work in ecn/stp broker