- Credits
- 0
check will be a week or month
Martin = 1.02
GboUsd tester and serverThe EA work good only on BT, not in DEMO!!
What broker did you have on test?hello,share source file.this ea needs time to wait after the first trade before opening another order.brokers wont allow so much orders
tickmill demoWhat broker did you have on test?
did Tickmil doesnt have hight spred?tickmill demo
ordersend stoptime wait ? ||yes i believe.any possibility to modify ea? ea needs to wait for some time for trading again
if((int) TimeCurrent() - lastBuyOrder > OrdersendWaitTime)yes i believe.any possibility to modify ea? ea needs to wait for some time for trading again
yes,make this time available to change. pending stop order delete time.or order limit dalete stop time wait
yes,make this time available to change. pending stop order delete time.or order limit dalete stop time wait
yes; time to wait before ea is allowed to open another order. most first orders are profitable,its best to give them an intervalif((int) TimeCurrent() - lastBuyOrder > OrdersendWaitTime)
{
ticket = OrderSend();
lastBuyOrder = (int) TimeCurrent();
}
yes,make this time available to change. pending stop order delete time.
yes; time to wait before ea is allowed to open another order. most first orders are profitable,its best to give them an interval
yes,make this time available to change. pending stop order delete time.
yes; time to wait before ea is allowed to open another order. most first orders are profitable,its best to give them an interval
Stoplos ? ordersend or modify which is goodyes,make this time available to change. pending stop order delete time.
yes; time to wait before ea is allowed to open another order. most first orders are profitable,its best to give them an interval
my opinion; current stoploss method is ok,( modify is better )thanks for update by the way.Stoplos ? ordersend or modify which is good