- Search Crypto Craft
-
Sunnybeach replied Nov 8, 2015There is a senario: All orders are limit orders. When buy order start, it should close all orders when close type target reached. it should close all orders. But in fast price action, like NFP, it can reach sell limit orders before all orders are ...
Trapping System: Grid
-
Sunnybeach replied Nov 2, 2015Hi, radityo: I am not a coder but I checked all other EA source code what I can find. They all put slippage for OrderClose and OrderSend. You may get very good result without slippage in backtesting. But in reality, ... SunnyBeach
Trapping System: Grid
-
Sunnybeach replied Nov 2, 2015As my understanding, he want a fast backtesting. But in the reality, sleep even a few second after close all orders may bring some nice thing when price change fast.
Trapping System: Grid
-
Sunnybeach replied Nov 2, 2015Sleep The function suspends execution of the current Expert Advisor or script within a specified interval. void Sleep( int milliseconds // interval ); Parameters milliseconds [in] Delay interval in milliseconds. Return Value No return value. Note ...
Trapping System: Grid
-
Sunnybeach replied Nov 2, 2015Thank you for your explaination. It is clear now!
Trapping System: Grid
-
Sunnybeach replied Oct 31, 2015Hi, radityo: Would you please give more explanation for RecreationCountPerSide and LimitOrderCount?
Trapping System: Grid
-
Sunnybeach replied Sep 13, 2015One of best the grid EA. No any big issue in V1.7 except maybe the spread define in OrderSend and OrderClose when I look at the source code. Do not think any stoploss function is useful in grid EA.
Trapping System: Grid
-
Sunnybeach replied Jul 26, 2015I have the same issue. But tickmill live works well.
Trapping System: Grid
-
Sunnybeach replied Jul 16, 2015Thank you for your new version. It looks the new EA close loss trades first. Would you please modified the EA to close the win trades first! It is very important for grid EA in high leverage. image
Trapping System: Grid
-
Sunnybeach replied Jul 9, 2015Thank you! Would you please modify the EA which can let start and stop time to be optimized by back test?
Trapping System: Grid
-
Sunnybeach replied Jul 9, 2015No, My VPS is GMT-8(local time). My Broker time is GMT+2 If I set "server (broker) time", If I want to trade as you specified, from 01:00:00 to 14:59:59. (GMT+8). Setting: Start time = 19:00:00 , stop time = 08:59:59. is it a problem? start time > ...
Trapping System: Grid
-
Sunnybeach replied Jul 9, 2015I use tickmill also. My local time is UTC-8(My VPS time). If EA trade the same time as Radityo, and if I select "server(broker) time". So, start time = -05:00:00 or = 19:00:00 , ( = Radityo's local time 01:00:00) which one is correct? stop time = ...
Trapping System: Grid
-
Sunnybeach replied Jul 8, 2015Hi, radityo.ardi Your local time is GMT+8, start time is 01:00:00 and stop time is 14:59:59 If broker time is GMT+2, I want use the same time as you. So, What I should set as Start time and Stop Time?
Trapping System: Grid
-
Sunnybeach replied Jul 4, 2015US$ strength, local and chinese economics are the most important factors for aussie. Greek vote "yes", Aussie may gap up a little bit, but fall down again in the day! Greek vote "no", I do not what happens for Aussie, but fall down quickly in the ...
AUD/USD
-
Sunnybeach replied Jun 23, 2015Hi, radityo.ardi: What is the Local time? Is my computer time? Then, local time on VPS means server time over there. Right?
Trapping System: Grid