[Share] EA Grid - Grid Trap Trading (GTT - EA)

ijak

New member
Dapat EA ini di sini
forexfactory.com/showthread.php?t=539304

Ea nya tipe EA grid gan

contoh OP nya

12038389_533707230120657_3547672124854633200_n.jpg

Penjelasan Set Value EA
12072666_533707096787337_3963362489438044640_n.jpg


Penjelasan
fore xfa ctory(dot)com/showthread.php?p=8261435#post8261435
Date and Time base = date and time that needs to be considered, either Local Time, or Server Time.
Start Time = Start Time where this EA will start a new cycle
End Time = End Time of this EA to start a new cycle

So for those 3 parameters, if current time (based on Date and Time base) is between Start Time and End Time, then it will keep starting new cycle. 1 cycle is considered 1 set of orders until closed when the profit is reached. If already passes End Time and order are still opened (with set of open orders and pending orders), then EA will keep running until this current cycle is closed, BUT it will not create a new cycle after that.

Open Type = Fixed, Dynamic Recreation (All orders), Dynamic Recreation by threshold.

Fixed = it will create a fixed number of order based on Order Count (each side).
Dynamic Recreation (All Orders) = If ALL orders (both side, top and bottom) are already in Opened orders (not Pending orders), then it will add additional orders based on Recreation Count (each side).
Dynamic Recreation by threshold = this is not yet implemented.

Order Operation = Stop Orders, Limit Orders, Few Limit Orders.

Stop Orders = it will create you a STOP orders, BUY STOP on top, and SELL STOP on bottom.
Limit Orders = it will create you a LIMIT orders, SELL LIMIT on top, and BUY LIMIT on bottom.
Few Limit Orders = it will creat you a STOP orders, but few orders that is nearest to the current price are LIMIT orders. For example, Limit Orders Count is 5, and Order Count is 15. It will create you first 5 SELL LIMIT on top, and 5 BUY LIMIT on bottom. The rest which is 10 for each side, will be STOP orders (BUY STOP on top and SELL STOP on bottom), until all orders count is 15.

Order Count (Each side) = the count of order which will be created each side. 30 means: 30 for top and 30 for bottom (total 60).
Recreation Count (Each side) = if Open Type is Dynamic Recreation (All Orders), then when re-creating the orders, will use this count to fill up.
Limit Orders Count (for Few Limit Orders) = This is used only if Order Operation is Few Limit Orders.

Grid Step (Points) = is the interval between each order in points.
Current Price Interval = is the interval between the current price (either Bid or Ask) and the first nearest order.
Magic Number = you know, this is to identify the orders created by this EA.

Initial Lots Type = Fixed, Dynamic.
Initial Lots = if Initial Lots Type Fixed, then it will create all orders with this size. If set to 0.01, then all orders will be 0.01.
Initial Lots Multiplier = if Initial Lots Type is Dynamic, then it will create all orders with the size determined by multiplying current balance with this number. If your balance is 500, and this value is 0.001, all orders will be 0.5 lot size.

Target Type = Fixed, Dynamic.
Target Profit = If Target Type Fixed, then it will close the current cycle when reaches this amount of profit (fixed).
Target Profit Multiplier = If Target Type Dynamic, then it will close the current cycle when reaches the amount of profit which is determined by multiplying the current balance with this number. If your balance is 500, and this value is 0.01, then the current cycle will close when reaches $5 profit.
NOTE: Profit is calculated by calculating the profit of each order, Swap amount of each order, and Commission of each order.

Comment Info = The comment that you need to put on each order.

Close Type, Close Mode, and Count of Running EA, Check Corrupted = Please ignore the settings and don't try to change any settings of these 4.

EA bisa di download di sini
 
Back
Top