- Search Crypto Craft
- 94 Results (13 Threads, 81 Replies)
-
Having problems in backtest
Started Mar 1, 2017|Platform Tech|0 repliesI'd optimized my ea, and when i put the settinngs that i got from the optimizer and backtest ...
-
help with multiple pairs and assigning lot value
Started Nov 30, 2016|Platform Tech|0 repliesI have an ea that opens positions in all the pairs I need a function that every pair will get ...
-
a break to an ea
Started Sep 11, 2016|Platform Tech|8 repliesI have a long code that works hard every tick its slowes down my computer it will help if I'll ...
-
meaning of 1e-05
Started Aug 30, 2016|Platform Tech|6 repliesI wrote Comment(MarketInfo(currency, MODE_POINT)); and in some pairs I got: 1e-05 what that ...
-
a little help with code
Started Apr 10, 2016|Platform Tech|12 repliesea that counts the number of the wining trades from the initial. if (win) {Winers++;} now I ...