MrChuckW
MrChuckW
Friends

Add friends via their profile or user search and you will be able to see if they are online

MrChuckW
Added topic quick channel
I am using quick channel that I down loaded from https://www.mql4.com/go?http://www.mt4i.com/quickchannel.aspx I have discovered how to have the sending broker ea send all the data that I want to the receiving broker ea. However, once received, I do
MrChuckW
Added topic multiple brokers
Is it possible, in an EA at one broker's account, to monitor the price action at another broker's account. Example: I have an account at FXDD and AskOBid, and I want to put an EA on the FXDD account, but I want that EA to factor the price action of
MrChuckW
Added topic control points
Is if possible to write an EA that trades using control points instead of every tick ? If not, what possible good is that option? I've done this: but it does not test out right. I want my ea to execute on control points, so when I use the tester on
MrChuckW
Added topic Tester Control Points
Is if possible to write an EA that trades using control points instead of every tick ? If not, what possible good is that option
MrChuckW
Added topic enter at bar open
How do I program my EA to ONLY enter a trade at the bar open... with in a few ticks ? I don't want it to open after it has moved a number of pips. That number can be a variable. Novice programmer... loving this forum... but couldn't find anything by
MrChuckW
Added topic EA taking a trade I don't uderstand
Can someone help me understand why my ea took the following trade? Sell on July 1 @ 17:17 for 1.44657 My EA is telling it NOT to sell if the Stoch is going up. Did I miss something? I have looked at this every way I can... going cross eyed. This is
MrChuckW
Added topic previous bar hi and lo
I'm trying to get my ea to enter a trade at the open of the bar when the previous bar high was above the upper bollinger band AND the open is below the upper band.... and visa versa for lower band. Here is my code, but it is not working. Any thoughts
MrChuckW
Added topic Silly Questions #2
Just what exactly is the "counter points"? (Meta Trader Strategy Tester ) Can an EA be programmed to trade based on them? If not, what in the world is it in the tester for
MrChuckW
Added topic Back Testing
Just a silly question; when I back test an EA robot I am writing; when I use the" control points", I get absolutely fantastic results. If I could only make my ea work like that in real life. (it took $200 and grew it to over $200,000 in
MrChuckW
Added topic Why am I getting an Error?
Can someone look at my code and tell me why I am getting an error.... Error=invalid stops this code actually works on one broker (Askobid) but I am getting the error on other brokers. thanks for your help
MrChuckW
Added topic Is there an indicator out there....
Is there an indicator out there that will display both the bid and ask price on the chart (MT4) instead of just the bid? It would be helpful for me
MrChuckW
Added topic How to I program my robot to wait till the next bar before placing an additional order
How do I program my robot to wait until the next bar before placing an additional orders. Example: If I tell the robot to place a short order when the fast ma goes above the slow ma, I only want it to place one sell order . But I want it to place an
MrChuckW
Added topic placing order on open
how do I program my ea to place the order on the open of the next bar only.? The tester is opening the order 0.00073 above the open tick... I want it at the open tick. any help if appreciated
MrChuckW
Added topic Adding Color to an indicator
I would like to print a red square (small) on the chart when the next higher time frame is going down. And a white square if it is going up. How do I do that? Once I get that figured out, I can then add other time frames and different bars. my code
MrChuckW
Added topic How do they do that?
I see video where the presenter will click on one point a chart, and move the other end somewhere else, and it shows what the pip difference is. How do they do that
MrChuckW
Added topic Married Puts
this may seem like a stupid question, but it's coming from a newbie... so be gentle. Is there a way to use married puts with forex... like in option-able stocks
MrChuckW
Added topic access multiple broker info
How do you write a script or ea to track prices of multiple brokers? for instance: right now, the prices of 2 brokers for CHFJPY are as follows: FXDD 96.790 GFT 96.795 I would like to track this difference and see if it gets much wider, and also to
MrChuckW
Added topic Another Heiken Ashi question
I want to use Heiken Ashi Real (attached) in my ea via iCustom double p1.val=iCustom(pair1, chart.time.frame, "Heiken Ashi Real",13,1,0); How do I get the value of the white line, and the red line? I want to be able to compare the 2 in my
MrChuckW
Added topic How can I reference a custom indicator from my ea code?
I want to check with Heiken Ashi to see if their trend is in the direction of my order... as an added confirmation. How do I check them from my ea code? For instance... if my ea says to buy a currency pair , I want to check the Heiken Ashi indicator
MrChuckW
Added topic comparing price movements between sets of pairs.
http://www.mataf.net/en/tools/01-01-correlation The above link show which sets of pairs move in the same or opposite ways... "Correlation Table" . What I am interested to know, is if their prices move in direct relation to their pip
123