- Search Energy EXCH
- 198 Results (10 Threads, 188 Replies)
-
lmyyyks replied Jun 1, 2010price hit double bottom int weekly timeframe, big chance for a rebounce?
EURUSD
-
lmyyyks replied Jun 1, 2010i can do it for you, but not until my exams are finished, mid june
A trusted programmer needed
-
lmyyyks replied May 31, 2010for opening an order, ask for buy and bid for sell vice versa for closing
How to check PRICE position with mq4?
-
lmyyyks replied May 30, 2010i think it can only be done by an EA, because scripts cant check the profit all the time for you
Looking for MT4 Script: Close all trades when balance is XXX
-
lmyyyks replied May 30, 2010I've just visited the Dukas website, they have a strategy converter to convert mql4 to java. url
need someone who can convert a mt4 indicator to jforex
-
lmyyyks replied May 30, 2010I see you are referring to the high and low every 4 hours, why don't you just switch to the 4H chart?
Need a simple tool/ indicator made
-
lmyyyks replied May 28, 2010then i think you should use direct buy and sell instead of pending orders
check before open order
-
lmyyyks replied May 21, 2010I've realized that it's impossible to do so, eventhough you've managed to shift the signal n bars forward, because at the value of the current MA is zero, you won't be able to know the signal until the current bar closes. That means it's the same as ...
indicator madness. want to go from future to the past.
-
lmyyyks replied May 21, 2010just put the number of bar you want to shift, but then you have to deal with the line for the foremost y bars double WMA(int x, int p) { return(iMA(NULL, 0, p, 0, method, price, x-y)); }
indicator madness. want to go from future to the past.
-
lmyyyks replied May 21, 2010haven't looked deep into that, but for WMA(), replace NULL with Symbol() first
indicator madness. want to go from future to the past.
-
lmyyyks replied May 21, 2010order 130 and 131 are the errors i hate most, try normalizedouble()
help with sell order error
-
lmyyyks replied May 20, 2010just take two readings 1 use shift 1 another use shift 2
indicator madness. want to go from future to the past.
-
lmyyyks replied May 20, 2010split the highandlow into two separate "double" function double highprice = f1(parameters.......) double lowprice = f2(parameters.......) remember to use return(value) at the end of the function
problem with code - can some one look at this?
-
lmyyyks replied May 20, 2010have you tried print the lowprice and highprice after highandlow() and before refreshrates()? not to print the values within the function highandlow() what i'm guessing is that the LowPrice and HighPrice calculated in highandlow() couldn't be ...
problem with code - can some one look at this?
-
lmyyyks replied May 20, 2010try removing RefreshRates()
problem with code - can some one look at this?
-
lmyyyks replied May 20, 2010by default, most indicators are calculating the closing value of each bar
Line Chart with highlighted bar close - any EA?
-
lmyyyks replied May 20, 2010i guess it's the same as referring to the last 2 bars in the past
indicator madness. want to go from future to the past.
-
lmyyyks replied May 20, 2010I'm now studying the indicators and trying to develop 2 strategies for M15. The process so far is short-term trades would usually be closed within 30 minutes, while the long-term trades could up to 5-6 hours.
How Long is your typical trade?