
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The following function performs dynamic calculation of working lot.
Hello, how I can let draw simply a vertical line.
I has tested however nothing fit. I wont that it works like this
if(a==b){ draw a vertical line! }
Can you show example of how to create code performing logic of T -type trigger
that can be characterized by equation:
Qnext = T(inverted Q) + (inverted T)Q
or if on input T signal does 1-0-1-0-1-0-1-0-.......
on Qoutput signal goes 1-1-0-0-1-1-0-0......
on inverted Qoutput 0-0-1-1-0-0-1-1-. .....
and it is like parity check
the link with description is herehttp://en.wikipedia.org/wiki/Flip-flop_(electronics)
How does one tell if a limit order has been activated via the MQL API?
1. At first you should build the table of limit orders (an array with tickets for example).
2. Add each new limit order into the table of limit orders.
3. Generate OnLimitOrderOpened event if the type of any order from the table is OP_BUY/OP_SELL or the order was cancelled.
Can someone please show me how I can set the level1 30 to Green and leve2 70 to Red ?
#property indicator_separate_window
#property indicator_buffers 1
#property indicator_color1 DodgerBlue
#property indicator_level1 30
#property indicator_level2 70
#property indicator_minimum 0
#property indicator_maximum 100
Thanks in advance
It seems there is no way to change the settings of an individual level.
void SetLevelStyle( int draw_style, int line_width, color clr=CLR_NONE)
The function sets a new style, width and color of horizontal levels of indicator to be output in a separate window.
I am new to forex and MQL4, I am looking for an EA not to auto trade but just give me an audible alert with message box. The condition is simple just give an alert when the D1 chart H and L is different by X value of pips. Does anyone have it? Or some pointers on how to code it.
Is it possible to set a specific time for EA to become active.
Someone please help.... thanks in advance
Hello
I found the attached expert here but in backtesting it doesn't work after 12/2006 can you repair it and put it here again.
I don't know programming. thanks for your help
how do i choose the last order price of current symbol?
Here is the sample of history orders selection: