|
|||||||
| 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 | Thread Tools | Display Modes |
|
|||
|
Access to Indicator variable
Hello all.
Is there anyway to access the variables of an indicator from an Expert System that is running on the same chart? I'd like to put a pivot point indicator on my chart but my EA needs to know the values of the PPs. Thanks. Daniel |
|
|||
|
forex.jpg
Could someone advice me on why this order open? I had test an EA which create a pending order 2006.07.28 12:25:03 '1136246': pending order buy stop 0.10 NZDUSD at 0.6165 sl: 0.6155 tp: 0.6185 Order confirmation: 2006.07.28 12:25:04 '1136246': order is open : #8521433 buy stop 0.10 NZDUSD at 0.6165 sl: 0.6155 tp: 0.6185 This order (#8521433) open without hitting the buy price at 0.6165 and at the same time it also close the order which is my stop loss 0.6155. at 2006.07.28 12:28 Order No: 8521433 (Highlighted) MT4 open and close at the same time, when it had hit stop loss? But it is a pending order if it not hit the buy price it wont open right? Could anyone of you tell me why? Or mybe it is my mistake? THANKS |
|
||||
|
Other Order entry system available for MT4?
Hi all,
I am new to MT4. Currently I use Ninjatrader order system trading thru Interactive Brokers. Thinking about trading the Forex Eur/USD and want to use MT because a few people created a Murrey Math indicator for this platform. However I don't like the order entry system at all (compare it @ www.ninjatrader.com) Is it possible to create your own order entry system in MT4? Or, did somebody do this before? I'm willing to pay for it if it meets my needs. Many thanks in advance for your replies Regards, |
|
|||
|
On Screen Movable Limit Orders
Back when I was trading with CMS-forex, the thing I loved most about the platform was the ability to change a limit order by clicking and dragging the line on the screen to any price level. After moving the line a pop up box would appear asking to confirm the change. Any chance MetaTrader could implament something similar?
|
|
|||
|
Most Recent Occurrence Function
Hi, is there any MT search function returns like the MRO (Most Recent Occurrence) function in the EasyLanguage TradeStation?
I want the function to return when i search, for example the indicator RSI is > 70. And it is the most recent result within the number of trailing bars to serach. If there isn't any MRO MT function, could anyone help to convert the function in the EasyLanguage TradeStation to MT4? // Description: Most Recent Occurrence Inputs: Expression(TrueFalseSeries), Length(NumericSimple), Occur(NumericSimple); Variables: TrueCount(0), Counter(0); Counter = 0; TrueCount = 0; While Counter < Length AND TrueCount < Occur Begin If Expression[Counter] Then TrueCount = TrueCount + 1; Counter = Counter + 1; End; If TrueCount >= Occur AND TrueCount > 0 Then MRO = Counter - 1 + CurrentBar - BarNumber Else MRO = -1; // End Appreciate anyone can help me..thanks. Fonz |
|
|||
|
Display arrows in ordersend()
Hi,
I'm using the ordersend() function in MT4 but am unable to get the arrows displayed. Is there something else I have to do other than this: ticket=OrderSend(Symbol(),OP_BUY,Lots,Ask,3,Ask-StopLoss*Point,0,"MyEA",12345,0,DodgerBlue); My code works and the orders are placed, but the arrows don't show in the chart window. Thanks, Bryon |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Learning Cycles For New Traders | Dan7974 | General Discussion | 350 | 01-18-2008 06:04 PM |
| Learning to code for autotrading | GoatT | Metatrader Programming | 8 | 01-10-2007 08:55 PM |
| Self learning expert | mrtools | Expert Advisors - Metatrader 4 | 32 | 10-22-2006 05:29 PM |