| 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 |
|
|||
|
Quote:
This Ea need forex_Nn_Ind_juna.ex4 indicator, i need this indicator have you it? |
|
|||
|
I please need Price(Close) crossing EMA Indicator with Alert
I am in need of an indicator with alert
It should be in seperate indicator window and have sound alert I need it in histogram that changes colour barlength=EMA(externalparameter)-close if barlengthnow<barlengthprevious then bar is red if barlengthnow>barlengthprevious then bar is green if barlengthnow=barlengthprevious then bar is yellow see example of bars below in pic must offer sound alert if external parameter is set when bar change from red to green or fromgreen to red and also when bar is crossing zero line Can anyone please help? Thanks PipSqweez |
|
|||
|
Change Open Bar Time
Hello,
My current EA generates buys/sells based off the daily time frame of an indicator. This causes trades to be opened at 00:00 when the correct conditions are met. How can I change the starting time of the daily time frame? For example, right now the daily bar opens at 00:00 and closes at 24:00. I need to make the bar opens at a different time, say 02:00, not 00:00. Any help would be greatly appreciated! My main goal is to spread out my trades throughout the day so im not always buying/selling at the same time. This would allow for more trades : ) |
|
|||
|
hello guys
I have a question here... how do I change the following; extern double MaxLot = 1.50; double max_lot = GetMaxLot(OP_BUY, OP_SELL); if (max_lot >= MaxLot) lot = CalcHedgeLot(order_type); (order_type)]: ", lot); if (lot == -1) return (lot); lot = NormalizeDouble(lot, LotPrec); if (lot > MaxLot) lot = MaxLot; if (lot < MinLot) lot = MinLot; return (lot); }double max_lot = GetMaxLot(OP_BUY, OP_SELL); if (max_lot >= MaxLot) lot = CalcHedgeLot(order_type); the above check for OP_BUY AND OP_SELL question: how do I change it to any OP_BUY OR any OP_SELL appreciate
__________________
creativity + common sense + a bit of humor = lots of pipp Last edited by forexarchitect; 09-02-2008 at 01:55 PM. |
|
|||
|
Need favor from a coder..ryanklefas??
I have no idea how to write code, I just need a couple more imputs and an extra indicator added to the united ea (attached)
Added imputs: more entry options: 1. Enter on fresh signal: true or false, if true a trade would only happen at a fresh signal not in the middle or at the end 2. option to pick what indicator I want entry on 3. Lock in Pip amount 4. option of trailing stop to begin at x number of pips in profit One more indicator added to for confirmation as well as entry and exit options: HMA indicator ( attached) Thanks in advance for coding help, Mike |
|
|||
|
@dan7567 - what you ask is not possible, MT uses the current brokers time and this cannot be changed. If you have the souce-code, it is much easier to just alter the time trades are opened, rather then contemplating the impossible...
@fireslayer26 - adding sl/tp code is easy - either include SL price (assuming a BUY - 'OrderOpenPrice() - SL_Pips * Point') in the OrderSend() function or modify an already open order with OrderModify() function. Ditto for TP's. The trailing stop is slightly more complicated but there are literally hundreds of EA's freely available that implement these functions... @forexarchitect - what you are asking makes no sense - first, the code you provide is a partial custom function, that is passing pre-defined system variables (OP_BUY, OP_SELL, the values you are interested in it appears...) to another custom function which you do not include... @litcons - not meaning to sound fasicious but the thread title is "how to code", whereas you matter-of-factly tells us you cannot code at all and are looking for someone to code an EA for you, practically from scratch - maybe the "coders for hire" thread would prove more receptive... |
![]() |
| 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 |