| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
|||
|
buy and sell on the 100's
Quote:
so buy 0.1 @199.00 sell 0.1 @198.91(sell at this price because of the spred) so from here i place buy/sell orders 200.00/199.91 201.00/200.91 ----205.00/204.91(the ea should buy/sell as price move to every 100 pips) same i do for if the market go the other side 198.00/197.91-------- all order are 100 pips target no increase in lots size so ea should place a buy/sell on every 100's pips move (better to start on the round numbers eg 199.00 200.00 198.00 etc) with target 100 pips no stops. we have to take into consideration the spread ibfx is 9 pips on gbp/gpy. so we want to make sure once 100 pips tp is hit the same time the new buy/sell order open I hope this make it clear I appreciate if you can make the Ea thank you |
|
|||
|
Quote:
What you have to do is to upload the EA here as attachment in mq4 form (not ex4) so that experts here could change the buy code into sell code. If you don't have the mq4 form then, it's pretty hard to "change" it. Regards, |
|
|||
|
Quote:
I see 80% of the time market range. so we mayhave 2 cycle in aweek up/down All I need is a simple ea to open buy sell order on evey 100pips steps and target 100pips. no stop loss no increase in lot size. I perfer to buy/sell on the 100's round numbers. I have an Ea but it is martangle (increase lot size) and i dont have the source code to change it. |
|
||||
|
Exit strategy for Std Dev based EA
I am using slope of Standard Deviation indicator to enter a trade for example
by the expression iStdDev(NULL, 0, 8, MODE_SMA, 0, PRICE_CLOSE, Current + 0)minus iStdDev(NULL, 0, 8, MODE_SMA, 0, PRICE_CLOSE, Current + 2)> desired slope constant which works great for entering the trade, But when I use the criterion of negative slope of the same,( although works fine manually)for exiting the trade. It does not work. The trade is immediately exited after entry.Can anybody fix that problem or suggest some solution. |
|
||||
|
MT4: Close Order on TakeProfit value
Anybody can share ideas/code on how to Close an Order at TakeProfit value.
For some reason 'TakeProfit' in OrderSend() function doesn't always work on short/sell orders in MT4, though it works well in long/buy orders. I wrote some code comparing order's TakeProfit value with current price, but it doesnt work correctly. Any ideas? euro Last edited by european; 04-18-2008 at 12:41 PM. |
![]() |
| Bookmarks |
| Tags |
| candle time, CHinGsMAroonCLK, coders guru, expert advisor, forex, how to code, I_XO_A_H, mechanical trading, trading |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-programming/554-how-code.html
|
||||
| Posted By | For | Type | Date | |
| Need an experienced programmer? - Page 2 | Post #0 | Refback | 09-24-2008 07:24 AM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to code this? | iscuba11 | Metatrader 4 mql 4 - Development course | 1 | 08-03-2007 05:22 PM |