- Search Crypto Craft
- Dale replied Jun 24, 2008
Do you count sundays as a inside bar?? Any opinions welcome Best Regards Dale
The DIBS Method... No Free Lunch continues
- Dale replied Jun 24, 2008
Follow this link to gain understanding of what is happening url Insert the sleep feature used in send pending should fix the problem while(true) { ticket=OrderSend(Symbol(),OP_SELLSTOP,Lots,(Low[1]-point),0,0,0,"some ...
S.O.S: Problem with Buystop/sellstop
- Dale replied Jun 22, 2008
Thankyou very much. I look forward to your post. Dale Also Thankyou Magnumfreak for the undersanding
Fxid10t's Experts & Indicators
- Dale replied Jun 22, 2008
Great indicators — The trendline indicators seem nice, but I can not seem to open them so I can learn from them and code in my own trendline rules, specifically I am interested in the code that lets you control how many trendlines are left on ...
Fxid10t's Experts & Indicators
- Dale replied Jun 21, 2008
Wow, That looks cool. Can I have a copy of your indicator? Dale [email protected]
Pimp your charts
- Dale replied Jun 20, 2008
If you plan on trading a timeframe less then the amount of sleep you require: consider learning to code. Dale
do you have to be a programmer?
- Dale replied Jun 15, 2008
Open MetaEditor -view toolbox -online library -Articles -Search for "newbies" -lesson five -Here you can learn all about how to place the arrows Best Regards Dale
Placing arrows on chart with script
- Dale replied Jun 14, 2008
Pimping — This one will wake you up a bit if it is the middle of the night, and still let you see the price.
Pimp your charts
- Dale replied May 25, 2008
So What are the numbers on the EA? I don't really want to know, but you should. Why do I ask? How does your EA compound? How long would it take to produce all the money you need even at a 10% return per month? You will not get the answer that helps ...
What's next if you had a profitable EA?
- Dale replied May 24, 2008
Question? — Who is Robert Gray? and also who would you all recomened that is safe? Dale
Is Interbank FX still safe
- Dale replied May 21, 2008
I agree; Per project is the best solution. My main idea is to help the purchaser understand their true cost. and that if can they can think a bit like a programmer they can communicate more effectively what they want then less of both parties time ...
Reasonable fee for programming help?
- Dale replied May 21, 2008
The other question is what is programing worth to you. I hired a russian programer who I suspect did not trade, great programmer. I paid 50 dollars for the EA however I spent over 20 hours testing it my self and working with him to communicate what ...
Reasonable fee for programming help?
- Dale replied May 19, 2008
Thankyou I have a lead from "First book" on Metaquotes forum, to use MarketInfo() MODE_LOTSTEP to the code. Your post leads me to believe I am on the correct track. As I reasearch it seems I am not the only one to try and code this. It would be nice ...
Lot size calculation
- Dale replied May 18, 2008
Seeking understanding — I am sure persistence will pay off. The formula for the lot size does return the correct amount to the message box, however it will not execute. When I pass the lot size to the send pending function it does something ...
Lot size calculation
- Dale replied May 18, 2008
Thankyou again — May we all have a great trading week. Here is the code I have so far for use one a mini account in case anyone needs it, I am working on inserting the code for the spread. Enjoy. I look forward to the day I can give more back. ...
Lot size calculation
- Dale replied May 17, 2008
Detailed info — Thank you again smjones for you help The percentage of risk I am trying to use is ¼ of 1 percent, my approach gets me in a little at a time and builds a position, I have found this works well with my set up and entry. My ...
Lot size calculation
- Dale replied May 17, 2008
More — Also the newbies series on the MLQ Forum.
Hi to all the Meta Traders (MQL4) traders
- Dale replied May 17, 2008
Thankyou smjones — I have inserted a code, but am getting the lot size numbers that are too big. Example: GBP/USD lots should be 0.0219 lots The code returns 2.19 lots when running the numbers on a spread sheet, the result is .0219 lots In ...
Lot size calculation
- Dale replied May 17, 2008
EntryScipt with lot size calculator — Greeting RickD, Awsome for you to help on the forum. I am trying to write an entry script that calulates the lot size. I want to risk 1/4 percent of my account buy stop at the high of BAR[1] + spread + 1 ...
MQL4 Guide