- Search Crypto Craft
- 26 Results (2 Threads, 24 Replies)
- maybe8 replied Oct 22, 2013
Hey Mr. (or Mrs.) "I'm not sure if I'm an expert" lol
Thanks for your great points! I added return(0); run was incomplete as before. I // return(1); and kept going with return(0); and it run completely through. Great! Sorry, now the "but"... But ...I will code your EAs and Indicators for no charge
- maybe8 replied Oct 22, 2013
Thank you tigpis, This is the level of detail I really need. Yes, MagicNumber was assigned on each pair already. The rest I modified with the help of your input. It compiled and it starts running in backtest, opened and closed trades as expected ...
I will code your EAs and Indicators for no charge
- maybe8 replied Oct 21, 2013
Hi there, I have a question for you experts. Prior to placing an order ea asks for total no. of open orders: extern int orders = 2; int total=OrdersTotal(); if(total<orders) Now I want to attach this ea on more than one currency pair (maybe 3 pair). ...
I will code your EAs and Indicators for no charge
- maybe8 replied Oct 19, 2013
Another beginner's questions about spread - spread used in the backtesting and "current" spread shown in the trade terminal. (Market is off, for this reason the spread in trade terminal is that high). My question: the spread used in backtesting ...
Automatic trading systems
- maybe8 replied Oct 19, 2013
Since I'm (still) not allowed to open a new thread, please allow to ask my question here, which is related to "automatic trading". While running an ea the graph will be drawn at the same time. On x-axis it shows no. of trades. I saw a graph from ...
Automatic trading systems
- maybe8 replied Oct 11, 2013
I'm not only new to this borad I'm also new to deal with this code. I like this example with the Stoch maybe I can ask other questions. Before that, I noticed that EA opened 50 buy trades instead of just 1 trade. Parameter "Trades" is set to 1. Not ...
Stochastic EA requirement